1. 30e3df3 - rephrase helptext for clarity by Bernhard Reutner-Fischer · 16 years ago
  2. 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
  3. 97b954d - improve wording by Bernhard Reutner-Fischer · 16 years ago
  4. 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago
  5. 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
  6. d814c98 telnetd: do not advertise TELNET_LFLOW, we do not support it properly. by Denis Vlasenko · 16 years ago
  7. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
  8. 73121c3 dhcpd,dumpleases: write and use 64-bit current time in lease file. by Denis Vlasenko · 16 years ago
  9. 802cab1 brctl: fix compilation on 2.4.x kernels by Denis Vlasenko · 16 years ago
  10. bdea2c0 traceroute: allow -w NUM as small as 1 by Denis Vlasenko · 16 years ago
  11. 766c10c traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP by Denis Vlasenko · 16 years ago
  12. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  13. 39b6813 tunctl: new applet by Vladimir by Denis Vlasenko · 16 years ago
  14. ec64a57 dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized by Denis Vlasenko · 16 years ago
  15. 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
  16. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  17. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  18. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  19. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  20. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  21. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  22. 3246c0d iproute: fix ipXXX utilities trying to parse their applet name by Denis Vlasenko · 16 years ago
  23. 196a953 iptunnel: fix problems with including linux/ip_tunnel.h on some systems by Denis Vlasenko · 16 years ago
  24. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  25. c5045fd vconfig: style fix, no code changes by Denis Vlasenko · 16 years ago
  26. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  27. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  28. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  29. 9d1d4c0 httpd: set $HOST to Host: header value. +83 bytes. by Denis Vlasenko · 16 years ago
  30. 12ff9dc networking/interface.c: better readability (by Walter Harms) by Denis Vlasenko · 16 years ago
  31. ae6e135 tftpd: can also have TFTP_DEBUG by Denis Vlasenko · 16 years ago
  32. 249d948 nslookup: glibc + IPv6 address of DNS server don't mix (yet) by Denis Vlasenko · 16 years ago
  33. 3f5f246 nslookup: allow usage of IPv6 addresses or hostnames by Denis Vlasenko · 16 years ago
  34. 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
  35. 4d47692 arp: stop using globals by Denis Vlasenko · 16 years ago
  36. 81c6a91 telnetd: fix compile problem for non-standalone telnetd by Denis Vlasenko · 16 years ago
  37. 9f2f808 telnetd: correctly output 0xff char. ~100 bytes. by Denis Vlasenko · 16 years ago
  38. 6d04435 telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. by Denis Vlasenko · 16 years ago
  39. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  40. b0150d2 telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) by Denis Vlasenko · 16 years ago
  41. b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
  42. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  43. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  44. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  45. 4cb576e inetd: fix a case when we have zero services by Denis Vlasenko · 16 years ago
  46. 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
  47. 5a89763 tftpd: show help if stdin is not a socket by Denis Vlasenko · 16 years ago
  48. 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
  49. 470dc1d - minor shrinkage (~-60) by Bernhard Reutner-Fischer · 16 years ago
  50. e291866 - support ip link set eth1 address 00:11:22:33:44:55 by Bernhard Reutner-Fischer · 16 years ago
  51. 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
  52. 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
  53. 59f502b ping: trivial code shrink by Denis Vlasenko · 16 years ago
  54. 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
  55. cdd1f73 zcip: code size optimizations, improved help text and comments by Denis Vlasenko · 16 years ago
  56. 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
  57. c2d5a27 - wrap overlong line by Bernhard Reutner-Fischer · 16 years ago
  58. df6b3ad inetd: use config parser. by Vladimir by Denis Vlasenko · 16 years ago
  59. 5868070 route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) by Denis Vlasenko · 16 years ago
  60. 2b2d977 sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
  61. bed22a0 sendmail: compat update by Vladimir by Denis Vlasenko · 16 years ago
  62. 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
  63. 7d9399e udhcpc: fixlet for previous commit by Denis Vlasenko · 16 years ago
  64. c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
  65. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  66. cdb0b65 dhcpc: treat "discover...select...discover..." loop the same way by Denis Vlasenko · 16 years ago
  67. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  68. b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
  69. 28f5619 slattach: preserve speed in non-raw mode. +39 bytes. by Denis Vlasenko · 16 years ago
  70. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  71. ee9deb8 ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexist by Denis Vlasenko · 16 years ago
  72. ee34ebe ifenslave: wants net/if.h by Denis Vlasenko · 16 years ago
  73. 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
  74. 0901c51 - add WIP stub for tc. by Bernhard Reutner-Fischer · 16 years ago
  75. b424930 - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen) by Bernhard Reutner-Fischer · 16 years ago
  76. 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
  77. 5770715 ping: SO_RCVBUF must be bigger than packet size, by Denis Vlasenko · 16 years ago
  78. 6c4eb44 ifupdown: fixes for shutdown of DHCP-managed interfaces by Denis Vlasenko · 16 years ago
  79. ec7e7ae arp: without -H <type>, assume "ether". closes 4564 by Denis Vlasenko · 16 years ago
  80. ee777c4 ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> by Denis Vlasenko · 16 years ago
  81. 8d07560 sendmail: work around (bogus) gcc warning by Denis Vlasenko · 16 years ago
  82. cfe2936 nameif: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
  83. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  84. 2c7a1fd netstat: code shrink by Denis Vlasenko · 16 years ago
  85. cf8b1ef style fix, no code changes by Denis Vlasenko · 16 years ago
  86. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  87. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  88. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  89. f54e62a inetd: do not trash errno in signal handlers; by Denis Vlasenko · 16 years ago
  90. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  91. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  92. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  93. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  94. 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
  95. 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
  96. eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  97. a34f1ed dnsd,sestatus: use libbb to parse config file (by Vladimir) by Denis Vlasenko · 16 years ago
  98. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  99. 7354244 sendmail: update from the maintainer by Denis Vlasenko · 16 years ago
  100. 02a1c6a - very minor shrinkage (-9b) by Bernhard Reutner-Fischer · 16 years ago