1. 3bb235c iproute: fix parsing and matching of of "short" IP addrs like 10/8 by Denys Vlasenko · 14 years ago
  2. 5369563 wget: reduce bloat by Pere Orga · 14 years ago
  3. 5827167 udhcpd: optional IP selection based on MAC hash by Vladislav Grishenko · 14 years ago
  4. 28556b9 wget: check for final write errors for -O FILE too by Denys Vlasenko · 14 years ago
  5. 2384a35 wget: make "wget -O FILE URL1 URL2" concatenate output by Denys Vlasenko · 14 years ago
  6. 57b4909 wget: fix SEGV with multiple urls and redirection by Pere Orga · 14 years ago
  7. 713e6d7 udhcpc: use more correct, and more importantly, more understandable BPF code by Vladislav Grishenko · 14 years ago
  8. 9a5b7f6 wget: support multiple URLs on command line even without -O :) by Denys Vlasenko · 14 years ago
  9. a366109 wget: support multiple URLs on command line by Denys Vlasenko · 14 years ago
  10. a84eadf typo fix in comment by Denys Vlasenko · 14 years ago
  11. 88ad9da wget: display 100% at the _end_ of chunked download by Denys Vlasenko · 14 years ago
  12. c60f446 wget: chunked mode fix. Closes bug 3229 by Denys Vlasenko · 14 years ago
  13. f9af375 wget: explain clearerr more clearly by Denys Vlasenko · 14 years ago
  14. 8766a79 wget: correctly handle rare case when we get EAGAIN _on first_ read by Denys Vlasenko · 14 years ago
  15. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 14 years ago
  16. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  17. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago
  18. 9213a55 wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes by Denys Vlasenko · 14 years ago
  19. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
  20. 0fac2f7 wget: remove functions which retry on EINTR by Denys Vlasenko · 14 years ago
  21. e3ece78 fix trivial build failure by Denys Vlasenko · 14 years ago
  22. df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
  23. 77350aa tc: less ugly check for bad sizeof(G) by Denys Vlasenko · 14 years ago
  24. f133471 iproute: fix handling of "dev IFACE" selector by Denys Vlasenko · 14 years ago
  25. fbea220 udhcpc: fix a problem with binary-encoded options by Denys Vlasenko · 14 years ago
  26. 281e7b8 ping: trivial simplification. -2 bytes by Denys Vlasenko · 14 years ago
  27. 1bb52a9 ping: fix IPv6 pinging. Closes bug 3187 by Denys Vlasenko · 14 years ago
  28. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  29. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  30. dd169e8 eliminate aliasing warnings in traceroute.c and udhcp/socket.c by Denys Vlasenko · 14 years ago
  31. b3b6c8b eliminate aliasing warning in networking/route.c by Denys Vlasenko · 14 years ago
  32. 53f30b4 ifplugd: eliminate aliasing warnings by Denys Vlasenko · 14 years ago
  33. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  34. df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  35. 8030a14 httpd: send correct mtime for .gz files by Denys Vlasenko · 14 years ago
  36. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  37. 84dba9c tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 by Denys Vlasenko · 14 years ago
  38. 6100b51 explain every non-SUID_DROP applet. No code changes by Denys Vlasenko · 14 years ago
  39. 8993c3f udhcpc: document SIGUSRn effect in help text by Denys Vlasenko · 14 years ago
  40. 58c3d21 telnetd: write utmp record with correct pid by Denys Vlasenko · 14 years ago
  41. 3c8799b ping: set not only IP_TTL, but also IP_MULTICAST_TTL by Denys Vlasenko · 14 years ago
  42. 714e2b7 ping: add -t TTL option by Joachim Nilsson · 14 years ago
  43. 713d241 dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease by Denys Vlasenko · 14 years ago
  44. 1c31e9e use BB_EXECVP_or_die where appropriate by Denys Vlasenko · 14 years ago
  45. fa5e295 dhcpd: smaller code: do not look for REQUESTED_IP twice by Denys Vlasenko · 14 years ago
  46. 1e23f32 nc: fix SEGV on -v when NC_EXTRA is off by Denys Vlasenko · 14 years ago
  47. a945f61 inetd: if argv[0] is not specified, set it to program name by Mike Frysinger · 14 years ago
  48. 3bbfb58 ip: Fix command line option parsing of "ip route get ..." by Christian Hornung · 14 years ago
  49. 11872ca networking/*: remove superfluous comments by Denys Vlasenko · 14 years ago
  50. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  51. 66cb7be ifupdown: add manual method for IPv6. Closes bug 2497. by Denys Vlasenko · 14 years ago
  52. ec07420 telnet: do not check for 0 return from poll (it's impossible) by Denys Vlasenko · 14 years ago
  53. 036dbb9 telnet: convert CR NUL -> CR on input. Closes bug 2569 by Denys Vlasenko · 14 years ago
  54. dc8ef35 dnsd: fix 64-bit bug 2539. by Denys Vlasenko · 14 years ago
  55. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  56. db9ccc5 netstat: was using buffers one byte short for scanf (no place for NUL). fixing by Denys Vlasenko · 14 years ago
  57. dd88ba8 netstat: fix IPv6 problem (garbage in scope_id); code shrink by Denys Vlasenko · 14 years ago
  58. 55a046b netstat: fix -r display in usage text by Bob Dunlop · 14 years ago
  59. 46b6cd7 nbd-client: kill unused variable (total 0 bytes) by Alexander Shishkin · 14 years ago
  60. 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
  61. 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
  62. 5d374e9 udhcpc: exit if iface disappeared; use correct MAC if it changes by Denys Vlasenko · 14 years ago
  63. c72c1d7 udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf by Denys Vlasenko · 14 years ago
  64. a5048fa udhcpc: periodically reread our ifindex and mac by Denys Vlasenko · 14 years ago
  65. b3af65b udhcpc: emit maxsize option in all non-NAK type packets by Denys Vlasenko · 14 years ago
  66. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  67. c59e06e udhcpc: better help text by Denys Vlasenko · 14 years ago
  68. d3c5ab7 udhcpc: remove now-unneeded definitions of vendor and client-id opts by Denys Vlasenko · 14 years ago
  69. 1cbdc03 udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same better by Denys Vlasenko · 14 years ago
  70. 9e244c7 udhcpc: move usage text to .c file. no code changes by Denys Vlasenko · 14 years ago
  71. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  72. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  73. ad8def2 udhcpc: fix OPTION_IP_PAIR parsing by Vladislav Grishenko · 14 years ago
  74. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  75. 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
  76. c0f39b0 dhcprelay: code shrink, and explain its workings a bit more by Denys Vlasenko · 14 years ago
  77. d678257 ntpd: allow peer-less (standalone stratum 1 server) operation by Denys Vlasenko · 14 years ago
  78. 7d3a48a udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options by Vladislav Grishenko · 14 years ago
  79. ebec11d wget: flush output to network before receving reply by Nguyễn Thái Ngọc Duy · 14 years ago
  80. 1fc20c4 nbd-client: new applet by Rob Landley · 14 years ago
  81. b103fb1 nc: show help text on bad parameters by Denys Vlasenko · 14 years ago
  82. 3d4a8f8 made 3 license strings to follow the usual form ("or later" bit is not changed!) by Denys Vlasenko · 14 years ago
  83. 2ab3acb ifupdown: %client%, not %clientid% by Denys Vlasenko · 14 years ago
  84. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  85. c71ec70 iplink: another compat #ifndef/#define tweak by Denys Vlasenko · 14 years ago
  86. 74c992a ntpd: with -q, exit after 60 seconds even if time is not synced. by Denys Vlasenko · 14 years ago
  87. b276e41 ip: add a #define for older kernels by Denys Vlasenko · 14 years ago
  88. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  89. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  90. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
  91. 64f2ba2 wget: make -T support enabled by default by Denys Vlasenko · 14 years ago
  92. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  93. 58a15cd Fix a typo in config text by Denys Vlasenko · 14 years ago
  94. e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 14 years ago
  95. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  96. 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
  97. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  98. 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 14 years ago
  99. 535ce1d httpd: cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
  100. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago