summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/src/poll.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>
2010-05-23nixio: Add nixio.gettimeofday() per user requestSteven Barth
2009-04-21Merge nixio 0.2Steven Barth
2009-03-16nixio: added syslog supportSteven Barth
2009-03-13Sync nixioSteven Barth
2009-02-27nixio: Fixes, use POSIX calls for file i/oSteven Barth
httpclient: resume support, splice() support, cookie support
2009-02-12nixio nextSteven Barth
splice() still does not work correctly
2009-02-08Use poll() instead of select()Steven Barth
Reintroduce nanosleep()