1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
  3. 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
  4. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  5. e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 18 years ago
  6. ff97ee9 #ifdef reduction. by Rob Landley · 18 years ago
  7. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  8. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  9. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  10. b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 18 years ago
  11. bc059bc The brain-dead FTP servers on Solaris don't support the size command. by Rob Landley · 19 years ago
  12. 6f03722 Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full by Rob Landley · 19 years ago
  13. 146e83a applying fix from: by Paul Fox · 19 years ago
  14. 5ec5828 Fix size command, safe_strtoul gives and error if the \r is left in, the by Glenn L McGrath · 20 years ago
  15. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 20 years ago
  16. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  17. ca65ca7 Oops. Using the wrong variable was a rather stupid thing for me to do. by Eric Andersen · 21 years ago
  18. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  19. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  20. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  21. 236e93d Allow recieving file to stdout, sending files from stdin, use the '-' by Glenn L McGrath · 21 years ago
  22. 266c1f5 display the port number number correctly, other minor optimisations by Glenn L McGrath · 21 years ago
  23. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  24. b51eb26 Use getopt_ulflags by Glenn L McGrath · 21 years ago
  25. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  26. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  27. 2a41ec6 use an explicit cast on some types that change size when by Eric Andersen · 21 years ago
  28. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  29. 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
  30. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  31. a67dffe Change ftpput so it uses <remote-path> <local-file> as it should by Glenn L McGrath · 22 years ago
  32. 3b33dd9 Fix possible bug if file length not known by Glenn L McGrath · 22 years ago
  33. 02d7cbf New applets, ftpget and ftpput by Glenn L McGrath · 22 years ago