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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dhcpd: make -S and -f actually work
Denis Vlasenko
2007-08-15
1
-1
/
+2
*
httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]
Denis Vlasenko
2007-08-14
1
-126
/
+116
*
httpd: extend -p PORT to -p [IP[v6]:]PORT
Denis Vlasenko
2007-08-14
1
-123
/
+96
*
udhcpd: add -f "foreground" and -S "syslog" options
Denis Vlasenko
2007-08-14
3
-16
/
+8
*
httpd: round down sendfile byte count to 64k
Denis Vlasenko
2007-08-13
1
-1
/
+2
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
1
-1
/
+1
*
httpd: sendfile support
Denis Vlasenko
2007-08-12
2
-21
/
+47
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
27
-59
/
+62
*
httpd: CGI Status: header fix
Denis Vlasenko
2007-08-11
1
-9
/
+7
*
httpd: add support for Status: CGI header
Denis Vlasenko
2007-08-11
1
-13
/
+24
*
httpd: fix CGI handling bug (we were closing wrong fd).
Denis Vlasenko
2007-08-11
1
-13
/
+20
*
udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/
Denis Vlasenko
2007-08-09
1
-11
/
+10
*
bb_uuencode: fix obscure case where we were using data past last byte of source
Denis Vlasenko
2007-08-06
1
-2
/
+2
*
udhcp: slight shrink
Denis Vlasenko
2007-08-02
6
-69
/
+64
*
start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>
Denis Vlasenko
2007-08-02
2
-2
/
+4
*
interface.c: code shrink (IIRC ~30 bytes)
Denis Vlasenko
2007-07-29
1
-43
/
+43
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
15
-162
/
+153
*
zcip: remove stray seed48. It's the only thing which was pulling in
Denis Vlasenko
2007-07-23
1
-4
/
+1
*
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
5
-62
/
+57
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
3
-3
/
+3
*
fix typo in last commit
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
Three patches from FreeWRT people
Denis Vlasenko
2007-07-21
2
-5
/
+20
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
2
-2
/
+2
*
ifup/ifdown: make location of ifstate configurable
Denis Vlasenko
2007-07-19
2
-3
/
+15
*
ifconfig: make it work with ifaces with ifnames > 255
Denis Vlasenko
2007-07-17
1
-1
/
+1
*
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-17
3
-3
/
+3
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
15
-136
/
+86
*
nc: minor code shrink
Denis Vlasenko
2007-07-13
1
-54
/
+37
*
udhcp: many small fixes:
Denis Vlasenko
2007-07-03
11
-185
/
+177
*
ifupdown: kill -TERM is default, so drop -TERM
Denis Vlasenko
2007-07-03
1
-37
/
+50
*
ping: fix non-fancy ping6
Denis Vlasenko
2007-07-02
1
-1
/
+2
*
fix comment placement (no code changes)
Denis Vlasenko
2007-07-01
1
-1
/
+2
*
udhcp: new config option "Rewrite the lease file at every new acknowledge"
Denis Vlasenko
2007-07-01
9
-113
/
+148
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-2
/
+2
*
wget: fix bug in base64 encoding (bug 1404). +10 bytes.
Denis Vlasenko
2007-06-27
1
-18
/
+23
*
devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-27
1
-2
/
+2
*
uuencode: shrink
Denis Vlasenko
2007-06-26
1
-2
/
+2
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
6
-16
/
+13
*
test: suppress gcc warning
Denis Vlasenko
2007-06-25
1
-13
/
+13
*
httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>
Denis Vlasenko
2007-06-23
1
-0
/
+12
*
- remove matches() from networking/. Untested.
Bernhard Reutner-Fischer
2007-06-21
4
-62
/
+96
*
slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>)
Denis Vlasenko
2007-06-21
1
-21
/
+27
*
slattach: new applet.
Denis Vlasenko
2007-06-20
3
-0
/
+247
*
- move iprule and ipaddress from matches() to index_in_str_array
Bernhard Reutner-Fischer
2007-06-20
3
-43
/
+50
*
- remove another user of the deprecated matches() func by moving it to use in...
Bernhard Reutner-Fischer
2007-06-20
1
-11
/
+24
*
ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)
Denis Vlasenko
2007-06-19
1
-5
/
+8
*
pscan: size optimization (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-19
1
-5
/
+3
*
ll_map: disable interface name caching code
Denis Vlasenko
2007-06-19
2
-40
/
+51
*
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...
Denis Vlasenko
2007-06-19
4
-75
/
+61
*
networking/interface.c: reduce bss usage
Denis Vlasenko
2007-06-19
1
-45
/
+54
[prev]
[next]