1. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  2. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  3. 4b06146 tftpd: fix file creation with bogus mode. Closes bug 1021. by Denys Vlasenko · 15 years ago
  4. 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
  5. 6528abe tftpd: another small tweak by Denys Vlasenko · 15 years ago
  6. 1e9ac9f tftp: another small tweak by Denys Vlasenko · 15 years ago
  7. adc08ef tftpd: slight correction to progress bar code by Denys Vlasenko · 15 years ago
  8. 8bd0af9 tftp: add optiona support for progress bar by Magnus Damm · 15 years ago
  9. bbd4235 tftp: extend tsize support a little by Magnus Damm · 15 years ago
  10. 0939f2e fix up potential printf's with unsafe format strings by Denys Vlasenko · 15 years ago
  11. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  12. bac9f03 tftp: add comment, no code changes by Denys Vlasenko · 15 years ago
  13. 330d898 tftp[d]: fix block# handling on upload with non-default blocksize by Atsushi Nemoto · 15 years ago
  14. c8ab67c tftp: do not risk invoking Sorcerer's Apprentice syndrome by Denys Vlasenko · 16 years ago
  15. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  16. f9beb61 tftp: when we infer local name from remote (-r [/]path/path/file), by Denis Vlasenko · 16 years ago
  17. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  18. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  19. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  20. 5a89763 tftpd: show help if stdin is not a socket by Denis Vlasenko · 16 years ago
  21. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  22. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  23. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  24. 31e1286 tftp: help compiler a bit by Denis Vlasenko · 17 years ago
  25. 8474cd3 tftpd: PXE server said to need to support "tsize" option by Denis Vlasenko · 17 years ago
  26. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  27. 4824cca *: fix build problems found with randomconfig by Denis Vlasenko · 17 years ago
  28. 0a0180c tftpd: small trivial shrink by Denis Vlasenko · 17 years ago
  29. 7a60133 tftpd: fix download: we must change user AFTER bind by Denis Vlasenko · 17 years ago
  30. 403a5a2 tftpd: options -c (allow _new_ files to be uploaded) and -u USER by Denis Vlasenko · 17 years ago
  31. 71c9f01 tftp(d): a bit more verbose error reporting by Denis Vlasenko · 17 years ago
  32. dd9228b tftpd: make it emit error packets by Denis Vlasenko · 17 years ago
  33. d7e6af2 tftpd: make open() check r/w permissions instead of doing it ourself. by Denis Vlasenko · 17 years ago
  34. 78c5656 tftpd: fix bugs spotted by Vladimir by Denis Vlasenko · 17 years ago
  35. aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 17 years ago
  36. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  37. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  38. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
  39. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  40. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  41. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  42. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  43. 40f0bcf fix infinite retry bug. also, reduce per-packet receive timeout by Paul Fox · 17 years ago
  44. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  45. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  46. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  47. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  48. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  49. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  50. bf678d5 tftp: explain "block# 0" codepath; report our decision to bail out to server by Denis Vlasenko · 18 years ago
  51. a04561f tftp: code diet, and I think retransmits were broken. by Denis Vlasenko · 18 years ago
  52. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  53. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  54. b477e18 tftp: fix my bug by Denis Vlasenko · 18 years ago
  55. 0850cda tftp: fix IPv6 fallout by Denis Vlasenko · 18 years ago
  56. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  57. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  58. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  59. 2c91652 next part of ipv6-ization. dnsd code is "interesting"... by Denis Vlasenko · 18 years ago
  60. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  61. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  62. 10f7dd1 tftp: corrupted input packets were killing retransmits - fixed by Denis Vlasenko · 18 years ago
  63. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  64. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  65. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  66. 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
  67. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  68. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  69. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  70. 14d7065 Make this slightly more readable, and expose the hypocrasy of a comment that by Rob Landley · 18 years ago
  71. 32bf1f9 - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig by Bernhard Reutner-Fischer · 19 years ago
  72. 575c8ba Don't break allbareconfig. by Rob Landley · 19 years ago
  73. 62f9856 - revert incorrect select change by Bernhard Reutner-Fischer · 19 years ago
  74. b25f98a - fix two segfaults (reported by Horst Kronstorfer) by Bernhard Reutner-Fischer · 19 years ago
  75. 3b1936d - use bb_xbind Thanks Erik Hovland by Bernhard Reutner-Fischer · 19 years ago
  76. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  77. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  78. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  79. 886f6af - this applet should peruse USE_FEATURE_TFTP_... by Bernhard Reutner-Fischer · 19 years ago
  80. c1ef7bd just whitespace by Tim Riker · 19 years ago
  81. 5aabf4e Fix -g and -p options. Patch from Traceman. (I don't know who that is, by Rob Landley · 19 years ago
  82. 86ac072 more const, use bb_getopt_ulflags, insert XXX for show place of problems by "Vladimir N. Oleynik" · 19 years ago
  83. 1d4c88c applying fix for: 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost by Paul Fox · 19 years ago
  84. f3133c4 Thus spake Brenda J. Butler: by Rob Landley · 20 years ago
  85. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  86. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  87. 4872ed9 Robin Farine writes: by Eric Andersen · 20 years ago
  88. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  89. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  90. fbe984e Fix debugging output, patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
  91. d5d5e54 Quick fix for tftp truncation bug by Glenn L McGrath · 21 years ago
  92. d33278d Patch from Hideki IWAMOTO, output debugging messages to stderr by Glenn L McGrath · 21 years ago
  93. c699778 Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or by Glenn L McGrath · 21 years ago
  94. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  95. b99aec0 Christian Meyer provided this patch to fix more bugs with the tftp client by Eric Andersen · 21 years ago
  96. 05e662a Patch from Christian Meyer: by Eric Andersen · 21 years ago
  97. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  98. 0f18271 Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois by Glenn L McGrath · 22 years ago
  99. 9bf9f1e Forgot to rename foo by Glenn L McGrath · 22 years ago
  100. fad90db Fix a debug message, from Bastian Blank by Glenn L McGrath · 22 years ago