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