aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-071-1/+1
* wget: add EPSV supportDenys Vlasenko2018-02-061-49/+8
* ftpgetput: add EPSV support (PASV-like thing for IPv6)Denys Vlasenko2018-02-041-6/+16
* ftpgetput: preparations for ESPV support, no code changesDenys Vlasenko2018-02-041-15/+16
* ftpgetput: show only short options in --help textDenys Vlasenko2017-08-081-17/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+4
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+6
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+24
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-4/+3
* ftp{get,put}: tweak help textDenys Vlasenko2012-03-191-17/+17
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-4/+3
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+38
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-111-1/+1
* ftpget/put: make 3rd parameter optionalVladimir Dronnikov2009-10-231-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-3/+2
* ftpgetput: move control_stream to "struct globals";Denis Vlasenko2008-03-291-110/+85
* ftpgetput: deal with long-standing TODOs:Denis Vlasenko2008-03-291-114/+82
* ftpgetput: add comment about EPSV (extended PASV).Denis Vlasenko2008-03-281-39/+65
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* random s/short/int/Denis Vlasenko2008-02-161-1/+1
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-1/+1
* 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