leitner
|
07a205405b
|
Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
|
21 years ago |
leitner
|
963fa817de
|
guard against one descriptor being flagged twice
|
21 years ago |
leitner
|
b01e72af69
|
quick fix to non-block issue
|
21 years ago |
leitner
|
eaa4dea67b
|
correctly initialize records before reusing them in io_fd
do something about unexpected epoll events
|
21 years ago |
leitner
|
29ae01d54f
|
glibc compatibility ;)
|
21 years ago |
leitner
|
2e1da4790c
|
alloca may be defined in stdlib.h
|
21 years ago |
leitner
|
d00a672dad
|
alloca warning removal
|
21 years ago |
leitner
|
f6b5de0c93
|
forgot to include <unistd.h>
|
21 years ago |
leitner
|
b97909c538
|
remove warning
|
21 years ago |
leitner
|
0c64df2331
|
make BSD sendfile optional (NetBSD doesn't have it)
|
21 years ago |
leitner
|
97043d279f
|
make io_waituntil actually take an "until", not a "how long"
fix io_timeouted to ignore fds where no timeout has been set
|
21 years ago |
leitner
|
3dd2a0344b
|
damn!
|
21 years ago |
leitner
|
c64f721daf
|
oops, typo
|
21 years ago |
leitner
|
519b512cc3
|
kqueue does not like timeout==-1 but wants a NULL pointer to wait
indefinitely
|
21 years ago |
leitner
|
91368629ad
|
two internal structures were named io_entry; renamed the iob one to iob_entry
|
21 years ago |
leitner
|
3ec95df805
|
can't happen error should be -3 not -1
|
21 years ago |
leitner
|
1de7812da2
|
man am I slow today
|
21 years ago |
leitner
|
c574ab3641
|
two more iob fixes
|
21 years ago |
leitner
|
e86a457f5c
|
harmonize semantics of io_sendfile and iob_send
|
21 years ago |
leitner
|
2a2e1ddc75
|
add sigio support
extend code to cope with edge triggered event notification
add io_eagain() so that you can notify io_wait if accept() returned EAGAIN
|
21 years ago |
leitner
|
3e2f6d0439
|
add stupid little httpd
|
21 years ago |
leitner
|
ea8e1cc90b
|
add iob_adds
add cookies to io
|
21 years ago |
leitner
|
6b59c8aee7
|
add TCP_CORK support
|
21 years ago |
leitner
|
8fd1875041
|
make iob_send return aggregate total
|
21 years ago |
leitner
|
3c4f34b95e
|
add loop
|
21 years ago |
leitner
|
63ba06c763
|
add iob test
|
21 years ago |
leitner
|
a36316a0a5
|
bsd sendfile
|
21 years ago |
leitner
|
7e7f07f382
|
alloca.h
|
21 years ago |
leitner
|
4c2fb93a53
|
experimental io_batch implementation
|
21 years ago |
leitner
|
eb554a0ceb
|
open files in large file mode
|
21 years ago |
leitner
|
1bd720d8a4
|
add io_timeouted
|
21 years ago |
leitner
|
dfe75af4bd
|
add io_sendfile with BSD support
|
21 years ago |
leitner
|
dc09a17215
|
fix
|
21 years ago |
leitner
|
b1a8110926
|
epoll now works enough for test/io5
|
21 years ago |
leitner
|
d213018a01
|
more kqueue/epoll
|
21 years ago |
leitner
|
824630a489
|
more BSD compat
|
21 years ago |
leitner
|
eb563422c8
|
add io_canread and io_canwrite
|
21 years ago |
leitner
|
325a6176ca
|
write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
|
21 years ago |
leitner
|
8cd9323a1b
|
add waituntil and waituntil2 (internal)
|
21 years ago |
leitner
|
ef0495b5e2
|
reverse return code for safemult API to conform to newer djb APIs
|
21 years ago |
leitner
|
f2d8be239f
|
oops, forgot !
|
21 years ago |
leitner
|
63e070c1cb
|
add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
|
21 years ago |
leitner
|
49818590ee
|
beginnings of the io library
|
21 years ago |