httpd: fix handling of range requests
[oweals/busybox.git] / include /
2017-01-01 Denys Vlasenkomodprobe-small: make applets individually selectable
2017-01-01 Denys VlasenkoTweak some config defaults; fix MODPROBE_SMALL ordering...
2016-12-12 Denys Vlasenkodf: implement -B n<suff> and -B <suff> formats of ...
2016-12-12 Denys Vlasenkosuppress glibc "use sysmacros.h for major" warning
2016-12-09 Mike Frysingerselinux: drop deprecated headers
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-11-24 Rostislav Skudnovlineedit: fix handling of repeating Alt-b, Alt-f, Alt...
2016-11-23 Denys VlasenkoRemove outdated comments
2016-11-23 Denys VlasenkoConvert all udhcp applets to "new style" applet definitions
2016-11-23 Denys VlasenkoConvert all selinux/* applets to "new style" applet...
2016-11-23 Denys Vlasenkotest: make [ and [[ forms individually selectable
2016-11-23 Denys VlasenkoRemove remnants of disabled "length" applet
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2016-11-23 Denys VlasenkoConvert all util-linux/* applets to "new style" applet...
2016-11-23 Denys VlasenkoConvert all console-tools/* applets to "new style"...
2016-11-23 Denys VlasenkoConvert all mailutils/* applets to "new style" applet...
2016-11-23 Denys Vlasenkotc: consolidate its disabled bits
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
2016-11-23 Denys VlasenkoConvert all procps/* applets to "new style" applet...
2016-11-22 Denys VlasenkoConvert all miscutils/* applets to "new style" applet...
2016-11-17 Denys Vlasenkoapplets.h.sh: a script to check applet names against...
2016-11-16 Denys VlasenkoMake mkfs.vfat and mkdosfs individually selectable
2016-11-16 Denys VlasenkoMake mke2fs and mkfs.ext2 individually selectable
2016-11-14 Denys VlasenkoMake ifup and ifdown individually selectable.
2016-11-14 Denys VlasenkoMake swapon and swapoff individually selectable.
2016-11-13 Denys Vlasenkodnsdomainname: split it from "hostname", make it indepe...
2016-11-03 Denys Vlasenkosu: expand help; simplify passing of -c CMD to run_shell()
2016-09-18 Denys Vlasenkolibbb: do not use fflush_unlocked, musl does not like...
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-08-22 Denys Vlasenkohush: fix "redirects can close script fd" bug
2016-07-22 Denys Vlasenkoconfig: disentangle PREFER_APPLETS from SH_STANDALONE...
2016-06-20 Denys Vlasenkolibarchive: fix xmalloc_open_zipped_read_close() on...
2016-06-19 Ron Yorstonlibbb: move common code into run_applet_and_exit
2016-05-26 Denys Vlasenkocp: add -u/--update and --remove-destination
2016-04-24 Denys Vlasenkogenerate_BUFSIZ.sh: yet another tweak
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-03 Denys Vlasenkowhitespace and namespace cleanups
2016-04-03 Sven Eisenbergubirmvol: Implement -N switch for ubirmvol
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
2016-03-14 Denys Vlasenkofixes for problems found by bionic build
2016-02-01 Kylie McClainFix compiling with musl's utmp stubs
2015-12-17 Ari Sundholminclude/platform.h: Remove extra #endif introduced...
2015-12-17 Chris RenshawResolve linker issues with Android API 21 (dprintf...
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-22 Denys Vlasenkoremove systemd support
2015-10-21 Denys Vlasenkotar: add support for --strip-components=N
2015-10-19 Denys Vlasenkosetarch: add support for '-R' (disable randomization)
2015-10-19 Denys Vlasenkolibbb: get_uidgid() always called with allow_numeric=1
2015-10-18 Denys Vlasenkologinutils/*: convert to new-style "one file" applets
2015-10-18 Denys Vlasenkodebianutils/*: convert to new-style "one file" applets
2015-10-18 Denys Vlasenkoprintutils/*: convert to new-style "one file" applets
2015-10-18 Denys Vlasenkorunit/*: convert to new-style "one file" applets
2015-10-18 Denys Vlasenkoe2fsprogs/*: convert to new-style "one file" applets
2015-10-18 Denys Vlasenkosysklogd/*: convert to new-style "one file" applets
2015-10-16 Aaro Koskinencpio: implement -R/--owner
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 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 Vlasenkolibbb: more compact API for bb_parse_mode()
2015-10-06 Denys Vlasenkowget: make openssl/ssl_helper choice configurable
2015-08-25 Bartosz Golaszewskilibbb: add is_suffixed_with() function
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-08-17 Bartosz Golaszewskiunit-tests: remove unnecesary field from struct bbunit_...
2015-07-21 Denys Vlasenkosync: add support for -d -f FILE
2015-07-19 Ron Yorstonlibbb: add a function to make a copy of a region of...
2015-05-03 Matt WhitlockConditionalize Bionic workarounds on __ANDROID_API__
2015-05-03 Matt WhitlockBionic lacks mempcpy; enable existing workaround
2015-04-25 Matt WhitlockBionic lacks ttyname_r; provide a workaround
2015-04-20 Bernhard Reutner... include: Fallback to UTMP unless there is UTMPX support
2015-04-20 Ron Yorstonlibbb: remove unnecessary argument to nonblock_immune_read
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()
2015-02-07 Denys Vlasenkolibpwdgrp: use getpwent() instead of getpwent_r()
2015-02-02 Denys Vlasenkogzip: speed up and shrink put_16bit()
2015-02-02 Denys Vlasenkoplatform.h: enable mempcpy for FreeBSD
2015-01-30 Denys Vlasenkodpkg: update supported compression methods
2015-01-29 Denys Vlasenkoplatform.h: mempcpy needs <string.h>
2015-01-25 Denys Vlasenkoplatform.h: add compat mempcpy
2015-01-05 Denys Vlasenkolibbb: code shrink by factoring out common update_utmp_...
2015-01-02 Denys Vlasenkolibpwdgrp: use FAST_FUNC to make "matching ABI" optimiz...
2015-01-02 Tito Ragusalibpwdgrp: rewritten to use malloced implementation
2014-12-22 Peter KümmelMake it possible to override LOGIN_FAIL_DELAY in CONFIG...
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2014-11-26 Denys Vlasenkolibbb: use ARG_MAX for bb_arg_max() only if it's 60k+
2014-11-04 Michel Stamzcip: Add environment variable for overriding log funct...
2014-09-22 Denys Vlasenkoless: move "retry-on-EAGAIN" logic closer to read ops
2014-08-17 Denys Vlasenkotaskset: support CPU masks for more than 64 CPUs
2014-08-05 Morten Kvistgaardftpd: add optional support for authentication
2014-06-30 Bartosz GolaszewskiRename INIT_LAST to INIT_FUNC to avoid confusion
2014-06-22 Bartosz Golaszewskiunit-tests: implement the unit-testing framework
2014-06-22 Bartosz Golaszewskilibbb: use a wrapper around sysconf(_SC_CLK_TCK) to...
2014-06-22 Denys Vlasenkofind: use sysconf(_SC_ARG_MAX) to determine the command...
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
next