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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
wget.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
1
-1
/
+1
*
- add -s|--spider which only checks if the file exists but does not download ...
Bernhard Reutner-Fischer
2007-04-05
1
-9
/
+16
*
sort: fix multiple -k (was ignoring all except last)
Denis Vlasenko
2007-02-17
1
-1
/
+1
*
add x to IPv6 functions which can die
Denis Vlasenko
2007-02-04
1
-2
/
+2
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
correct wget's comment
Denis Vlasenko
2007-02-01
1
-1
/
+1
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-9
/
+9
*
work around gcc bug
Denis Vlasenko
2007-01-28
1
-1
/
+3
*
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-22
1
-1
/
+0
*
comment out unused old networking API parts
Denis Vlasenko
2007-01-22
1
-2
/
+2
*
remove obsolete FEATURE_WGET_IP6_LITERAL
Denis Vlasenko
2007-01-22
1
-30
/
+0
*
next part of ipv6-ization. mostly netcat.
Denis Vlasenko
2007-01-12
1
-1
/
+1
*
next part of ipv6-ization is here: wget & httpd
Denis Vlasenko
2007-01-12
1
-44
/
+48
*
wget: always print port# in 'Host' header (smaller code)
Denis Vlasenko
2007-01-03
1
-9
/
+2
*
wget: print port# in 'Host' header, if different from 80
Denis Vlasenko
2007-01-03
1
-2
/
+9
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-1
/
+1
*
wget: smallish optimization
Denis Vlasenko
2006-12-16
1
-18
/
+18
*
od: sometime ago I landed BIG od implementation
Denis Vlasenko
2006-11-28
1
-1
/
+1
*
safe_strtoXX interface proved to be a bit unconvenient.
Denis Vlasenko
2006-11-27
1
-5
/
+7
*
small fixes:
Denis Vlasenko
2006-11-26
1
-2
/
+2
*
header_verbose_list: stop truncating file size in listing
Denis Vlasenko
2006-11-24
1
-2
/
+2
*
wget: -O - still outputs progressbar (to stderr)
Denis Vlasenko
2006-11-23
1
-5
/
+6
*
wget: yet another contortion for proftpd's PASV response.
Denis Vlasenko
2006-11-21
1
-4
/
+4
*
wget: fix ftp PASV mode ("numeric" check was too strict)
Denis Vlasenko
2006-11-21
1
-4
/
+6
*
wget: reduce likelihood of ETA overflow (especially with !LFS)
Denis Vlasenko
2006-11-21
1
-17
/
+19
*
wget: fix error message.
Denis Vlasenko
2006-11-10
1
-2
/
+5
*
ls: cleanup part 1
Denis Vlasenko
2006-10-28
1
-2
/
+2
*
get_terminal_width_height: do not pass insanely large values
Denis Vlasenko
2006-10-27
1
-1
/
+1
[next]