Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-08 | Rework LuCI build system | Jo-Philipp Wich | |
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2009-11-28 | nixio: Improve number handling with non-double Lua setups | 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-07-19 | libs/nixio: don't close stdin, stdout or stderr during garbage collection | Jo-Philipp Wich | |
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-04-21 | Merge nixio 0.2 | Steven Barth | |
2009-03-12 | nixio: FreeBSD compatibility #2 | Steven Barth | |
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-27 | nixio: Fixes, use POSIX calls for file i/o | Steven Barth | |
httpclient: resume support, splice() support, cookie support | |||
2009-02-23 | nixio: | Steven Barth | |
Reogranize TLS headers Fix TLS receive buffer workaround for axTLS Add support for flock() | |||
2009-02-22 | NIXIO: TLS-Support, bugfixes | Steven Barth | |
2009-02-15 | More nixio fixes | Steven Barth | |
2009-02-12 | nixio next | Steven Barth | |
splice() still does not work correctly |