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> | |||
2012-08-27 | libs/nixio: add missing parameter to alarm reset | Jo-Philipp Wich | |
2012-08-27 | libs/nixio: cancel pending alarm after successfully returning from getnameinfo() | Jo-Philipp Wich | |
2012-08-27 | libs/nixio: implement optional timeout for getnameinfo() on Linux | Jo-Philipp Wich | |
2011-08-12 | libs/nixio: add missing file in previous commit, revert unrelated change | Jo-Philipp Wich | |
2011-08-12 | libs/nixio: implement getproto(), getprotobyname() and getprotobynumber() | Jo-Philipp Wich | |
2010-03-28 | nixio: Fix interface data for layer 3+ interfaces | Steven Barth | |
2009-11-01 | nixio: Device stats are unsinged from kernel and likely to overflow so use ↵ | Steven Barth | |
pushnumber instead of pushinteger. | |||
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-11 | Fix getifaddrs() for BSD | 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-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-12 | nixio next | Steven Barth | |
splice() still does not work correctly | |||
2009-02-08 | nixio linux IO/socket api (incomplete / WIP) | Steven Barth | |