There are a number of reasons for reinventing printf(). Writing status to
[oweals/busybox.git] / networking / ftpgetput.c
2006-08-04 Rob LandleyOk, that's not a typo, that's just me not thinking.
2006-08-04 Rob LandleyNow that we have xopen3(), it's just plain unclean...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-07 Bernhard Reutner... - fix the build if we have ftpput without ftpget (speel...
2006-06-02 Rob Landley#ifdef reduction.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-04 Rob LandleyCONFIG->ENABLE migration.
2006-01-10 Rob LandleyThe brain-dead FTP servers on Solaris don't support...
2005-11-08 Rob LandleyPatch from Tomasz Mateja: don't try to CWD to a _filena...
2005-07-19 Paul Foxapplying fix from:
2004-05-04 Glenn L McGrathFix size command, safe_strtoul gives and error if the...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenOops. Using the wrong variable was a rather stupid
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-06 Eric AndersenFix/eliminate use of atol
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-12-20 Glenn L McGrathAllow recieving file to stdout, sending files from...
2003-12-20 Glenn L McGrathdisplay the port number number correctly, other minor...
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-19 Glenn L McGrathUse getopt_ulflags
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-06-20 Eric Andersenuse an explicit cast on some types that change size...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-18 Glenn L McGrathWhen retrieving a file dont open file until we have...
2002-12-13 Glenn L McGrathMerge copyfd and copy_file_chunk
2002-12-13 Glenn L McGrathChange ftpput so it uses <remote-path> <local-file...
2002-12-13 Glenn L McGrathFix possible bug if file length not known
2002-12-13 Glenn L McGrathNew applets, ftpget and ftpput