1. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  2. 10d0d4e byteswap ops had extra mask ops - removed by Denis Vlasenko · 18 years ago
  3. 3ece72d svn add bb_strtonum.c :( by Denis Vlasenko · 18 years ago
  4. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  5. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  6. 8a0a83d - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  7. 2813ce2 ifconfig: do not try to continue on errors. not much sence in doing that by Denis Vlasenko · 18 years ago
  8. a7b2c41 deluser: the same code, but a bit less obfuscated. by Denis Vlasenko · 18 years ago
  9. c9bb677 deluser: size reduction by 60 bytes. patch from Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  10. bf11e89 added gcc flag which is needed for ULLONG_MAX to appear on Tito's box by Denis Vlasenko · 18 years ago
  11. e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
  12. ec0c920 added small doc about tar 'pax header' format by Denis Vlasenko · 18 years ago
  13. 664733f sort: two small optimizations by Denis Vlasenko · 18 years ago
  14. 0d42ddf sort: reformat entire file wrt style. by Denis Vlasenko · 18 years ago
  15. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  16. c1660fe tar: refuse to untar files with "/../" components by Denis Vlasenko · 18 years ago
  17. b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
  18. 7725d0f tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can save by Denis Vlasenko · 18 years ago
  19. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  20. 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
  21. 43bddf3 small improvements in str -> num convertors by Denis Vlasenko · 18 years ago
  22. f2408e6 tar: abort if tarring up file larger that 64Gb by Denis Vlasenko · 18 years ago
  23. 5dd27b1 dd: support >2gb values for seek, skip, count by Denis Vlasenko · 18 years ago
  24. ed836cd regularize str -> num convertors by Denis Vlasenko · 18 years ago
  25. 809a6e3 small optimization by Denis Vlasenko · 18 years ago
  26. 3feb2fc tar: fix multiple -t and/or -v options handling. by Denis Vlasenko · 18 years ago
  27. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  28. b833ca9 tar: buglet fix by Denis Vlasenko · 18 years ago
  29. d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
  30. d398eca hunt down improper include <>, make mkswap output 4Gb+ friendly by Denis Vlasenko · 18 years ago
  31. 8023d7d svn add makedev.c. Forgot as usual... :( by Denis Vlasenko · 18 years ago
  32. b8a8e60 tar: small fixes: * size-optimize mapping code * kill double close by Denis Vlasenko · 18 years ago
  33. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  34. 4fbb584 tar: cry murder and bail out if file shrinks under us while we tar it up by Denis Vlasenko · 18 years ago
  35. 0b35470 glibc makedev() is a large inline. Save 700+ bytes by wrapping it by Denis Vlasenko · 18 years ago
  36. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  37. 376ce1e tar: by Denis Vlasenko · 18 years ago
  38. 1462192 md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". by Denis Vlasenko · 18 years ago
  39. a741b77 ifupdown: by Denis Vlasenko · 18 years ago
  40. 93ad1c2 ifupdown: save some 100+ bytes of code in addstr() by Denis Vlasenko · 18 years ago
  41. 4e4662c wget: -O - still outputs progressbar (to stderr) Noticed dead code. -100 bytes. by Denis Vlasenko · 18 years ago
  42. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  43. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  44. b40bdb3 - add FIXME to brokenness in the installer.. by Bernhard Reutner-Fischer · 18 years ago
  45. 7627cc1 - fix typo by Bernhard Reutner-Fischer · 18 years ago
  46. 81e264d fix double merge by Denis Vlasenko · 18 years ago
  47. be2f9f7 - update TODOs by Bernhard Reutner-Fischer · 18 years ago
  48. 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
  49. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  50. 0801ef2 telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 by Denis Vlasenko · 18 years ago
  51. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  52. d6bbf99 - reinstate "make checkhelp" by Bernhard Reutner-Fischer · 18 years ago
  53. aad4999 #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 by Denis Vlasenko · 18 years ago
  54. 428f7ae httpd: comment on QUERY_STRING by Denis Vlasenko · 18 years ago
  55. 8b45837 httpd: add link to docs by Denis Vlasenko · 18 years ago
  56. 5e618ff xgethostbyname: more readable by Denis Vlasenko · 18 years ago
  57. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  58. 5096246 ifconfig: looks like char host[128] is not really needed. by Denis Vlasenko · 18 years ago
  59. f8c8bb1 wget: yet another contortion for proftpd's PASV response. by Denis Vlasenko · 18 years ago
  60. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  61. 04b30ba ifconfig: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  62. 3aa2d51 insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, by Denis Vlasenko · 18 years ago
  63. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  64. a838194 - style fixes by Bernhard Reutner-Fischer · 18 years ago
  65. 1288722 wget: add TODO by Denis Vlasenko · 18 years ago
  66. 40f62a8 wget: fix ftp PASV mode ("numeric" check was too strict) by Denis Vlasenko · 18 years ago
  67. 3e7ef7e - update defconfig by Bernhard Reutner-Fischer · 18 years ago
  68. 9cade08 wget: reduce likelihood of ETA overflow (especially with !LFS) by Denis Vlasenko · 18 years ago
  69. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  70. 3eb91c2 cpio: (allegedly) fix bug 0001095: by Denis Vlasenko · 18 years ago
  71. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  72. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  73. 6c85ddc httpd: add support for directory indexer (cgi-bin/index.cgi) by Denis Vlasenko · 18 years ago
  74. a3ee69f httpd: get rid of big, useless blocks (deindent, bring code under 80 columns) by Denis Vlasenko · 18 years ago
  75. 0bb993f httpd: More robust Content-length: parsing, code reorganization (less indented) by Denis Vlasenko · 18 years ago
  76. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  77. c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
  78. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  79. 6a353c8 mount: if FILE* is NULL, it's not wise to use it. by Denis Vlasenko · 18 years ago
  80. 83edaf3 svlogd: log full lines to stderr too, and also stop using stdio for that by Denis Vlasenko · 18 years ago
  81. 22dcd04 mkdir: style fix by Denis Vlasenko · 18 years ago
  82. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  83. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  84. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  85. abfc4cf Add names of people historically linked to bbox project by Denis Vlasenko · 18 years ago
  86. f7eaccd nc: fix --help text by Denis Vlasenko · 18 years ago
  87. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  88. 04c6386 forgot about avn add... :( by Denis Vlasenko · 18 years ago
  89. 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
  90. a5342b4 httpd: make Bernhard happier by Denis Vlasenko · 18 years ago
  91. 8bfd215 - Set INSTALL_OPTS according to the config. by Bernhard Reutner-Fischer · 18 years ago
  92. 193bcf3 - fix generation of the busybox.links install script inputfile by Bernhard Reutner-Fischer · 18 years ago
  93. 68532b3 - typo fix by Bernhard Reutner-Fischer · 18 years ago
  94. e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  95. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  96. d4f3d1a httpd: by Denis Vlasenko · 18 years ago
  97. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  98. e867b7c httpd: stop being silly with setenv by Denis Vlasenko · 18 years ago
  99. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  100. 3672fe9 remove duplicate flag decls by Mike Frysinger · 18 years ago