1. 72e7604 dhcpc: cope with buggy DHCP servers which send oversized packets by Denis Vlasenko · 17 years ago
  2. 8ec6ee4 Add an RFC for future ipv6 ftp work by Denis Vlasenko · 17 years ago
  3. fff9b69 arping: fix a bug where there is implicit count of 4G; by Denis Vlasenko · 17 years ago
  4. ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
  5. 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
  6. 68af8e7 udhcpc: remove -W option, -A can be reused for that help texts: trimmed a bit by Denis Vlasenko · 17 years ago
  7. b559105 fix a thinko in build system by Denis Vlasenko · 17 years ago
  8. 9cdfd14 dhcpc: cleanup and comments; fix buggy timeout handling in corner cases. by Denis Vlasenko · 17 years ago
  9. 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
  10. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  11. 9d6c469 Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: by Denis Vlasenko · 17 years ago
  12. 6df9e3c inetd: revert bogus fix for bug 1562; shrink inetd a bit by Denis Vlasenko · 17 years ago
  13. abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
  14. 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
  15. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  16. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  17. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
  18. bfc3d82 ifconfig: code shrink by Denis Vlasenko · 17 years ago
  19. 9d1afdb inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) by Denis Vlasenko · 17 years ago
  20. 1641d61 - fix typo in helptext by Bernhard Reutner-Fischer · 17 years ago
  21. dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
  22. 78ee7c8 httpd: fix trivial bug (spotted by Alex Landau) by Denis Vlasenko · 17 years ago
  23. 2edbc2a ping: fix breakage from -I fix by Denis Vlasenko · 17 years ago
  24. 1a7afb4 paing: make -I ethN work too (-I addr already worked) by Denis Vlasenko · 17 years ago
  25. 34cd7af httpd: free big buffer after use; improve grep-ability of 'headers' variable by Denis Vlasenko · 17 years ago
  26. f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
  27. e87b868 telnetd: make sure telnetd -K exits if child dies by Denis Vlasenko · 17 years ago
  28. 9e23767 telnetd: trivial optimization by Denis Vlasenko · 17 years ago
  29. 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
  30. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  31. 23c8128 telnetd: fix comment by Denis Vlasenko · 17 years ago
  32. f472b23 telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> by Denis Vlasenko · 17 years ago
  33. 008eda2 bzip2: make -s equivalent to -2 (compatible with standard bzip2) by Denis Vlasenko · 17 years ago
  34. 2450c45 telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence by Denis Vlasenko · 17 years ago
  35. 10916c5 telnetd: document bug in remove_iacs. reinstate band-aid by Denis Vlasenko · 17 years ago
  36. 59d7c43 telnetd: some simplifications and better error hadling. by Denis Vlasenko · 17 years ago
  37. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  38. 4a45756 httpd: fix bug where we were trying to read more POSTDATA than content-length by Denis Vlasenko · 17 years ago
  39. 11c23d7 whitespace/style fix by Denis Vlasenko · 17 years ago
  40. 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
  41. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  42. db60bcf ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de> by Denis Vlasenko · 17 years ago
  43. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  44. e747f62 - mark TODO: use index_in_str_array() by Bernhard Reutner-Fischer · 17 years ago
  45. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  46. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  47. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  48. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  49. d7b3350 dhcpreplay: code shrink, -40 bytes by Denis Vlasenko · 17 years ago
  50. 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
  51. 1eecaf2 libiproute: add missing break's by Denis Vlasenko · 17 years ago
  52. 3d2a921 httpd: trivial simplification by Denis Vlasenko · 17 years ago
  53. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  54. a36535b wget: -O FILE is allowed to overwrite existing file (compat) by Denis Vlasenko · 17 years ago
  55. 6124c37 zcip: fix unaligned trap on ARM by Denis Vlasenko · 17 years ago
  56. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  57. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  58. 3982407 inetd: move struct fields around -> save .25 k of code by Denis Vlasenko · 17 years ago
  59. 35465a3 httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) by Denis Vlasenko · 17 years ago
  60. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  61. a7ce207 wget: get rid of setitimer by Denis Vlasenko · 17 years ago
  62. 47ddd01 wget: reorder functions, no code changes by Denis Vlasenko · 17 years ago
  63. 7710563 wget: code shrink, move data out of bss by Denis Vlasenko · 17 years ago
  64. 06783a5 wget: allow dots in header field names. wget: code shrink by Denis Vlasenko · 17 years ago
  65. 512a545 inetd: make some fields smaller, move data out of data/bss sections by Denis Vlasenko · 17 years ago
  66. 32a471e httpd: simplify CGI i/o loop. -200 bytes. by Denis Vlasenko · 17 years ago
  67. f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
  68. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  69. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  70. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  71. 40f0bcf fix infinite retry bug. also, reduce per-packet receive timeout by Paul Fox · 17 years ago
  72. fc20242 - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN by Bernhard Reutner-Fischer · 17 years ago
  73. 7bc5360 isrv: use monotonic_sec runsv: do not use clock_gettime if !MONOTONIC_CLOCK by Denis Vlasenko · 17 years ago
  74. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  75. de4c5d3 httpd: code shrink of dir indexer example by Denis Vlasenko · 17 years ago
  76. 5750782 httpd: style fix in indexer example by Denis Vlasenko · 17 years ago
  77. 7642998 httpd: replace shell-based dir indexer cgi example with C-based one. by Denis Vlasenko · 17 years ago
  78. 72b6a65 httpd: fix buglet in hex conversion. Remove alloca NULL checks by Denis Vlasenko · 17 years ago
  79. e58e8d9 httpd: add optional support for error pages by Denis Vlasenko · 17 years ago
  80. 63db27f removed stray debugging comments by Denis Vlasenko · 17 years ago
  81. 3f11231 max_option_length[] holds small ints, uint8_t is enough by Denis Vlasenko · 17 years ago
  82. d867f32 httpd: explain IP/mask parsing, and simplify it a bit. by Denis Vlasenko · 17 years ago
  83. 921799d httpd: reinstate (much lighter) paranoid connection close code by Denis Vlasenko · 17 years ago
  84. 37c3316 httpd: get rid of rmt_port and setenv_log by Denis Vlasenko · 17 years ago
  85. 52e15dc httpd: get rid of sscanf usage. Rename some variables. by Denis Vlasenko · 17 years ago
  86. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  87. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  88. d6cd9d7 httpd: stop reading headers using 1-byte read() by Denis Vlasenko · 17 years ago
  89. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  90. 9611cb1 get rid of server_ and accepted_socket globals. by Denis Vlasenko · 17 years ago
  91. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  92. b98c26a httpd shrink and logging update, part 7 of 7 by Denis Vlasenko · 17 years ago
  93. feac3ce httpd shrink and logging update, part 6 of 7 by Denis Vlasenko · 17 years ago
  94. 073214f httpd shrink and logging update, part 5 of 7 by Denis Vlasenko · 17 years ago
  95. 91adf7d httpd shrink and logging update, part 4 of 7 by Denis Vlasenko · 17 years ago
  96. e45af73 httpd shrink and logging update, part 3 of 7 by Denis Vlasenko · 17 years ago
  97. 241b156 httpd shrink and logging update, part 2 of 7 by Denis Vlasenko · 17 years ago
  98. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  99. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  100. bb23c06 if pidfile turned out to be !regular file, do not unlink it. by Denis Vlasenko · 17 years ago