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
...
*
eject: -T fix
Denis Vlasenko
2006-10-05
1
-4
/
+2
*
httpd: add -u user[:grp] support
Denis Vlasenko
2006-10-05
1
-8
/
+22
*
build system overhaul
Denis Vlasenko
2006-10-05
11
-460
/
+285
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
9
-11
/
+11
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
19
-39
/
+39
*
rename bb_default_error_retval -> xfunc_error_retval
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
lots of silly indent fixes
Denis Vlasenko
2006-10-03
4
-26
/
+26
*
traceroute: fix compilation if netinet/protocols.h is missing
Denis Vlasenko
2006-10-03
1
-25
/
+13
*
traceroute: do not look up icmp protocol# in /etc, it is well-known :)
Denis Vlasenko
2006-10-03
1
-7
/
+2
*
ifupdown: Debian users contributed improvement to it
Denis Vlasenko
2006-10-02
1
-23
/
+27
*
wget: make progress bar and ETA work correctly with -c
Denis Vlasenko
2006-10-01
1
-35
/
+37
*
lsmod: repair indentation
Denis Vlasenko
2006-09-30
1
-95
/
+91
*
vconfig: fix bug 701 (I be damned if I understand it)
Denis Vlasenko
2006-09-30
1
-2
/
+3
*
libiproute/ll_map.c: fix bug 279
Denis Vlasenko
2006-09-30
1
-6
/
+30
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
3
-5
/
+5
*
rt_names.c: move few strings into rodata
Denis Vlasenko
2006-09-28
1
-10
/
+9
*
ifupdown: make dhcp start/stop scripts user configurable
Denis Vlasenko
2006-09-28
1
-0
/
+16
*
silly switch style fix
Denis Vlasenko
2006-09-27
2
-2
/
+2
*
ifupdown: fix for standalone shell; removed hardcoded PATH
Denis Vlasenko
2006-09-27
1
-41
/
+23
*
ifupdown: style cleanup, no code changes
Denis Vlasenko
2006-09-26
1
-266
/
+260
*
several fixes from openWRT project
Denis Vlasenko
2006-09-26
4
-3
/
+17
*
httpd: sanitize indentation
Denis Vlasenko
2006-09-26
1
-1213
/
+1209
*
wget: add (configurable) large file support. Run tested.
Denis Vlasenko
2006-09-26
1
-53
/
+63
*
wget: fix bug where wget creates null file if there is no remote one.
Denis Vlasenko
2006-09-23
1
-78
/
+38
*
inetd: deindent main loop, other readability enhancements
Denis Vlasenko
2006-09-23
1
-145
/
+151
*
inetd: reformat with tabs for indentation
Denis Vlasenko
2006-09-23
1
-1217
/
+1220
*
ifupdown: getopt_ulflags'ification.
Denis Vlasenko
2006-09-23
1
-59
/
+29
*
arping: fix bug (getopt_ulflags and optarg don't mix),
Denis Vlasenko
2006-09-23
1
-24
/
+16
*
netstat: getopt_ulflags'isation
Denis Vlasenko
2006-09-22
1
-61
/
+46
*
hostname: getopt_ulflags'isation
Denis Vlasenko
2006-09-22
1
-39
/
+28
*
telnetd: getopt_ulflags'isation
Denis Vlasenko
2006-09-22
1
-32
/
+12
*
whitespace cleanup
Denis Vlasenko
2006-09-17
8
-18
/
+18
*
So, in the cornucopia of superfulous warning directives I didn't add to the
Rob Landley
2006-09-15
1
-1
/
+1
*
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...
Bernhard Reutner-Fischer
2006-09-11
1
-1
/
+1
*
Build fixes for gcc 4.0 with -Werror, from Tito.
Rob Landley
2006-09-11
1
-1
/
+1
*
wget: wrap one atrociously long line (around 200 chars long!).
Denis Vlasenko
2006-09-09
1
-18
/
+25
*
udhcp: FEATURE_UDHCP_SYSLOG should be selected only if
Denis Vlasenko
2006-09-09
1
-2
/
+1
*
Fix (hopefully) bug 976. Need more thorough audit.
Denis Vlasenko
2006-09-07
5
-11
/
+27
*
Add CONFIG_FEATURE_SYSLOG which controls whether
Denis Vlasenko
2006-09-07
2
-10
/
+7
*
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
27
-337
/
+243
*
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko
2006-09-03
1
-20
/
+2
*
zcip: bb_error_msg had stray newlines; small optimization in opt parsing
Denis Vlasenko
2006-09-03
1
-4
/
+3
*
zcip: minor fixes
Denis Vlasenko
2006-09-03
1
-20
/
+21
*
zcip: fix stdout/err versus syslog output.
Denis Vlasenko
2006-09-03
1
-12
/
+27
*
zcip: getopt -> bb_getopt_ulflags
Denis Vlasenko
2006-09-03
1
-37
/
+24
*
zcip: convert lots of zero-initialized locals
Denis Vlasenko
2006-09-03
1
-41
/
+43
*
zcip: use xfunc() where appropriate
Denis Vlasenko
2006-09-03
1
-29
/
+23
*
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-09-03
5
-20
/
+11
*
zcip: apply patch from
Denis Vlasenko
2006-09-03
1
-92
/
+182
*
ping: bind -> xbind
Denis Vlasenko
2006-09-02
1
-2
/
+1
[prev]
[next]