1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  3. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  4. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  5. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  6. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  7. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  8. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  9. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
  10. 4fa5e8b fix my own breakage by Denis Vlasenko · 18 years ago
  11. 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
  12. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  13. 562dc24 ftpgetput: fix PASV mode, fix xatou0induced breakage, by Denis Vlasenko · 18 years ago
  14. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  15. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  16. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  17. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  18. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  19. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  20. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  21. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  22. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  23. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  24. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  25. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  26. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  27. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  28. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  29. 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
  30. 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
  31. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  32. e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 18 years ago
  33. ff97ee9 #ifdef reduction. by Rob Landley · 18 years ago
  34. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  35. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  36. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  37. b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 18 years ago
  38. bc059bc The brain-dead FTP servers on Solaris don't support the size command. by Rob Landley · 19 years ago
  39. 6f03722 Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full by Rob Landley · 19 years ago
  40. 146e83a applying fix from: by Paul Fox · 19 years ago
  41. 5ec5828 Fix size command, safe_strtoul gives and error if the \r is left in, the by Glenn L McGrath · 20 years ago
  42. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 20 years ago
  43. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  44. ca65ca7 Oops. Using the wrong variable was a rather stupid thing for me to do. by Eric Andersen · 20 years ago
  45. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  46. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  47. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  48. 236e93d Allow recieving file to stdout, sending files from stdin, use the '-' by Glenn L McGrath · 21 years ago
  49. 266c1f5 display the port number number correctly, other minor optimisations by Glenn L McGrath · 21 years ago
  50. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  51. b51eb26 Use getopt_ulflags by Glenn L McGrath · 21 years ago
  52. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  53. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  54. 2a41ec6 use an explicit cast on some types that change size when by Eric Andersen · 21 years ago
  55. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  56. 1643f41 When retrieving a file dont open file until we have to to prevent files of size 0 being created when retrieval fails, bug found by Jeff Angielski by Glenn L McGrath · 22 years ago
  57. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  58. a67dffe Change ftpput so it uses <remote-path> <local-file> as it should by Glenn L McGrath · 22 years ago
  59. 3b33dd9 Fix possible bug if file length not known by Glenn L McGrath · 22 years ago
  60. 02d7cbf New applets, ftpget and ftpput by Glenn L McGrath · 22 years ago