index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
wget.c
Age
Commit message (
Expand
)
Author
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
2007-06-17
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
hwclock: size optimizations
Denis Vlasenko
2007-06-16
pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
- add libbb function str_tolower to convert a string to lowercase.
Bernhard Reutner-Fischer
2007-04-08
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-05
- add -s|--spider which only checks if the file exists but does not download ...
Bernhard Reutner-Fischer
2007-02-17
sort: fix multiple -k (was ignoring all except last)
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-02-01
correct wget's comment
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-28
work around gcc bug
Denis Vlasenko
2007-01-22
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-22
comment out unused old networking API parts
Denis Vlasenko
2007-01-22
remove obsolete FEATURE_WGET_IP6_LITERAL
Denis Vlasenko
2007-01-12
next part of ipv6-ization. mostly netcat.
Denis Vlasenko
2007-01-12
next part of ipv6-ization is here: wget & httpd
Denis Vlasenko
2007-01-03
wget: always print port# in 'Host' header (smaller code)
Denis Vlasenko
2007-01-03
wget: print port# in 'Host' header, if different from 80
Denis Vlasenko
2006-12-16
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
[next]