httpd: fix handling of range requests
[oweals/busybox.git] / coreutils /
2017-01-01 Denys VlasenkoMake it possible to select "sh" and "bash" aliases...
2016-12-12 Denys Vlasenkodf: implement -B n<suff> and -B <suff> formats of ...
2016-12-04 Denys Vlasenkofix musl problem with dirname, now for all users of...
2016-12-03 Denys Vlasenkoinstall: fix musl problem with dirname
2016-11-23 Denys Vlasenkotest: make [ and [[ forms individually selectable
2016-11-23 Denys VlasenkoRemove remnants of disabled "length" applet
2016-11-23 Denys VlasenkoMake dos2unix/unix2dos independently selectable
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2016-10-02 Denys Vlasenkotest: fix compile error in last commit
2016-10-01 Denys Vlasenkotest: memory leak: free group id list
2016-09-17 Denys Vlasenkofix "aloc" -> "alloc" typos
2016-08-29 Denys Vlasenkosha3sum: fix config text (it's no longer only 512-bit)
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-07-19 Denys Vlasenkotypo fixes
2016-07-11 Denys Vlasenko{md5,shaN}sum: make -c EMPTY fail
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-06-24 Natanael Copadf: use f_frsize instead of f_bsize for correct sizes
2016-05-26 Denys Vlasenkocp: add -u/--update and --remove-destination
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-02 Denys Vlasenkosort: "-o FILE", not "-o", is the syntax
2016-04-02 Denys Vlasenkosort: help text does not need to say that -mST are...
2016-03-06 Denys Vlasenkols: fix columnar output. Closes 8731
2016-02-01 Rafał Miłeckidd: support iflag=skip_bytes
2016-01-31 Ron Yorstonprintf: short-circuit output when argument to %b includ...
2016-01-17 Denys Vlasenkodos2unix: try to preserve ownership. closes 8311
2016-01-13 Mike Frysingertruncate: use O_WRONLY|O_NONBLOCK
2016-01-13 Ari Sundholmtruncate: always set mode when opening file to avoid...
2015-10-30 Denys Vlasenkostat: make -f optional. This allows to build stat for...
2015-10-26 Richard Genoudtr: support octal ranges
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-19 Denys Vlasenkosort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"
2015-10-19 Denys Vlasenkosort: code shrink
2015-10-19 Denys Vlasenkoremove extra debug printout
2015-10-19 Denys Vlasenkosort: fix key with delimiters breakage
2015-10-19 Denys Vlasenkolibbb: make parse_chown_usergroup_or_die() set unspecif...
2015-10-19 Denys Vlasenkood: get rid of (almost all) statics
2015-10-16 Aaro Koskinencpio: implement -R/--owner
2015-10-15 Denys Vlasenkodu: extra compat: with -k and -m, round sizes up
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
2015-10-07 Denys Vlasenkobuild system: -fno-builtin-printf
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2015-10-05 Denys Vlasenkouudecode: tolerate text input with CR+LF line ends
2015-09-19 Denys Vlasenkosort: fix -kN,M handling (was including last separator...
2015-08-03 Ron Yorstonuname: make OS name configurable
2015-07-31 Mike Frysingerecho: make escape sequences depend on fancy mode
2015-07-21 Denys Vlasenkosync: add support for -d -f FILE
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-06-07 Maninder Singhfix whitespaces
2015-06-07 Junling Zhengchown: fix help text
2015-05-25 Ari Sundholmtruncate: do not die when a file doesn't exist and...
2015-05-25 Maninder Singhtypo fixes
2015-04-21 Denys Vlasenkospecial-case {true,false,test} --help
2015-04-02 Bernhard Reutner... *: Switch to POSIX utmpx API
2015-03-22 Denys Vlasenkotruncate: new applet
2015-03-22 Ari Sundholmdd: move suffix struct to xatonum.c
2015-03-12 Ron Yorstonod: fix printing of high-bit chars
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-23 Denys Vlasenkols: heed compiler warning
2015-02-18 Denys Vlasenkols: trivial code shrink
2015-02-16 Denys Vlasenkols: fix year 9999 bug :)
2015-02-07 Ari Sundholmdd: add optional support for status=noxfer/none
2015-01-24 Denys Vlasenkotrim extra newlines in help texts
2014-09-24 Denys Vlasenkoinstall: fix help text
2014-09-24 Aaro Koskineninstall: implement -t DIR
2014-09-20 Ari Sundholmdf: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
2014-09-17 Ari Sundholmdf: implement -T option
2014-07-01 Denys Vlasenkotest: fix mishandling of "test '(' = '('" and similar
2014-06-27 Michael Gernothstat: fix printing selinux context and null-dereference
2014-06-22 Isaac Dunhamunlink: new applet
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2014-03-07 Denys Vlasenkoshuf: trim help text
2014-03-07 Denys Vlasenkoshuf: do not use strings for -i RANGE case
2014-03-07 Bartosz Golaszewskishuf: improve help text
2014-03-07 Bartosz Golaszewskishuf: fix a segfault on 'shuf -e'
2014-03-05 Denys Vlasenkoshuf: new applet
2014-02-27 Denys Vlasenkols: make "ls -s DIR" show total too. Clases 4946
2014-02-03 Denys Vlasenkocatv: suppress compiler warning
2014-01-31 Mike Frysingeruname: fix up usage documentation
2014-01-19 Bartosz Golaszewskisort: check global flags on fallback sort
2014-01-19 Bartosz Golaszewskisort.c: remove a magic number from compare_keys()
2014-01-10 Cristian Ionescu... tail: adjust help/usage texts
2014-01-09 Denys Vlasenkochown: fix help text
2013-12-16 Michael Tokarevexpand: use printable_string instead of hard-coding...
2013-11-29 Denys VlasenkoUse unsigned printf/scanf conversion where more appropriate
2013-10-16 Bartosz Golaszewskitail compat: fix header printing for tail -f
2013-09-11 Denys Vlasenkotouch: add conditional support for -h
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: remove FIXME comment which is fixed now. No code...
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: fail if swab is attempted on odd-sized block
2013-08-19 Denys Vlasenkodd: fix example in a comment. No code changes.
2013-08-19 Denys Vlasenkodd: support conv=swab
2013-08-19 Denys Vlasenkodd: do not reuse local variables for unrelated values.
2013-07-30 Denys VlasenkoWhitespace fixes
2013-07-30 Denys Vlasenkocatv: code shrink
next