1. 535a509 httpd: code shrink by Xabier Oneca · 4 years, 2 months ago
  2. eecd6f7 ip rule: add support for fwmark/fwmask for policy routing by Rui Salvaterra · 4 years, 5 months ago
  3. 16e82c6 tar: fix fallout of last_char_is(NULL) no longer being allowed by Denys Vlasenko · 4 years, 2 months ago
  4. a90a54a udhcp: remove struct packing attribute, eliminates gcc-9.x by Denys Vlasenko · 4 years, 2 months ago
  5. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  6. 3c3928f tydy up a few uses of recursive_action(), no logic changes by Denys Vlasenko · 4 years, 2 months ago
  7. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 3 months ago
  8. aaa0709 libbb: do not open-code __errno_location() call by Denys Vlasenko · 4 years, 3 months ago
  9. 841878e shell: remove FAST_FUNC from a static function by Denys Vlasenko · 4 years, 3 months ago
  10. b1c7a66 libbb: extend "errno pointer" trick to other than __GLIBC__ by Denys Vlasenko · 4 years, 3 months ago
  11. 6561e07 mount: support the sizelimit and offset option for loop devices by Steffen Trumtrar · 4 years, 5 months ago
  12. abefc3c libbb: fold common64_hash() into its only user by Denys Vlasenko · 4 years, 3 months ago
  13. bd202a5 xargs: fix -I SUBSTR behaviour by Denys Vlasenko · 4 years, 3 months ago
  14. d4dd48f shell: add testsuite for "wait $pid" waiting for other tasks by Denys Vlasenko · 4 years, 3 months ago
  15. 91e11eb ash: jobs: Fix waitcmd busy loop by Denys Vlasenko · 4 years, 3 months ago
  16. 8d5f465 ash: jobs: Fix infinite loop in waitproc by Denys Vlasenko · 4 years, 3 months ago
  17. 777a635 ash: remove a tentative TODO, it's a wrong idea by Denys Vlasenko · 4 years, 3 months ago
  18. afb5d8b ntpd: fix the case where two replies received at once and first one causes a step by Denys Vlasenko · 4 years, 3 months ago
  19. a949399 httpd: Make Deny/Allow by IP config support optional by Sergey Ponomarev · 4 years, 4 months ago
  20. 4864a68 httpd: Support caching via ETag header by Sergey Ponomarev · 4 years, 4 months ago
  21. b6efac3 httpd: Don't add Last-Modified header to response by Sergey Ponomarev · 4 years, 4 months ago
  22. 68f75bb httpd: Don't add Date header to response by Sergey Ponomarev · 4 years, 4 months ago
  23. b414cdf httpd: Update to HTTP/1.1 by Sergey Ponomarev · 4 years, 4 months ago
  24. 1a5d6fc hwclock: Fix settimeofday for glibc v2.31+ by Eddie James · 4 years, 4 months ago
  25. a77f3ec grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 by Denys Vlasenko · 4 years, 4 months ago
  26. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  27. 9914d8b udhcpc: add support for long options by Martin Lewis · 4 years, 4 months ago
  28. 8a485b0 ip address: Add support for "valid_lft" and "preferred_lft" options by Christian Eggers · 4 years, 6 months ago
  29. 31d34f3 ip: Add support for "noprefixroute" option by Christian Eggers · 4 years, 6 months ago
  30. 3992502 shell: Fix "read -d ''" behavior by Christian Eggers · 4 years, 6 months ago
  31. a088da4 httpd_indexcgi.c: use CSS for odd/even rows by Sergey Ponomarev · 4 years, 5 months ago
  32. 197ae0f httpd_indexcgi.c: minimize style CSS by Sergey Ponomarev · 4 years, 5 months ago
  33. 2dd82f4 lsscsi: code shrink by Denys Vlasenko · 4 years, 5 months ago
  34. 9a2d899 ntpd: fix refid reported in server mode, closes 13056 by Denys Vlasenko · 4 years, 5 months ago
  35. 06a407c networking: support ftp PASV responses not ending with ')' by Denys Vlasenko · 4 years, 5 months ago
  36. 79a4032 libbb: shrink last_char_is(), no longer allow NULL string argument by Denys Vlasenko · 4 years, 5 months ago
  37. 4468c56 domain_codec: optimize dname_dec and convert_dname by Martin Lewis · 4 years, 5 months ago
  38. 051665e crontab: Fix -e with editors saving using renaming strategy by Gray Wolf · 4 years, 6 months ago
  39. d21a63f libbb: code shrink in last_char_is() by Denys Vlasenko · 4 years, 6 months ago
  40. c9fc153 compare_string_array: code shrink by Martin Lewis · 4 years, 6 months ago
  41. ac79db6 procps: code shrink by Martin Lewis · 4 years, 6 months ago
  42. 1f86ecb udhcpc: fix a TODO in fill_envp using option scanner by Martin Lewis · 4 years, 6 months ago
  43. acdc8ee udhcp: add option scanner by Martin Lewis · 4 years, 6 months ago
  44. fc2ce04 wget: fix openssl options for cert verification by Scott Court · 4 years, 6 months ago
  45. 79bd7c3 acpid: only display -p if supported in usage by Norbert Lange · 4 years, 10 months ago
  46. 05faa61 dhcpd: remove hardcoded pidfile path by Norbert Lange · 4 years, 10 months ago
  47. 86a633e dpkg: prevent important directories from being removed by Norbert Lange · 4 years, 10 months ago
  48. a16c8ef nc_bloaty: support udp broadcast ports by Norbert Lange · 4 years, 10 months ago
  49. c918ea1 Start 1.33.0 development cycle by Denys Vlasenko · 4 years, 6 months ago
  50. fb95712 Bump version to 1.32.0 by Denys Vlasenko · 4 years, 6 months ago 1_32_0
  51. 24c212b gzip -d with zcat enabled but gunzip disabled was misbehaving by Denys Vlasenko · 4 years, 6 months ago
  52. b02f8ca make_single_applets.sh: switch off nologin deps option by Denys Vlasenko · 4 years, 6 months ago
  53. 5663a17 bc: placate a "defined but not used" warning by Denys Vlasenko · 4 years, 6 months ago
  54. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  55. d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 6 months ago
  56. 7c443d1 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  57. 5fa5c4b randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  58. d206b16 randomconfig fix by Denys Vlasenko · 4 years, 6 months ago
  59. 03ab212 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  60. df1f479 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  61. 6eb38fd randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  62. 62744ef examples/udhcp/simple.script: fix IPv6 support when using udhcpc by Stefan Agner · 4 years, 6 months ago
  63. faab906 udhcpc6: use correct multicast MAC by Uwe Glaeser · 4 years, 6 months ago
  64. 4789c7c nmeter: add %T (zero-based timestamp) format by Denys Vlasenko · 4 years, 6 months ago
  65. 505eeae Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options for clang by Biswapriyo Nath · 4 years, 6 months ago
  66. 0356607 deluser: check if specified home is a directory before removing it by Sören Tempel · 4 years, 6 months ago
  67. d30d1eb dhcpc: refactor xmalloc_optname_optval to shrink binary size by Martin Lewis · 4 years, 6 months ago
  68. 1776460 httpd: allow '-h' to work when daemonized with NOMMU enabled by Ron Yorston · 4 years, 6 months ago
  69. 0cad5f9 udhcp: comment out unused domain compression code by Denys Vlasenko · 4 years, 6 months ago
  70. 002be6e sysctl: do report EACCES errors on write by Denys Vlasenko · 4 years, 6 months ago
  71. b2ab920 unexpand: correct behavior for --first-only --tabs=4 by Mark Edgar · 4 years, 7 months ago
  72. 9b4a9d9 xstrndup: Use strndup instead of implementing it. by Martin Lewis · 4 years, 9 months ago
  73. 726d0d1 dhcpc: code shrink in good_hostname by Martin Lewis · 4 years, 7 months ago
  74. 6f7a009 awk: disallow "str"++, closes bug 12981 by Denys Vlasenko · 4 years, 6 months ago
  75. 45fa3f1 wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL by Dimitri John Ledkov · 4 years, 7 months ago
  76. 9f3b410 ash,hush: drop pointer check before calls to show_history by Ron Yorston · 5 years ago
  77. 981b2ef mim: run scripts from a specification file by Ron Yorston · 5 years ago
  78. da7a6db ash: fix build failure when command built-in is disabled by Ron Yorston · 4 years, 10 months ago
  79. d1b75e1 httpd: permit non-default home directory with NOMMU enabled by Ron Yorston · 4 years, 8 months ago
  80. 42a8984 grep: add proper support for pattern_list by Sören Tempel · 4 years, 9 months ago
  81. c3295d2 grep: Fix -f FILE when FILE is empty and -x provided by Gray Wolf · 4 years, 8 months ago
  82. 1c462d4 xargs: restore correct behaviour of -n option by Ron Yorston · 4 years, 10 months ago
  83. ed8af51 build system: remove KBUILD_STR() by Jean-Philippe Brucker · 4 years, 9 months ago
  84. b994374 unzip: -d should create the dir by Lauri Kasanen · 4 years, 8 months ago
  85. 9aa751b shells: fix exitcode_trapN tests to avoid races by Denys Vlasenko · 4 years, 10 months ago
  86. 1555895 ash: expand: Fix multiple issues with EXP_DISCARD in evalvar by Denys Vlasenko · 4 years, 10 months ago
  87. 8233188 ash: expand: Do not reprocess data when expanding words by Denys Vlasenko · 4 years, 10 months ago
  88. 6cda0b0 ash: move TRACE statement in evalcommand() by Ron Yorston · 4 years, 10 months ago
  89. 7f19848 ash: rename some function parameters to match dash by Denys Vlasenko · 4 years, 10 months ago
  90. 538ee41 ash: rename stack_nputstr() back to stnputs() to match dash by Denys Vlasenko · 4 years, 10 months ago
  91. c2058ec ash: Expand here-documents in the current shell environment by Denys Vlasenko · 4 years, 10 months ago
  92. c08993f ash: parser: Do not push token back before parseheredoc by Denys Vlasenko · 4 years, 10 months ago
  93. 9a1a659 ash: parser: Fix old-style command substitution here-document crash by Denys Vlasenko · 4 years, 10 months ago
  94. e4a0612 hush: fix negative_arith.tests: glob-protect dash in "$((arith))" by Denys Vlasenko · 4 years, 10 months ago
  95. 45dd87a ash: expand: Ensure result is escaped in cvtnum by Denys Vlasenko · 4 years, 10 months ago
  96. da2e46d ash: memalloc: Avoid looping in growstackto by Denys Vlasenko · 4 years, 10 months ago
  97. 3ced804 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap by Denys Vlasenko · 4 years, 10 months ago
  98. cc9ecd9 hush: make "exit" in trap use pre-trap exitcode by Denys Vlasenko · 4 years, 10 months ago
  99. f977e00 ash: eval: Only restore exit status on exit/return by Denys Vlasenko · 4 years, 10 months ago
  100. cd24a50 ash: Return without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 10 months ago