summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/src/file.c
AgeCommit message (Collapse)Author
2009-11-28nixio: Improve number handling with non-double Lua setupsSteven Barth
2009-10-26nixio: store stats and other number information as integer, which works ↵Felix Fietkau
better when lua number support is downgraded from double to float
2009-07-19libs/nixio: don't close stdin, stdout or stderr during garbage collectionJo-Philipp Wich
2009-07-11nixio: Fix accidental closing of file descriptors after dup with twoSteven Barth
parameters resulting in strange behaviour when spawning processes
2009-04-21Merge nixio 0.2Steven Barth
2009-03-12nixio: FreeBSD compatibility #2Steven 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-27nixio: Fixes, use POSIX calls for file i/oSteven Barth
httpclient: resume support, splice() support, cookie support
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-15More nixio fixesSteven Barth
2009-02-12nixio nextSteven Barth
splice() still does not work correctly