Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-01 | nixio: Device stats are unsinged from kernel and likely to overflow so use ↵ | Steven Barth | |
pushnumber instead of pushinteger. | |||
2009-10-31 | System loads are floats | Steven Barth | |
2009-10-26 | Build fixes | Steven Barth | |
2009-10-26 | nixio: store stats and other number information as integer, which works ↵ | Felix Fietkau | |
better when lua number support is downgraded from double to float | |||
2009-08-27 | libs/nixio: protect splice calls with ifdef SPLICE_F_MOVE, fixes compile ↵ | Jo-Philipp Wich | |
error with openwrt trunk x86/glibc | |||
2009-07-29 | Kill abandoned files | Steven Barth | |
2009-07-19 | libs/nixio: don't close stdin, stdout or stderr during garbage collection | Jo-Philipp Wich | |
2009-07-14 | nixio: | Steven Barth | |
Add Rockspec Add bswap to nixio.bit Fix nixio.bit documentation | |||
2009-07-11 | Fix getifaddrs() for BSD | Steven Barth | |
2009-07-11 | nixio: Fix accidental closing of file descriptors after dup with two | Steven Barth | |
parameters resulting in strange behaviour when spawning processes | |||
2009-06-21 | nixio: Resolve namespace clashes | Steven Barth | |
2009-06-15 | Redefine splice() flags for crappy uclibc versions | Steven Barth | |
2009-06-07 | nixio: Add support for DER certificates, PX5G fix Certmaster | Steven Barth | |
2009-06-06 | nixio: Add support for DER keyfiles | Steven Barth | |
2009-06-06 | nixio: Use correct datatypes for base64 encode | Steven Barth | |
2009-05-28 | nixio: Rework TLS support, added support for CyaSSL | Steven Barth | |
2009-05-28 | Würg around some nasty axTLS keying bugs | Steven Barth | |
2009-04-26 | nixio: | Steven Barth | |
Added binding for getifaddrs(): List network interfaces, their flags, addresses and statistics Cleanups | |||
2009-04-21 | Merge nixio 0.2 | Steven Barth | |
2009-03-16 | nixio: solaris does not recognize LOG_PERROR | Steven Barth | |
2009-03-16 | Fix a possible stack corruption | Steven Barth | |
2009-03-16 | Added missing file | Steven Barth | |
2009-03-16 | nixio: added syslog support | Steven Barth | |
2009-03-13 | Sync nixio | Steven Barth | |
2009-03-13 | nixio: More sockopts | Steven Barth | |
2009-03-13 | nixio: +socket options SO_DONTROUTE, SO_BINDTODEVICE | Steven Barth | |
2009-03-12 | nixio: chdir() | Steven Barth | |
2009-03-12 | nixio: add setsid() | Steven Barth | |
2009-03-12 | FreeBSD compatibility #3 | Steven Barth | |
2009-03-12 | nixio: FreeBSD compatibility #2 | Steven Barth | |
2009-03-12 | nixio: FreeBSD compatibility #1 | Steven Barth | |
2009-03-10 | Be nice() | Steven Barth | |
2009-03-09 | nixio: Implement protable behaviour of signal(), export more error | Steven Barth | |
constants | |||
2009-03-09 | httpclient: Added missing import | Steven Barth | |
nixio: waitpid() returns 0 with WNOHANG and no terminated childs | |||
2009-03-09 | nixio: reenable splice() for linux | Steven Barth | |
2009-03-09 | Cicrumvent possible segfaults in axTLS | Steven Barth | |
More compatibility | |||
2009-03-09 | Make nixio compile on OpenSolaris | Steven Barth | |
2009-03-05 | nixio: Export more constants, introduce {g,s}et{g,u}id, getpid, getppid | Steven Barth | |
2009-03-04 | Set /etc/private.rsa as default key for axTLS contexts | Steven Barth | |
More openssl - axTLS fixes | |||
2009-03-03 | nixio: | Steven Barth | |
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance | |||
2009-02-28 | More splicing stuff | Steven Barth | |
2009-02-27 | nixio: Fixes, use POSIX calls for file i/o | Steven Barth | |
httpclient: resume support, splice() support, cookie support | |||
2009-02-24 | nixio: Finetuning of TLS-support | Steven Barth | |
httpclient: HTTPS support axTLS: enable diagnostic mode | |||
2009-02-23 | nixio: | Steven Barth | |
Reogranize TLS headers Fix TLS receive buffer workaround for axTLS Add support for flock() | |||
2009-02-22 | Remove some crap | Steven Barth | |
Add compatiblity for older uclibc versions | |||
2009-02-22 | NIXIO: TLS-Support, bugfixes | Steven Barth | |
2009-02-18 | More nixio fixes, initial httpclient | Steven Barth | |
2009-02-15 | More nixio fixes | Steven Barth | |
2009-02-14 | nixio: added sendfile(), return false instead of nil for EWOULDBLOCK | Steven Barth | |
2009-02-12 | nixio next | Steven Barth | |
splice() still does not work correctly |