1. d867f32 httpd: explain IP/mask parsing, and simplify it a bit. by Denis Vlasenko · 17 years ago
  2. 921799d httpd: reinstate (much lighter) paranoid connection close code by Denis Vlasenko · 17 years ago
  3. 37c3316 httpd: get rid of rmt_port and setenv_log by Denis Vlasenko · 17 years ago
  4. 52e15dc httpd: get rid of sscanf usage. Rename some variables. by Denis Vlasenko · 17 years ago
  5. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  6. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  7. d6cd9d7 httpd: stop reading headers using 1-byte read() by Denis Vlasenko · 17 years ago
  8. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  9. 9611cb1 get rid of server_ and accepted_socket globals. by Denis Vlasenko · 17 years ago
  10. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  11. b98c26a httpd shrink and logging update, part 7 of 7 by Denis Vlasenko · 17 years ago
  12. feac3ce httpd shrink and logging update, part 6 of 7 by Denis Vlasenko · 17 years ago
  13. 073214f httpd shrink and logging update, part 5 of 7 by Denis Vlasenko · 17 years ago
  14. 91adf7d httpd shrink and logging update, part 4 of 7 by Denis Vlasenko · 17 years ago
  15. e45af73 httpd shrink and logging update, part 3 of 7 by Denis Vlasenko · 17 years ago
  16. 241b156 httpd shrink and logging update, part 2 of 7 by Denis Vlasenko · 17 years ago
  17. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  18. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  19. bb23c06 if pidfile turned out to be !regular file, do not unlink it. by Denis Vlasenko · 17 years ago
  20. 9f7b92a dhcpd: make -S and -f actually work by Denis Vlasenko · 17 years ago
  21. 384b1d1 httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] by Denis Vlasenko · 17 years ago
  22. 0372f0f httpd: extend -p PORT to -p [IP[v6]:]PORT by Denis Vlasenko · 17 years ago
  23. 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
  24. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  25. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  26. 1b9064d httpd: sendfile support by Denis Vlasenko · 17 years ago
  27. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  28. 4185548 httpd: CGI Status: header fix by Denis Vlasenko · 17 years ago
  29. 1ec15cd httpd: add support for Status: CGI header by Denis Vlasenko · 17 years ago
  30. e5d37cc httpd: fix CGI handling bug (we were closing wrong fd). by Denis Vlasenko · 17 years ago
  31. 22a80d1 udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ by Denis Vlasenko · 17 years ago
  32. 4661117 bb_uuencode: fix obscure case where we were using data past last byte of source by Denis Vlasenko · 17 years ago
  33. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  34. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  35. 6b74b02 interface.c: code shrink (IIRC ~30 bytes) by Denis Vlasenko · 17 years ago
  36. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  37. 3e64e98 zcip: remove stray seed48. It's the only thing which was pulling in by Denis Vlasenko · 17 years ago
  38. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  39. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  40. 82bd9ee fix typo in last commit by Denis Vlasenko · 17 years ago
  41. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  42. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  43. 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
  44. 2851082 ifconfig: make it work with ifaces with ifnames > 255 by Denis Vlasenko · 17 years ago
  45. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  46. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  47. 828e2a9 nc: minor code shrink by Denis Vlasenko · 17 years ago
  48. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  49. a483691 ifupdown: kill -TERM is default, so drop -TERM by Denis Vlasenko · 17 years ago
  50. 3483e85 ping: fix non-fancy ping6 by Denis Vlasenko · 17 years ago
  51. e6bce97 fix comment placement (no code changes) by Denis Vlasenko · 17 years ago
  52. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  53. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  54. 12d2129 wget: fix bug in base64 encoding (bug 1404). +10 bytes. by Denis Vlasenko · 17 years ago
  55. c965f4b devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
  56. e8240f1 uuencode: shrink by Denis Vlasenko · 17 years ago
  57. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  58. 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 17 years ago
  59. 56258b6 httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  60. 789b87e - remove matches() from networking/. Untested. by Bernhard Reutner-Fischer · 17 years ago
  61. 8333587 slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
  62. 14923db slattach: new applet. by Denis Vlasenko · 17 years ago
  63. cd0e80c - move iprule and ipaddress from matches() to index_in_str_array by Bernhard Reutner-Fischer · 17 years ago
  64. 761ce14 - remove another user of the deprecated matches() func by moving it to use index_in_str_array. Untested. by Bernhard Reutner-Fischer · 17 years ago
  65. 5ad1048 ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>) by Denis Vlasenko · 17 years ago
  66. dcf6de5 pscan: size optimization (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 18 years ago
  67. 08a6118 ll_map: disable interface name caching code by Denis Vlasenko · 18 years ago
  68. 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 18 years ago
  69. 1b16bda networking/interface.c: reduce bss usage by Denis Vlasenko · 18 years ago
  70. 7679145 ping: fix write-after-allocated-mem bug by Denis Vlasenko · 18 years ago
  71. bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 18 years ago
  72. 459be35 hwclock: size optimizations by Denis Vlasenko · 18 years ago
  73. ea9e798 arping: -i should be -I by Denis Vlasenko · 18 years ago
  74. ab47eee forgot svn add... by Denis Vlasenko · 18 years ago
  75. a7825f2 make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features by Denis Vlasenko · 18 years ago
  76. 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  77. 1adf681 traceroute: stop using floating point needlessly; nuke useless assignment. by Denis Vlasenko · 18 years ago
  78. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  79. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  80. 77e44d6 httpd: move data off bss. by Denis Vlasenko · 18 years ago
  81. 5c51a7c nc: make connecting to IPv4 from IPv6-enabled hosts easier by Denis Vlasenko · 18 years ago
  82. 8c1aaf3 snprintf(... "%s"...) => safe_strncpy by Denis Vlasenko · 18 years ago
  83. 821cc25 ping: stop using data/bss by Denis Vlasenko · 18 years ago
  84. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
  85. 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 18 years ago
  86. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  87. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  88. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  89. 1c9ad62 ping: fix wrong sign extension of packet id (bug 1373) by Denis Vlasenko · 18 years ago
  90. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  91. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  92. 6239b1f - fix typo in help text and fix punctuation by Bernhard Reutner-Fischer · 18 years ago
  93. 0fe67b1 udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not loaded). by Denis Vlasenko · 18 years ago
  94. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
  95. d46e6d1 fix trivial compile errors found by randomconfig run by Denis Vlasenko · 18 years ago
  96. a35958d netstat: fix error in new -W option handling by Denis Vlasenko · 18 years ago
  97. 418a7fb netstat: introduce -W: wide, ipv6-friendly output by Denis Vlasenko · 18 years ago
  98. c2b3e37 - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: by Bernhard Reutner-Fischer · 18 years ago
  99. bf678d5 tftp: explain "block# 0" codepath; report our decision to bail out to server by Denis Vlasenko · 18 years ago
  100. a04561f tftp: code diet, and I think retransmits were broken. by Denis Vlasenko · 18 years ago