1. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  2. f3a064f libbbb: find_mount_point() too eager to stat mounted devices by Denys Vlasenko · 6 years ago
  3. fa8878b start-stop-daemon: do try to close fds > 2 by Denys Vlasenko · 6 years ago
  4. 13f4204 ip: fix comment placement by Denys Vlasenko · 6 years ago
  5. 405095d ifupdown: close memory leak by Denys Vlasenko · 6 years ago
  6. 7b93e31 vi: enable 'dG' command. Closes 11801 by Ron Yorston · 6 years ago
  7. 4b49422 vi: fix changes to word at end of line. Closes 11796 by Ron Yorston · 6 years ago
  8. 93f0b39 ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE by Denys Vlasenko · 6 years ago
  9. 57e1b0a ash,hush: bash compat for ulimit: reorder to match by Denys Vlasenko · 6 years ago
  10. a92a960 ash,hush: bash compat for ulimit: -w => -x, -p => -u by Denys Vlasenko · 6 years ago
  11. a4d76ea ash,hush: fix ulimit to be more bash-compat, closes 11791 by Denys Vlasenko · 6 years ago
  12. 100fa20 start-stop-daemon: Fix -x is not required for -K by Alexander Vickberg · 6 years ago
  13. 1e9a4f5 examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }" by Denys Vlasenko · 6 years ago
  14. e49a572 httpd: do disable header reading timeout even if proxying by Denys Vlasenko · 6 years ago
  15. 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
  16. af6012a httpd: do not set alarm() timeout if we read cached header by Denys Vlasenko · 6 years ago
  17. bca888a httpd: deindent code block, no code changes by Denys Vlasenko · 6 years ago
  18. ad29ba7 httpd: require "HTTP/xyz" at the end of request line by Denys Vlasenko · 6 years ago
  19. d1a2fa2 ash: catch error in arithmetic expansion in PS1 by Ron Yorston · 6 years ago
  20. 48645b8 ash: prevent error in backquotes in PS1 from exiting shell by Ron Yorston · 6 years ago
  21. 32c8ce4 dc.tests: fix two test case to also depend on DC_BIG by Chen Qi · 6 years ago
  22. 049670f httpd: pass authorization header to CGI if not Basic by Alexander Vickberg · 6 years ago
  23. 210b524 httpd: When sending gzipped content use content-length header by Alexander Vickberg · 6 years ago
  24. 1d37186 ash: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
  25. d96c69d ash: an unset dynamic variable should not be dynamic by Ron Yorston · 6 years ago
  26. a81700b hush: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
  27. 2efa726 httpd: extract query string only after proxying check by Denys Vlasenko · 6 years ago
  28. 62ba9e5 httpd: make rmt_ip variable local by Denys Vlasenko · 6 years ago
  29. 44f5b6a httpd: check denied IPs even before reading 1st query line by Denys Vlasenko · 6 years ago
  30. c69f648 httpd: do not decode URL and headers if proxying - send all verbatim by Denys Vlasenko · 6 years ago
  31. cf69597 httpd: remove duplicate "decode URL escape sequences" code by Denys Vlasenko · 6 years ago
  32. fba665a httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val by Denys Vlasenko · 6 years ago
  33. d0ae410 httpd: fix handling of EOF in get_line() by Denys Vlasenko · 6 years ago
  34. ff36bec httpd: add missing {} by Denys Vlasenko · 6 years ago
  35. bae8f7e httpd: do not percent-decode URI if proxying by Denys Vlasenko · 6 years ago
  36. 02d650e httpd: fix proxy headers passing - full_write() instead of write() by Denys Vlasenko · 6 years ago
  37. 51792e1 httpd: if remote IP is denied, send FORBIDDEN reply earlier by Denys Vlasenko · 6 years ago
  38. 60bf77f udhcpc6: code shrink by Denys Vlasenko · 6 years ago
  39. 0d75e8b udhcpc6: add a few comments, no code changes. by Denys Vlasenko · 6 years ago
  40. cc45cbc udhcpc6: make it enabled in defconfig by Denys Vlasenko · 6 years ago
  41. 7180d9e examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink by Rolf Eike Beer · 6 years ago
  42. 0e7bd69 udhcp: add 100 and 101 dhcp options for ipv4 by Antoine Girard-Vallée · 6 years ago
  43. 2945822 brctl: add TODO: "showmacs BR" by Denys Vlasenko · 6 years ago
  44. 9435608 brctl: simplify str_to_jiffies() by Denys Vlasenko · 6 years ago
  45. dc1b2d4 brctl: convert remaining commands to work via /sys by Denys Vlasenko · 6 years ago
  46. c5150e9 brctl: make "show" command retrieve data from /sys by Denys Vlasenko · 6 years ago
  47. e202638 stat: reduce storage for human-readable filesystem names by Ron Yorston · 6 years ago
  48. c6c19c3 ipaddress: remove unused variable no_link by Bernhard Reutner-Fischer · 6 years ago
  49. 1e474d3 service examples: if iface do not exist, retry upping it by Denys Vlasenko · 6 years ago
  50. 43d09e7 chrt: fix for SCHED_RESET_ON_FORK bit by Denys Vlasenko · 6 years ago
  51. ae5ca6f chrt: do not segfault if policy number is unknown by Denys Vlasenko · 6 years ago
  52. 29c2dcf telnetd: whitespace fix by Denys Vlasenko · 6 years ago
  53. c6a8965 telnetd: better AYT handling by Denys Vlasenko · 6 years ago
  54. 93594b1 telnetd: Added support for AYT IAC command. by Martin Lewis · 6 years ago
  55. 2b62821 top: provide cmdline argument '-H' to enable thread scanning by default by Thomas De Schampheleire · 6 years ago
  56. a3ce161 vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" by Denys Vlasenko · 6 years ago
  57. e1a1b64 vi: code shrink by Denys Vlasenko · 6 years ago
  58. 3e61b59 vi: avoid build failure in non-default case by Ron Yorston · 6 years ago
  59. 2f28b2b fsync,sync: merge into one source module by Denys Vlasenko · 6 years ago
  60. 4f74bb6 fsync,sync: make them similar by Denys Vlasenko · 6 years ago
  61. e48559e ash: distinguish 'wait -n' from other bashisms by Ron Yorston · 6 years ago
  62. 8939359 vi: rename save_argc -> cmdline_filecnt by Denys Vlasenko · 6 years ago
  63. bbacd03 vi: restore capability to remember insertion cmds for "." by Denys Vlasenko · 6 years ago
  64. b29dce4 vi: code shrink by Denys Vlasenko · 6 years ago
  65. 26f5e9d vi: convert more /**/ comments to // by Denys Vlasenko · 6 years ago
  66. 2a57608 vi: code shrink by Denys Vlasenko · 6 years ago
  67. 6ce60b9 vi: use vsnprintf to format status line by Denys Vlasenko · 6 years ago
  68. d4f2e7f vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  69. de69775 vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  70. 616e469 vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  71. 363a2bc vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  72. 24bd350 vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  73. c319310 vi: fix ^Z not always working as intended by Denys Vlasenko · 6 years ago
  74. 6ed94aa vi: install SIGINT handler _after_ restart setjmp is initialized by Denys Vlasenko · 6 years ago
  75. 35082fc blockdev: code shrink by Denys Vlasenko · 6 years ago
  76. bb3a953 ip: Fix ip -o link by Stefan Sørensen · 6 years ago
  77. a2fd1aa vi: allow manual screen update if SIGWINCH isn't supported by Ron Yorston · 6 years ago
  78. 0f5a7f3 man: add "/usr/share/man" as another default MANPATH, fix col override by Denys Vlasenko · 6 years ago
  79. 3193cb5 libbb: mark scripted_main() as externally visible by Ron Yorston · 6 years ago
  80. eabf4b2 vi: code shrink, proper printf formatting for strlen() by Denys Vlasenko · 6 years ago
  81. e6f51ac hush: fix "wait -n" to wait for a _job_, not a _process_ by Denys Vlasenko · 6 years ago
  82. 966f087 ash: add "wait -n" bashism by Denys Vlasenko · 6 years ago
  83. da996c5 ntpd: do not create pid file if not backgrounded by Denys Vlasenko · 6 years ago
  84. 4d1c514 hush: add "wait -n" bashism by Denys Vlasenko · 6 years ago
  85. 3c6f333 man: don't skip default path which appears in config file by Ron Yorston · 6 years ago
  86. fe78c9a ts: do call localtime() when neither -s nor -i specified by Denys Vlasenko · 6 years ago
  87. 973698d ts: use gettimeofday - we don't use nanoseconds here by Denys Vlasenko · 6 years ago
  88. 3395e2a ts: replace overlapping strcpy with shorter code by Denys Vlasenko · 6 years ago
  89. f370a66 ts: fix incorrect (copy-pasted) copyright attribution by Denys Vlasenko · 6 years ago
  90. 16df5e8 ts: new applet by Denys Vlasenko · 6 years ago
  91. 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
  92. 2bbd1e1 Fix off by one error in FAT16 <=> FAT32 detection by Thomas Frauendorfer · 6 years ago
  93. 0ddc742 watch: support fractional -n SEC by Denys Vlasenko · 6 years ago
  94. 2452247 xargs: mention -E STR in --help by Denys Vlasenko · 6 years ago
  95. b096ce0 scripts/echo.c: resolve implicit declaration of function 'dup2' by Nicolas Hüppelshäuser · 6 years ago
  96. 4a67486 top: tweak --help by Denys Vlasenko · 6 years ago
  97. 87e2162 udhcpc: don't exit after backgrounding on -n -b by Andrey Mazo · 6 years ago
  98. 544143d udhcpc: tweak --help by Denys Vlasenko · 6 years ago
  99. f55161a ash: eval: avoid leaking memory associated with redirections. Closes 7748 by Ron Yorston · 6 years ago
  100. e563f9e du: don't count duplicate arguments. Closes 5288 by Ron Yorston · 6 years ago