httpd: fix handling of range requests
[oweals/busybox.git] / libbb /
2017-01-01 Denys VlasenkoMake FEATURE_USERNAME_COMPLETION=y by default
2017-01-01 Denys Vlasenkofix breakage found by mass one-applet builds
2016-12-12 Denys Vlasenkodf: implement -B n<suff> and -B <suff> formats of ...
2016-12-10 Denys Vlasenkorandomconfig fixes
2016-12-09 Mike Frysingerselinux: drop deprecated headers
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-12-04 Denys Vlasenkofix musl problem with dirname, now for all users of...
2016-11-28 Denys VlasenkoDo not print useless empty line after list of applets
2016-11-28 Denys Vlasenkolineedit: simplify code a bit
2016-11-27 Denys Vlasenkolineedit: fix two bugs in SIGWINCH signal handling
2016-11-25 Denys Vlasenkoash,hush: make ^C in interactive mode visually much...
2016-11-24 Denys VlasenkoMove FEATURE_BUFFERS_USE_foo options to library tuning
2016-11-24 Denys VlasenkoMove locale, unicode, and "use sendfile?" options to...
2016-11-24 Rostislav Skudnovlineedit: fix handling of repeating Alt-b, Alt-f, Alt...
2016-11-18 Denys VlasenkoFix allnoconfig warnings
2016-11-04 Denys Vlasenkocomment and readme updates
2016-11-03 Denys Vlasenkosu: expand help; simplify passing of -c CMD to run_shell()
2016-10-31 Denys Vlasenkoman: make width selection more thorough; explain how...
2016-10-23 Denys Vlasenkolineedit: fix completion with applet names. closes...
2016-10-03 Denys Vlasenkohush: add commented-out debug printouts in "memleak...
2016-09-26 Denys Vlasenkolibbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
2016-09-26 Denys Vlasenkolibbb/speed_table.c: expand comments
2016-09-26 Denys Vlasenkotypo fix in comment
2016-09-24 Denys Vlasenkolibbb: handle \S in /etc/issue
2016-09-15 Denys Vlasenkolibbb:/send_to_from: do not require that "to" should...
2016-09-05 Denys Vlasenkolibbb/xwrite: print errno on "short write" errors
2016-09-01 Denys Vlasenkolibbb/speed_table.c: survive B115200 and B230400 not...
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-08-26 Denys Vlasenkohexdump: fix numerous bugs in handling of backslashes
2016-08-19 Denys Vlasenkohush: fix a bug in FEATURE_SH_STANDALONE=y config....
2016-08-14 Natanael Copalineedit: trivial codeshrink for vi-mode
2016-08-13 Denys Vlasenkocp: fix -i for POSIX mode. Closes 9106
2016-07-22 Denys Vlasenkoconfig: disentangle PREFER_APPLETS from SH_STANDALONE...
2016-07-14 Denys Vlasenkocp: make verbose cp show symlink copies too
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-07-05 Denys Vlasenkobuild system: fix a few warnings for allnoconfig build
2016-07-05 Ron Yorstonlibbb: suppress warning about run_applet_and_exit
2016-06-19 Denys Vlasenkorandomconfig fixes 2
2016-06-19 Ron Yorstonlibbb: move common code into run_applet_and_exit
2016-06-18 Ron YorstonAllow "busybox <applet>" to work when busybox is disabled
2016-05-31 Natanael Copalibbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Close...
2016-05-31 Denys VlasenkoMake busybox an optional applet
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 Vlasenkolibbb: constify *bb_common_bufsiz1 (if it is compiled...
2016-04-21 Denys Vlasenkolibbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer...
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-15 Ron YorstonRewrite iteration through applet names to save a few...
2016-04-03 Ron Yorstonfind_applet_by_name: loop index should be signed
2016-04-03 Denys Vlasenkowhitespace and namespace cleanups
2016-04-03 Sven Eisenbergubirmvol: Implement -N switch for ubirmvol
2016-04-03 Denys Vlasenkolibbb: speed up error_msg functions
2016-04-03 Denys Vlasenkomain(): add a TODO about finding a use for _end[] area
2016-04-02 Denys Vlasenkotypo fix
2016-04-02 Denys Vlasenkofind_applet_by_name: add an example of faster linear...
2016-04-02 Denys Vlasenkonsenter,unshare: share common code; fix a bug of not...
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2016-03-29 Ron Yorstonapplet_tables: save space by removing applet name offsets
2015-12-18 Pascal Bachchpasswd: support -c argument and respect DEFAULT_PASSW...
2015-12-17 Chris RenshawResolve linker issues with Android API 21 (dprintf...
2015-10-30 Denys Vlasenkolineedit: FEATURE_REVERSE_SEARCH should not depend...
2015-10-30 Ron Yorstonlineedit: search applets as well as PATH for tab completion
2015-10-30 Ron Yorstonbusybox: alter help message in standalone shell mode
2015-10-25 Denys Vlasenkotweak defconfig
2015-10-24 Denys Vlasenkopmap: fix bogus {no such process} comm field text
2015-10-23 Denys Vlasenkotidy up strtok use
2015-10-23 Denys Vlasenkowget: if stderr is not a tty, progress bar shouldn...
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-22 Denys Vlasenkoremove systemd support
2015-10-19 Denys Vlasenkolibbb: get_uidgid() always called with allow_numeric=1
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-13 Denys Vlasenkolibbb: introduce kernel-style BUILD_BUG_ON()
2015-10-09 Denys Vlasenkouse auto_string() where appropriate to kill a few statics
2015-10-09 Denys Vlasenkolibbb: auto_string() for efficient handling of temporar...
2015-10-09 Denys Vlasenkoremove global "jmp_buf die_jmp" from !FEATURE_PREFER_AP...
2015-10-07 Denys Vlasenkomd5sum: code shrink
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2015-09-15 Tito Ragusalibbb: another unit test for is_suffixed_with
2015-08-25 Denys Vlasenkolibbb: make is_suffixed_with() return pointer inside...
2015-08-25 Bartosz Golaszewskilibbb: add is_suffixed_with() function
2015-08-25 Bartosz Golaszewskilibbb: add a comment describing the way is_prefixed_wit...
2015-08-25 Bartosz Golaszewskilibbb: add unit tests for is_prefixed_with()
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-08-17 Bartosz Golaszewskiunit-tests: remove code depending on WANT_TIMING
2015-08-17 Bartosz Golaszewskiunit-tests: remove unnecesary field from struct bbunit_...
2015-07-19 Ron Yorstonlibbb: add a function to make a copy of a region of...
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-05-25 Denys VlasenkoPrint one less newline at the end of bb_show_usage()
2015-05-12 Daniel Thompsonlibbb: Enable support for !CONFIG_MULTIUSER
2015-04-26 Matt WhitlockBionic lacks tcdrain; provide a workaround
2015-04-25 Matt WhitlockBionic lacks ttyname_r; provide a workaround
2015-04-21 Denys Vlasenkospecial-case {true,false,test} --help
2015-04-20 Ron Yorstonlibbb: remove unnecessary argument to nonblock_immune_read
2015-04-02 Aaro Koskinenupdate copyright years
2015-04-02 Bernhard Reutner... *: Switch to POSIX utmpx API
2015-03-22 Ari Sundholmtruncate: new applet
2015-03-22 Ari Sundholmdd: move suffix struct to xatonum.c
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
next