summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/src/address.c
AgeCommit message (Collapse)Author
2015-01-08Rework LuCI build systemJo-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-27libs/nixio: add missing parameter to alarm resetJo-Philipp Wich
2012-08-27libs/nixio: cancel pending alarm after successfully returning from getnameinfo()Jo-Philipp Wich
2012-08-27libs/nixio: implement optional timeout for getnameinfo() on LinuxJo-Philipp Wich
2011-08-12libs/nixio: add missing file in previous commit, revert unrelated changeJo-Philipp Wich
2011-08-12libs/nixio: implement getproto(), getprotobyname() and getprotobynumber()Jo-Philipp Wich
2010-03-28nixio: Fix interface data for layer 3+ interfacesSteven Barth
2009-11-01nixio: Device stats are unsinged from kernel and likely to overflow so use ↵Steven Barth
pushnumber instead of pushinteger.
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-11Fix getifaddrs() for BSDSteven 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-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-12nixio nextSteven Barth
splice() still does not work correctly
2009-02-08nixio linux IO/socket api (incomplete / WIP)Steven Barth