Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / copyfd.c
2019-10-11 Denys Vlasenkodpkg-deb: work around bogus error message when working...
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-07-15 Johannes Schindelincopyfd: guard use of munmap() with #if (windows builds...
2014-11-27 Bartosz Golaszewskilibbb: use sendfile() to copy data between file descriptors
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-26 Denys Vlasenkolibbb/copyfd.c: fix the case of copy buffer <= 4kb
2010-06-26 Denys Vlasenkotar: fix --to-command wrt short writes
2010-03-19 Denys Vlasenkolibbb/copyfd.c: don't mmap a largish buffer if we only...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2007-12-02 Denis Vlasenkoexplain why we use mmap instead of malloc
2007-12-02 Denis VlasenkoIntroduce FEATURE_COPYBUF_KB.
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-11-25 Denis Vlasenkotee: fix bug: argv[-1] is a no-no!
2006-11-24 Denis Vlasenkotar: cry murder and bail out if file shrinks under...
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-09-17 Denis Vlasenkostyle fixes
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-13 Rob LandleyBug fix from Kim B. Heino, manifested via:
2006-01-31 "Vladimir N. Oleynik"avoid signed<->unsigned warning
2006-01-25 Tim Rikerjust whitespace
2005-11-12 Rob LandleyMy last change to this file broke tar x. Sigh. (Tryin...
2005-11-04 Rob LandleyFix bug 424: doing full_read breaks things like cat...
2005-11-04 Rob LandleyWhen cp ran out of space it didn't return a nonzero...
2005-04-27 Eric AndersenCorrect errors preventing busybox tar from working...
2005-04-16 Eric AndersenRework to fix bugs.uclibc.org/view.php?id=107
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-23 Glenn L McGrathbb_full_fd_action was incorrectly returning an error...
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2003-11-24 Glenn L McGrathWhen a size of 0 is passed to copyfd_size, dont do...
2003-11-22 Glenn L McGrathFix warning
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-13 Glenn L McGrathMerge copyfd and copy_file_chunk
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-05-18 Matt KraaiRewrote copyfd to use library functions, terminate...
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...