leitner
|
361872ffa4
|
handle errors properly
|
2003-11-01 04:47:55 +00:00 |
|
leitner
|
96be549818
|
handle errors signalled by epoll
|
2003-11-01 04:44:33 +00:00 |
|
leitner
|
0335358787
|
add io_finishandshutdown
|
2003-11-01 00:12:10 +00:00 |
|
leitner
|
0ba7b25005
|
make iob_reset actually free the buffers
|
2003-10-31 23:42:04 +00:00 |
|
leitner
|
543987da58
|
remove superfluous #includes
make it possibly to specify that a buffer should be freed
|
2003-10-31 23:34:40 +00:00 |
|
leitner
|
27ffe564a7
|
set flag only if setting to non-blocking worked
|
2003-10-24 18:57:46 +00:00 |
|
leitner
|
fcd6082250
|
did not compile on BSD after SIGIO fix
|
2003-10-22 12:52:40 +00:00 |
|
leitner
|
209fef467e
|
Big Duh! _SIGIO and SIGIO look too close
|
2003-10-21 12:40:41 +00:00 |
|
leitner
|
ec060d6dee
|
wrong fix
|
2003-10-21 12:37:49 +00:00 |
|
leitner
|
07a205405b
|
Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
|
2003-10-21 12:31:14 +00:00 |
|
leitner
|
963fa817de
|
guard against one descriptor being flagged twice
|
2003-10-19 16:38:31 +00:00 |
|
leitner
|
b01e72af69
|
quick fix to non-block issue
|
2003-10-19 10:38:39 +00:00 |
|
leitner
|
eaa4dea67b
|
correctly initialize records before reusing them in io_fd
do something about unexpected epoll events
|
2003-10-12 16:50:55 +00:00 |
|
leitner
|
29ae01d54f
|
glibc compatibility ;)
|
2003-10-10 20:13:07 +00:00 |
|
leitner
|
2e1da4790c
|
alloca may be defined in stdlib.h
|
2003-10-07 16:30:19 +00:00 |
|
leitner
|
d00a672dad
|
alloca warning removal
|
2003-10-07 16:28:57 +00:00 |
|
leitner
|
f6b5de0c93
|
forgot to include <unistd.h>
|
2003-10-06 02:03:43 +00:00 |
|
leitner
|
b97909c538
|
remove warning
|
2003-10-06 01:55:49 +00:00 |
|
leitner
|
0c64df2331
|
make BSD sendfile optional (NetBSD doesn't have it)
|
2003-10-06 01:54:49 +00:00 |
|
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
|
2003-10-02 23:30:53 +00:00 |
|
leitner
|
3dd2a0344b
|
damn!
|
2003-09-26 16:16:01 +00:00 |
|
leitner
|
c64f721daf
|
oops, typo
|
2003-09-26 16:15:04 +00:00 |
|
leitner
|
519b512cc3
|
kqueue does not like timeout==-1 but wants a NULL pointer to wait
indefinitely
|
2003-09-26 16:14:03 +00:00 |
|
leitner
|
91368629ad
|
two internal structures were named io_entry; renamed the iob one to iob_entry
|
2003-09-26 15:55:44 +00:00 |
|
leitner
|
3ec95df805
|
can't happen error should be -3 not -1
|
2003-09-24 23:36:00 +00:00 |
|
leitner
|
1de7812da2
|
man am I slow today
|
2003-09-24 23:32:42 +00:00 |
|
leitner
|
c574ab3641
|
two more iob fixes
|
2003-09-24 23:31:35 +00:00 |
|
leitner
|
e86a457f5c
|
harmonize semantics of io_sendfile and iob_send
|
2003-09-19 15:26:00 +00:00 |
|
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
|
2003-09-12 22:03:51 +00:00 |
|
leitner
|
3e2f6d0439
|
add stupid little httpd
|
2003-09-10 01:59:12 +00:00 |
|
leitner
|
ea8e1cc90b
|
add iob_adds
add cookies to io
|
2003-09-10 00:28:51 +00:00 |
|
leitner
|
6b59c8aee7
|
add TCP_CORK support
|
2003-09-08 20:58:40 +00:00 |
|
leitner
|
8fd1875041
|
make iob_send return aggregate total
|
2003-09-08 20:52:00 +00:00 |
|
leitner
|
3c4f34b95e
|
add loop
|
2003-09-08 20:48:08 +00:00 |
|
leitner
|
63ba06c763
|
add iob test
|
2003-09-08 20:32:43 +00:00 |
|
leitner
|
a36316a0a5
|
bsd sendfile
|
2003-09-08 20:31:41 +00:00 |
|
leitner
|
7e7f07f382
|
alloca.h
|
2003-09-08 20:31:01 +00:00 |
|
leitner
|
4c2fb93a53
|
experimental io_batch implementation
|
2003-09-08 20:29:39 +00:00 |
|
leitner
|
eb554a0ceb
|
open files in large file mode
|
2003-09-08 17:43:02 +00:00 |
|
leitner
|
1bd720d8a4
|
add io_timeouted
|
2003-09-08 17:37:23 +00:00 |
|
leitner
|
dfe75af4bd
|
add io_sendfile with BSD support
|
2003-09-08 17:36:31 +00:00 |
|
leitner
|
dc09a17215
|
fix
|
2003-09-06 01:37:54 +00:00 |
|
leitner
|
b1a8110926
|
epoll now works enough for test/io5
|
2003-09-06 01:36:50 +00:00 |
|
leitner
|
d213018a01
|
more kqueue/epoll
|
2003-09-06 01:15:00 +00:00 |
|
leitner
|
824630a489
|
more BSD compat
|
2003-09-06 00:03:27 +00:00 |
|
leitner
|
eb563422c8
|
add io_canread and io_canwrite
|
2003-09-05 22:59:58 +00:00 |
|
leitner
|
325a6176ca
|
write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
|
2003-09-05 22:59:40 +00:00 |
|
leitner
|
8cd9323a1b
|
add waituntil and waituntil2 (internal)
|
2003-09-05 21:29:05 +00:00 |
|
leitner
|
ef0495b5e2
|
reverse return code for safemult API to conform to newer djb APIs
|
2003-09-05 21:25:51 +00:00 |
|
leitner
|
f2d8be239f
|
oops, forgot !
|
2003-09-05 21:12:24 +00:00 |
|