1. 3365e9f makemime: tweak help text: -a HDR can be repeated by Denys Vlasenko · 13 years ago
  2. 03419aa httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used by Denys Vlasenko · 13 years ago
  3. 93b4a60 wget: fix use-after-free on redirect by Denys Vlasenko · 13 years ago
  4. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  5. f85bd1a httpd: remove redundant NULL assignment and save one strrchr. -8 bytes by Denys Vlasenko · 13 years ago
  6. ee0f444 udhcp: finish support of classless static routes (now the correct patch!) by Michael McTernan · 13 years ago
  7. 7b57ff4 udhcp: finish support of classless static routes by Michael McTernan · 13 years ago
  8. be2a557 vconfig: remove /proc/net/vlan/config check by Paulius Zaleckas · 13 years ago
  9. b05cd6b httpd: fix /../ sanitization (had one extra semicolon). rewrote it by Denys Vlasenko · 13 years ago
  10. cda6ea9 ash: document bash's exit code too. No code changes by Denys Vlasenko · 13 years ago
  11. 2bef526 ash: add comment about bash's ENOEXEC handling. No code changes by Denys Vlasenko · 13 years ago
  12. d6f5000 *: style fixes. no code changes by Denys Vlasenko · 13 years ago
  13. 454fe29 ifupdown: remove interface from state_list if iface_up fails by Lauri Hintsala · 13 years ago
  14. 1b41b33 configs/android_defconfig: update by Daniel Fandrich · 13 years ago
  15. fdf514f touch: add new option FEATURE_TOUCH_SUSV3 by walter harms · 13 years ago
  16. 3ef3cc5 touch: document -t DT option in help text by Denys Vlasenko · 13 years ago
  17. 7280d20 udhcpc: sanitize hostnames in incoming packets. Closes 3979. by Denys Vlasenko · 13 years ago
  18. 53782d9 iproute: fix help text by Denys Vlasenko · 13 years ago
  19. 2f8ccc1 blkid: make help text show [BLOCKDEV]... by Denys Vlasenko · 13 years ago
  20. c3375f0 volume_id/get_devname: trivial code shrink by Denys Vlasenko · 13 years ago
  21. b8ff935 suppress a "integer overflow in expression" waring on big endian. Closes 4405 by Denys Vlasenko · 13 years ago
  22. 5560e1a Fix link failure on some platforms when PAM is enabled by Tristan Schmelcher · 13 years ago
  23. ef7aa46 init: code shrink -4 bytes by Denys Vlasenko · 13 years ago
  24. beb860a init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing. by Denys Vlasenko · 13 years ago
  25. 0fa3e5f httpd: small fixes to previous change by Pascal Bellard · 13 years ago
  26. 7291755 httpd: make it possible to use system passwords for auth by Pascal Bellard · 13 years ago
  27. 901365f old_e2fsprogs/blkid: close the fd after we are done with it by Denys Vlasenko · 13 years ago
  28. 1fd7129 vi: fix [end] key handling by Denys Vlasenko · 13 years ago
  29. 65a1ee9 rx: fix file corruption on block checksum failure by Daniel Fandrich · 13 years ago
  30. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  31. fcb9e07 Added a few more features to android_defconfig by Daniel Fandrich · 13 years ago
  32. 5f118ff Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 13 years ago
  33. fc18671 makemime: document our current behavior. Tweak help text by Denys Vlasenko · 13 years ago
  34. 3bc4fc5 makemime: content-type should default to application/octet-stream by Denys Vlasenko · 13 years ago
  35. 578b817 sendmail: fix a mistake in previous commit by Denys Vlasenko · 13 years ago
  36. 41fea01 sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines by Denys Vlasenko · 13 years ago
  37. a0bef7c hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 by Denys Vlasenko · 13 years ago
  38. 860491c udhcpc: shrink code by setting xid more economically by Denys Vlasenko · 13 years ago
  39. 1dc80ba libbb.h: add check for bad off_t size detection by Denys Vlasenko · 13 years ago
  40. f59a50e libbb.h: tighten up macro code by Denys Vlasenko · 13 years ago
  41. a092a89 udhcpc6: rudimentary code to export data to script; fix IAADDR parsing by Denys Vlasenko · 13 years ago
  42. 2951add applets_sh/nologin: an applet implemented as shell script by Denys Vlasenko · 13 years ago
  43. 39b2331 mount: resolve hosts to IPs in nfs mounts by Denys Vlasenko · 13 years ago
  44. a86e024 mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+ by Denys Vlasenko · 13 years ago
  45. fae473c mount: support -o noacl by Dave Love · 13 years ago
  46. b9f4cd8 Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGE by Bernhard Reutner-Fischer · 13 years ago
  47. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  48. 7e21f04 udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from both by Denys Vlasenko · 13 years ago
  49. 2b6a6b9 udhcpc6: set hop limit to 1 in emitted raw packets by Denys Vlasenko · 13 years ago
  50. 68c5b28 udhcpc6: fix endianness by Denys Vlasenko · 13 years ago
  51. 9ba7504 udhcpc6: new applet. Not yet functional. by Denys Vlasenko · 13 years ago
  52. 50089fc udhcpc: trim help text, rename badly-named variable by Denys Vlasenko · 13 years ago
  53. 0fd4347 udhcpc: code shrink by Denys Vlasenko · 13 years ago
  54. 3b46fcb udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor string) by Denys Vlasenko · 13 years ago
  55. d38ca03 udhcpc: reuse string constant; remove unneeded memset(0) by Denys Vlasenko · 13 years ago
  56. 2017d48 udhcpc: deprecate --hostname NAME by Denys Vlasenko · 13 years ago
  57. c0cae52 lineedit: fix build failure by Denys Vlasenko · 13 years ago
  58. 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
  59. 45cdf16 android build system updates by Daniel Fandrich · 13 years ago
  60. f3efd3c rx: code shrink by Denys Vlasenko · 13 years ago
  61. f808e77 rx: Fix file corruption with duplicate blocks by Dan Fandrich · 13 years ago
  62. b5ebe5f mount: handle list of comma-separated fs types in -t option by Karol Lewandowski · 13 years ago
  63. f85554c mount: free commented /etc/filesystems lines when we read it by Denys Vlasenko · 13 years ago
  64. 3b16034 nmeter: fix block i/o count on newer Linux kernels by Denys Vlasenko · 13 years ago
  65. f8a5b79 cttyhack: move /sys/class/tty/console/active check to the front by Denys Vlasenko · 13 years ago
  66. 156840c cttyhack: print detected ctty name when called without parameters by Alexander Shishkin · 13 years ago
  67. bcdae63 testsuite: merge bzcat2.tests into bzcat.tests by Denys Vlasenko · 13 years ago
  68. c0e37b4 testsuite: fix the mishap in the previous commit by Denys Vlasenko · 13 years ago
  69. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  70. b076193 modinfo: make it select PLATFORM_LINUX. Closes 4411 by Denys Vlasenko · 13 years ago
  71. e504c24 getty: Hurd has no CBAUD, work around that by Denys Vlasenko · 13 years ago
  72. 83e34ac makemime: fix -a option not taking parameter by Denys Vlasenko · 13 years ago
  73. 8de2e42 syslogd: work around rename() not renaming hardlinks to themselves by Christian Engelmayer · 13 years ago
  74. e6094d9 libbb: shrink base64 decoding a bit by Denys Vlasenko · 13 years ago
  75. 73d249e whitespace fixes by Denys Vlasenko · 13 years ago
  76. 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
  77. ec447c7 libbb.h: remove unused defines by Denys Vlasenko · 13 years ago
  78. e9dc354 getty: fix a minor problem of Ctrl-D not printing '\n' by Denys Vlasenko · 13 years ago
  79. ee320c6 getty: reset tty attrs on Ctrl-C and Ctrl-D too by Denys Vlasenko · 13 years ago
  80. e206a4d getty: add O_NONBLOCK to open which is used to drop ctty by Denys Vlasenko · 13 years ago
  81. a241069 remove duplicate include <sys/swap.h> by Denys Vlasenko · 13 years ago
  82. 9435415 getty: remove now not needed resetting of ALRM to to SIG_DFL by Denys Vlasenko · 13 years ago
  83. 7449e18 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout by Denys Vlasenko · 13 years ago
  84. ef5a2d7 getty: shrink help text by Denys Vlasenko · 13 years ago
  85. 5dd1f47 stty: trim too verbose error messages (-40 bytes) by Denys Vlasenko · 13 years ago
  86. 17fb598 docs/ctty.htm: add a useful URL to by Denys Vlasenko · 13 years ago
  87. 2af2acf udhcpc: add comment about server IP by Denys Vlasenko · 13 years ago
  88. fbca0c6 udhcpc: in fill_envp, export BOOTP fields first by Denys Vlasenko · 13 years ago
  89. cd4d78f dhcpc: fix the case where we might add extra space at the end of envvar. by Denys Vlasenko · 13 years ago
  90. 1dff672 udhcpc: fix 6rd option formatting (was using 4 more bytes than there is) by Denys Vlasenko · 13 years ago
  91. 42816c2 udhcpc: remove unused argument in sprint_nip6 by Denys Vlasenko · 13 years ago
  92. 7981d79 udhcpc: small code shrink by Denys Vlasenko · 13 years ago
  93. f461385 typo fix in comment by Denys Vlasenko · 13 years ago
  94. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  95. 2ea73b5 nc: small code shrink by Denys Vlasenko · 13 years ago
  96. 4ea37d6 gen_build_files.sh: simplify "print everything up to INSERT line" part by Denys Vlasenko · 13 years ago
  97. efd08bf gen_build_files: don't pass 200k+ strings as params. Closes 4321 by Denys Vlasenko · 13 years ago
  98. f74f280 get_header_tar: shrink 6->64 sign extension code by Denys Vlasenko · 13 years ago
  99. 9c28fb8 ifupdown: code shrink by Denys Vlasenko · 13 years ago
  100. dd82443 ifupdown: support post-up / pre-down hooks by Peter Korsgaard · 13 years ago