summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/src/nixio.h
AgeCommit message (Collapse)Author
2011-08-12libs/nixio: implement getproto(), getprotobyname() and getprotobynumber()Jo-Philipp Wich
2010-03-27libs/nixio: make TLS support optionalJo-Philipp Wich
2009-11-28nixio: Improve number handling with non-double Lua setupsSteven Barth
2009-04-26nixio:Steven Barth
Added binding for getifaddrs(): List network interfaces, their flags, addresses and statistics Cleanups
2009-04-21Merge nixio 0.2Steven Barth
2009-03-16nixio: added syslog supportSteven 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-23nixio:Steven Barth
Reogranize TLS headers Fix TLS receive buffer workaround for axTLS Add support for flock()
2009-02-22NIXIO: TLS-Support, bugfixesSteven Barth
2009-02-18More nixio fixes, initial httpclientSteven 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