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
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-3
/
+3
*
wget: flush output to network before receving reply
Nguyễn Thái Ngọc Duy
2010-09-23
1
-0
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
wget: fix ndelay_on call; progress bar: small shrink
Denys Vlasenko
2010-08-08
1
-1
/
+1
*
wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)
Bradley M. Kuhn
2010-08-08
1
-48
/
+73
*
wget: fix progress display
Denys Vlasenko
2010-07-12
1
-1
/
+1
*
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-06-06
1
-1
/
+1
*
libbb: factor out hex2bin() for infiniband address parser
Denys Vlasenko
2010-04-04
1
-2
/
+4
*
wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"
Denys Vlasenko
2010-02-11
1
-0
/
+1
*
wget: ignore --no-check-certificate
Bernhard Reutner-Fischer
2010-02-10
1
-0
/
+2
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
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
[next]