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
/
wget.c
Age
Commit message (
Expand
)
Author
2010-07-12
wget: fix progress display
Denys Vlasenko
2010-06-06
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-04-04
libbb: factor out hex2bin() for infiniband address parser
Denys Vlasenko
2010-02-11
wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"
Denys Vlasenko
2010-02-10
wget: ignore --no-check-certificate
Bernhard Reutner-Fischer
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2009-12-11
wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)
Denys Vlasenko
2009-12-11
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-08
wget: factor out progress bar code
Magnus Damm
2009-10-05
wget: fix for code 302; mount: support -o union
Vladimir Dronnikov
2009-08-22
wget: strip trailing whitespace from e.g. "Content-length: 120 "
Matthijs van de Water
2009-06-30
wget: remove IPv6 scope id in Host: field (apache compat)
Denys Vlasenko
2009-06-28
wget: fix redirection from HTTP to FTP server
Denys Vlasenko
2009-06-28
wget: remove strange *&var construct.
Denys Vlasenko
2009-06-28
wget: code shrink by splitting main() into easier-to-optimize functions
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-04
wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)
Denis Vlasenko
2009-03-02
wget: fix --header handling
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-11-24
vi: speedup and code shrink (Walter Harms)
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-29
wget: "support" -t and -T by ignoring them
Denis Vlasenko
2008-06-22
wget: accept code 204.
Denis Vlasenko
2008-06-15
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-12
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-02-11
- spelling fixes
Bernhard Reutner-Fischer
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-27
wget: -O FILE is allowed to overwrite existing file (compat)
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-24
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-24
wget: get rid of setitimer
Denis Vlasenko
2007-09-24
wget: reorder functions, no code changes
Denis Vlasenko
2007-09-24
wget: code shrink, move data out of bss
Denis Vlasenko
2007-09-24
wget: allow dots in header field names.
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-08-06
bb_uuencode: fix obscure case where we were using data past last byte of source
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-06-27
wget: fix bug in base64 encoding (bug 1404). +10 bytes.
Denis Vlasenko
2007-06-26
uuencode: shrink
Denis Vlasenko
2007-06-18
ping: fix write-after-allocated-mem bug
Denis Vlasenko
[next]