Commit | Date | |
---|---|---|
2004-10-19 17:28:31 | Tree | |
2004-10-18 17:54:28 | Tree | |
2004-10-18 17:37:49 | Tree | |
2004-10-18 17:20:21 | Tree | |
2004-10-18 15:39:10 | Tree | |
2004-10-14 16:32:13 | Tree | |
2004-10-14 12:55:34 | Tree | |
2004-10-14 12:52:39 | Tree | |
[r49]
by
jost2345
Added support for Slowlaris' broken stdio: |
2004-10-12 17:07:16 | Tree |
[r48]
by
jost2345
Fixed a bug that appeared on Slowlaris 9 stdio implementations. From the BSD fopen(3) manpage (solaris' own manpage is pretty useless): Reads and writes may be intermixed on read/write streams in any order, One of these "other systems" is solaris 9. From Linux' manpage: Reads and writes may be intermixed on read/write streams in any order. The problem is that the above paragraph does not apply to fdopen'ed streams From Nathan Kurz: Ok, so I'll put one in. But everything I try comes back with an error that the So one cannot use fseek on sockets streams. That's why *all* stdio But that still does not solve our problem; we must rewind the Solaris stdio Bugfix: Call fflush right before fwrite and fread so that the |
2004-10-11 18:11:53 | Tree |