Bump to version 1.22.1
[platform/upstream/busybox.git] / networking / ftpgetput.c
2012-03-19 Denys Vlasenkoftp{get,put}: tweak help text
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-12-11 Denys Vlasenkowget: check for close success; fix chunked; do not...
2009-10-23 Vladimir Dronnikovftpget/put: make 3rd parameter optional
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-03-29 Denis Vlasenkoftpgetput: move control_stream to "struct globals";
2008-03-29 Denis Vlasenkoftpgetput: deal with long-standing TODOs:
2008-03-28 Denis Vlasenkoftpgetput: add comment about EPSV (extended PASV).
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkocomment out unused old networking API parts
2007-01-12 Denis Vlasenkonext part of ipv6-ization. mostly netcat.
2007-01-11 Denis Vlasenkofix my own breakage
2007-01-11 Denis Vlasenkofix verbose output; remove commented-out includes.
2007-01-11 Denis Vlasenkoipv6-ization efforts continue. Few bugs are found,
2007-01-03 Denis Vlasenkoftpgetput: fix PASV mode, fix xatou0induced breakage,
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-29 Denis Vlasenkofix support for globally disabling --long-options.
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
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