summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/src/splice.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>
2009-12-29libs/nixio: fix uninitialized variable warning on Darwin in splice.cJo-Philipp Wich
2009-12-28libs/nixio: properly cast len argument for OS X sendfile()Jo-Philipp Wich
2009-12-28libs/nixio: fix compile on OS XJo-Philipp Wich
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-08-27libs/nixio: protect splice calls with ifdef SPLICE_F_MOVE, fixes compile ↵Jo-Philipp Wich
error with openwrt trunk x86/glibc
2009-06-15Redefine splice() flags for crappy uclibc versionsSteven Barth
2009-04-21Merge nixio 0.2Steven Barth
2009-03-12FreeBSD compatibility #3Steven Barth
2009-03-12nixio: FreeBSD compatibility #2Steven Barth
2009-03-09nixio: reenable splice() for linuxSteven 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-28More splicing stuffSteven Barth
2009-02-27nixio: Fixes, use POSIX calls for file i/oSteven Barth
httpclient: resume support, splice() support, cookie support
2009-02-22Remove some crapSteven Barth
Add compatiblity for older uclibc versions
2009-02-14nixio: added sendfile(), return false instead of nil for EWOULDBLOCKSteven Barth
2009-02-12nixio nextSteven Barth
splice() still does not work correctly