308 Commits (eb8b5063a3bd740002051def73f70c67c0ff7d04)
 

Author SHA1 Message Date
Felix von Leitner eb8b5063a3 minor comment fix 20 years ago
Felix von Leitner 5c92fb9e03 make sure the mmap based io_sendfile actually works (and terminates) 20 years ago
Felix von Leitner 73bfb8efe8 skip initial slashes 20 years ago
Felix von Leitner 32770a95df More Windoze crap 20 years ago
Felix von Leitner fe36b75750 oops, left debug #undef in 20 years ago
Felix von Leitner 5e4484722d use mmap on BSD without sendfile 20 years ago
Felix von Leitner 836ae0d445 make Makefile better 20 years ago
Olaf Dreesen 748f7857e4 remove strict alias warning... 20 years ago
Olaf Dreesen 0a7bea50ee fixing the poll call in io_waituntil2 20 years ago
Felix von Leitner e119e542a9 *duh* one extra zero 20 years ago
Olaf Dreesen 8adba6f327 reset timer correct. 20 years ago
Olaf Dreesen 658db2ce50 reset the timer in the correct way. 20 years ago
Felix von Leitner 86a3ff4133 duh, really use -Os 20 years ago
Felix von Leitner 7e56c81eb2 diet -Os please 20 years ago
Felix von Leitner 4253ad69dd make BSD sendfile actually work 20 years ago
Felix von Leitner 796ac25ea5 cvsignore more 20 years ago
Felix von Leitner 187ed02a3b duh!!! Typo prevented iob_send from using FreeBSD sendfile 20 years ago
Felix von Leitner 78ec9206b4 add windoze.h 20 years ago
Felix von Leitner cd4de45382 fix Solaris /dev/poll 20 years ago
Felix von Leitner 9807242cbb bug fixing time 20 years ago
Felix von Leitner d0cc758bf8 broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
20 years ago
Felix von Leitner 39115302de typo 20 years ago
Felix von Leitner 29887c7fec handle BSD errors 20 years ago
Felix von Leitner c99b5f5cce handle errors properly 20 years ago
Felix von Leitner e0e709bfa9 handle errors signalled by epoll 20 years ago
Felix von Leitner 73f198b17d add io_finishandshutdown 20 years ago
Felix von Leitner 3fb960078f add io_finishandshutdown declaration 20 years ago
Felix von Leitner 12b906cb51 add ..._free variants 20 years ago
Felix von Leitner 24ef8cf851 added FROMBUF_FREE 20 years ago
Felix von Leitner 584e4d4706 make iob_reset actually free the buffers 20 years ago
Felix von Leitner 2e4bf41523 remove superfluous #includes
make it possibly to specify that a buffer should be freed
20 years ago
Felix von Leitner 82bace9cd4 namespace cleanliness 20 years ago
Felix von Leitner edc19c13b1 set flag only if setting to non-blocking worked 20 years ago
Felix von Leitner e4d8a40db6 add "extern" before variables 20 years ago
Felix von Leitner f72b2bac62 did not compile on BSD after SIGIO fix 20 years ago
Felix von Leitner d4bec7c063 Big Duh! _SIGIO and SIGIO look too close 20 years ago
Felix von Leitner 6f67e150a2 wrong fix 20 years ago
Felix von Leitner fb3d2aaff4 Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
20 years ago
Felix von Leitner e87eaf9bdd *** empty log message *** 20 years ago
Felix von Leitner 0616cd88b9 guard against one descriptor being flagged twice 20 years ago
Felix von Leitner 0eec9dd220 quick fix to non-block issue 20 years ago
Felix von Leitner b136aaf930 correctly initialize records before reusing them in io_fd
do something about unexpected epoll events
20 years ago
Felix von Leitner 9b54168cfb glibc compatibility ;) 20 years ago
Felix von Leitner 27c0b953eb use <fcntl.h> and not <sys/fcntl.h> 20 years ago
Felix von Leitner 538ed02079 that wasn't it 20 years ago
Felix von Leitner bbae4b370b this time "make Makefile" actually produces a Makefile that works on FreeBSD 20 years ago
Felix von Leitner 91459e21f4 alloca may be defined in stdlib.h 20 years ago
Felix von Leitner 6fdf8756d3 more cvsignoring 20 years ago
Felix von Leitner aa62c9fa71 alloca warning removal 20 years ago
Felix von Leitner d64f1f7732 even better BSD make compat ;) 20 years ago