summaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-9/+8
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-2/+2
* comment out unused old networking API partsDenis Vlasenko2007-01-221-1/+1
* next part of ipv6-ization. mostly netcat.Denis Vlasenko2007-01-121-1/+1
* fix my own breakageDenis Vlasenko2007-01-111-1/+1
* fix verbose output; remove commented-out includes.Denis Vlasenko2007-01-111-5/+4
* ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko2007-01-111-11/+8
* ftpgetput: fix PASV mode, fix xatou0induced breakage,Denis Vlasenko2007-01-031-35/+59
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-15/+14
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-4/+3
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-291-11/+9
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-4/+4
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-1/+2
* small fixes:Denis Vlasenko2006-11-261-1/+1
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-241-1/+1
* ls: cleanup part 1Denis Vlasenko2006-10-281-1/+1
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-261-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* small style fixesDenis Vlasenko2006-10-121-1/+1
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-9/+11
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-7/+7
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* Ok, that's not a typo, that's just me not thinking.Rob Landley2006-08-041-1/+1
* Now that we have xopen3(), it's just plain unclean to have xopen() withRob Landley2006-08-041-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-15/+4
* - fix the build if we have ftpput without ftpget (speeling reeoe)Bernhard Reutner-Fischer2006-06-071-2/+2
* #ifdef reduction.Rob Landley2006-06-021-10/+5
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+4
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* CONFIG->ENABLE migration.Rob Landley2006-05-041-16/+8
* The brain-dead FTP servers on Solaris don't support the size command.Rob Landley2006-01-101-2/+9
* Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fullRob Landley2005-11-081-19/+2
* applying fix from:Paul Fox2005-07-191-2/+2
* Fix size command, safe_strtoul gives and error if the \r is left in, theGlenn L McGrath2004-05-041-1/+6
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-2/+2
* Oops. Using the wrong variable was a rather stupidEric Andersen2004-03-151-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
* Fix/eliminate use of atolEric Andersen2004-03-061-1/+4