summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/src/nixio.c
AgeCommit message (Collapse)Author
2009-03-09nixio: Implement protable behaviour of signal(), export more errorSteven Barth
constants
2009-03-05nixio: Export more constants, introduce {g,s}et{g,u}id, getpid, getppidSteven Barth
2009-03-03nixio:Steven Barth
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance
2009-02-28More splicing stuffSteven Barth
2009-02-27nixio: Fixes, use POSIX calls for file i/oSteven Barth
httpclient: resume support, splice() support, cookie support
2009-02-22NIXIO: TLS-Support, bugfixesSteven Barth
2009-02-18More nixio fixes, initial httpclientSteven Barth
2009-02-14nixio: added sendfile(), return false instead of nil for EWOULDBLOCKSteven Barth
2009-02-12nixio nextSteven Barth
splice() still does not work correctly
2009-02-10nixio + io = nix2ioSteven Barth
2009-02-08Use poll() instead of select()Steven Barth
Reintroduce nanosleep()
2009-02-08nixio linux IO/socket api (incomplete / WIP)Steven Barth