index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ftpgetput.c
Age
Commit message (
Expand
)
Author
2021-09-09
libbb: make bb_lookup_port() abort on bad port names
Denys Vlasenko
2020-12-18
help text: use -P PORT form
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2018-04-07
wget,ftpd: shorten and reuse strings
Denys Vlasenko
2018-02-06
wget: add EPSV support
Denys Vlasenko
2018-02-04
ftpgetput: add EPSV support (PASV-like thing for IPv6)
Denys Vlasenko
2018-02-04
ftpgetput: preparations for ESPV support, no code changes
Denys Vlasenko
2017-08-08
ftpgetput: show only short options in --help text
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-13
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2012-03-19
ftp{get,put}: tweak help text
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-04-07
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2009-12-11
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-10-23
ftpget/put: make 3rd parameter optional
Vladimir Dronnikov
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-03-29
ftpgetput: move control_stream to "struct globals";
Denis Vlasenko
2008-03-29
ftpgetput: deal with long-standing TODOs:
Denis Vlasenko
2008-03-28
ftpgetput: add comment about EPSV (extended PASV).
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-21
update Glenn McGrath's email address
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-04
add x to IPv6 functions which can die
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-22
comment out unused old networking API parts
Denis Vlasenko
2007-01-12
next part of ipv6-ization. mostly netcat.
Denis Vlasenko
2007-01-11
fix my own breakage
Denis Vlasenko
[next]