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