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
/
wget.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
apply post-1.16.0 fixes, bump version to 1.16.1
1_16_1
Denys Vlasenko
2010-03-28
1
-0
/
+3
*
wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)
Denys Vlasenko
2009-12-11
1
-1
/
+1
*
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-12-11
1
-29
/
+33
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
wget: factor out progress bar code
Magnus Damm
2009-11-08
1
-121
/
+6
*
wget: fix for code 302; mount: support -o union
Vladimir Dronnikov
2009-10-05
1
-1
/
+4
*
wget: strip trailing whitespace from e.g. "Content-length: 120 "
Matthijs van de Water
2009-08-22
1
-1
/
+8
*
wget: remove IPv6 scope id in Host: field (apache compat)
Denys Vlasenko
2009-06-30
1
-3
/
+51
*
wget: fix redirection from HTTP to FTP server
Denys Vlasenko
2009-06-28
1
-137
/
+140
*
wget: remove strange *&var construct.
Denys Vlasenko
2009-06-28
1
-1
/
+1
*
wget: code shrink by splitting main() into easier-to-optimize functions
Denys Vlasenko
2009-06-28
1
-161
/
+174
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-3
/
+3
*
wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)
Denis Vlasenko
2009-03-04
1
-5
/
+61
*
wget: fix --header handling
Denis Vlasenko
2009-03-02
1
-9
/
+15
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
1
-0
/
+1
*
vi: speedup and code shrink (Walter Harms)
Denis Vlasenko
2008-11-24
1
-12
/
+14
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
wget: "support" -t and -T by ignoring them
Denis Vlasenko
2008-06-29
1
-2
/
+4
*
wget: accept code 204.
Denis Vlasenko
2008-06-22
1
-0
/
+25
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-2
/
+1
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-2
/
+2
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-1
/
+0
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-7
/
+2
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-2
/
+2
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-1
/
+1
*
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-07
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
wget: -O FILE is allowed to overwrite existing file (compat)
Denis Vlasenko
2007-09-27
1
-10
/
+16
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-24
1
-29
/
+16
*
wget: get rid of setitimer
Denis Vlasenko
2007-09-24
1
-36
/
+26
*
wget: reorder functions, no code changes
Denis Vlasenko
2007-09-24
1
-316
/
+305
*
wget: code shrink, move data out of bss
Denis Vlasenko
2007-09-24
1
-28
/
+48
*
wget: allow dots in header field names.
Denis Vlasenko
2007-09-24
1
-36
/
+36
*
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
-3
/
+3
*
bb_uuencode: fix obscure case where we were using data past last byte of source
Denis Vlasenko
2007-08-06
1
-2
/
+2
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-6
/
+5
*
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
1
-14
/
+13
*
wget: fix bug in base64 encoding (bug 1404). +10 bytes.
Denis Vlasenko
2007-06-27
1
-18
/
+23
*
uuencode: shrink
Denis Vlasenko
2007-06-26
1
-2
/
+2
*
ping: fix write-after-allocated-mem bug
Denis Vlasenko
2007-06-18
1
-3
/
+3
*
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
1
-25
/
+31
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
1
-1
/
+1
*
pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-06-16
1
-4
/
+5
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
- add libbb function str_tolower to convert a string to lowercase.
Bernhard Reutner-Fischer
2007-04-10
1
-56
/
+49
[next]