Felix von Leitner
3743706899
add io_fd_canwrite (like io_fd but assume the fd is writable)
...
save a few syscalls here and there
2012-04-10 21:15:51 +00:00
Felix von Leitner
bc5fa9c946
fix endless loop bug on freebsd
2012-03-19 02:38:52 +00:00
Felix von Leitner
d3b996c7ce
add trivial compare-and-swap test
2012-02-24 02:26:29 +00:00
Felix von Leitner
e7a4283ec6
fix return value
2012-02-24 02:26:11 +00:00
Felix von Leitner
33e2bbfd34
win32 cross compile fix for iarray
2012-02-24 02:01:27 +00:00
Felix von Leitner
f3bbb827d2
document the return value expected from the callback given to iob_write
...
remove unused #include in iob_reset
if iob_addfile_close fails, it now closes the fd
if iob_addbuf_munmap fails, it now munmaps the buf
if iob_addbuf_free fails, it now frees the buf
some win32 cross-compile fixes for iarray
2012-02-24 02:00:52 +00:00
Felix von Leitner
cf46170dc7
make headers work in C++
...
add two more variable length integer encoding functions
2012-02-07 17:02:40 +00:00
Felix von Leitner
24c6e42b3c
add functions to encode and decode integers in variable length binary
...
formats
2012-02-06 07:59:56 +00:00
Felix von Leitner
7a942eb82a
add functions to encode and decode variable length integers in binary
2012-02-06 07:55:48 +00:00
Felix von Leitner
3506fbf4de
accept -3 as error return from the callback, too
2012-01-20 19:19:49 +00:00
Felix von Leitner
1a12d26ebc
mingw compile fix
2012-01-13 03:20:32 +00:00
Felix von Leitner
cab6090eb7
the iob calls return int, not void
2012-01-13 02:25:31 +00:00
Felix von Leitner
cf3c05d704
socket_remote4 does not need havescope.h
2011-09-16 03:11:43 +00:00
Felix von Leitner
77b72218f4
change macros to inline functions to get rid of gcc warning
2011-04-28 14:31:55 +00:00
Felix von Leitner
ea5ded0681
change macros to inline functions to get rid of strict aliasing gcc
...
warnings in code using them
2011-04-28 14:28:53 +00:00
Felix von Leitner
4f4e6cd650
new makefile
2011-02-24 18:10:36 +00:00
Felix von Leitner
13bc4b6987
add __likely branch prediction hints
...
make inlining work in the face of gcc in non-gnu c99 mode
2010-11-05 03:07:47 +00:00
Felix von Leitner
100ac91c79
fix io_receivefd so the incoming buffer is only 1 byte; io_passfd
...
sends only one byte, so we might receive (and discard) other data if
we try to read more (Stefan Bühler, from the lightttpd project)
2010-10-06 17:34:52 +00:00
Felix von Leitner
0305cf80fb
only try to receive one byte to avoid discarding data
2010-10-06 17:33:25 +00:00
Felix von Leitner
d702d06774
for installed header files, add comment saying where they came from
2010-06-03 22:46:59 +00:00
Felix von Leitner
efbb246c4d
#include <errno.h>
2010-01-28 21:40:03 +00:00
Felix von Leitner
a96b23073c
get rid of warning
2010-01-19 02:44:06 +00:00
Felix von Leitner
a16a09c0eb
update Makefile for bsd
2010-01-19 02:41:34 +00:00
Felix von Leitner
3e6d1953be
split make install
2010-01-19 02:40:40 +00:00
Felix von Leitner
dfced9889c
add/fix man pages
...
zero a buffer in io_passfd so valgrind does not complain when we pass it
to a syscall (which did not use the uninitialized parts anyway)
2010-01-18 19:51:00 +00:00
Felix von Leitner
71b6e8fa00
support SCTP in addition to TCP
2010-01-18 19:49:03 +00:00
Felix von Leitner
9d7094e084
make it compile again
2009-11-12 10:52:43 +00:00
Felix von Leitner
6305370c69
remove warning
2009-10-27 23:20:21 +00:00
Felix von Leitner
bb6b70074b
clang support
2009-10-27 16:33:00 +00:00
Felix von Leitner
387be9fe4f
remove iarray cruft until I ship it
2009-09-12 23:03:02 +00:00
Felix von Leitner
205eb7b051
windows fix
2009-06-02 15:07:05 +00:00
Felix von Leitner
a54c2bfa9f
add CAS.h
2009-05-28 00:46:54 +00:00
Felix von Leitner
ee8fd72f43
hups
2009-05-24 18:12:14 +00:00
Felix von Leitner
4311b12786
oops
2009-04-30 18:11:08 +00:00
Felix von Leitner
a22dbda5f7
the #define extern hack in io_fd.c also included time.h, fix that
...
catch case in timeout loop where we have something to report on an fd;
in that case do not report a timeout but let the other event get through
first.
2009-04-25 19:09:27 +00:00
Felix von Leitner
72394e8193
add #warning
2009-04-09 18:03:38 +00:00
Felix von Leitner
963a3377c2
test fr erdgeist
2009-04-08 21:27:37 +00:00
Felix von Leitner
52176c3e50
iopause.o dependency
2009-03-25 14:34:30 +00:00
Felix von Leitner
725dc465ed
remove buffer_copy prototype
2009-03-18 11:58:00 +00:00
Felix von Leitner
57a3737450
Makefile dependency update
2009-03-13 21:48:57 +00:00
Felix von Leitner
233649d680
add iarray
2009-03-12 21:32:43 +00:00
Felix von Leitner
d8094b6c7a
Makefileupdate
2009-03-12 00:30:57 +00:00
Felix von Leitner
1114f8eb8e
stralloc* not const char*
2009-02-28 01:23:31 +00:00
Felix von Leitner
d94fec77d0
add man page
2009-02-28 00:12:49 +00:00
Felix von Leitner
97161ed0df
add buffer_tosa (buffer writing to auto-growing stralloc)
2009-02-28 00:07:55 +00:00
Felix von Leitner
4243bd22ec
save 8 bytes in taia.h for 64-bit systems
2009-02-15 01:02:15 +00:00
Felix von Leitner
ff813679e3
typo
2009-01-13 19:26:09 +00:00
Felix von Leitner
4fb7bf6209
make gcc -ansi compatible
2009-01-04 03:11:57 +00:00
Felix von Leitner
88f31eb398
fix for 32-bit archs
2008-12-26 01:56:42 +00:00
Felix von Leitner
35ba145b01
add non-asm version for gcc
2008-12-26 01:51:35 +00:00