index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Commit message (
Expand
)
Author
Age
Files
Lines
*
httpd: "HEAD" support. Closes bug 1530.
Denis Vlasenko
2008-02-21
1
-26
/
+36
*
udhcp: we were forgetting to set right op byte in tha packet
Denis Vlasenko
2008-02-20
1
-6
/
+1
*
udhcp: make paths configurable
Denis Vlasenko
2008-02-20
3
-2
/
+21
*
init: make it NOMMU-capable
Denis Vlasenko
2008-02-19
1
-1
/
+1
*
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-18
1
-7
/
+10
*
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-17
1
-4
/
+1
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
6
-20
/
+31
*
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
3
-25
/
+25
*
ifupdowm: shrink
Denis Vlasenko
2008-02-16
1
-99
/
+100
*
random s/short/int/
Denis Vlasenko
2008-02-16
4
-7
/
+8
*
ifupdown: code shrink
Denis Vlasenko
2008-02-15
1
-95
/
+51
*
httpd: fix bug where we did chdir("") if CGI path had only one "/".
Denis Vlasenko
2008-02-11
1
-20
/
+22
*
- shrink a tiny bit (-30Bytes)
Bernhard Reutner-Fischer
2008-02-11
1
-30
/
+27
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
4
-8
/
+8
*
sendmail: update from maintainer
Denis Vlasenko
2008-02-08
3
-221
/
+445
*
httpd: add a bit of error logging; a few code simplifications. +29 bytes.
Denis Vlasenko
2008-02-08
1
-7
/
+11
*
udhcp: ifdef out unused members
Denis Vlasenko
2008-02-04
2
-0
/
+4
*
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
Denis Vlasenko
2008-02-04
9
-11
/
+67
*
zcip: open ARP socket before openlog
Denis Vlasenko
2008-02-04
1
-11
/
+13
*
sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>
Denis Vlasenko
2008-02-02
1
-78
/
+102
*
nc: fix fallout from C99 standard compliance change
Denis Vlasenko
2008-02-02
1
-20
/
+20
*
Fix compilation error when FEATURE_FANCY_PING enabled. Also
Paul Fox
2008-02-01
2
-8
/
+8
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
11
-46
/
+46
*
sendmail: really svn add it
Denis Vlasenko
2008-01-29
1
-0
/
+313
*
sendmail: new applet by dronnikov at gmail.com
Denis Vlasenko
2008-01-28
2
-0
/
+14
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
1
-3
/
+0
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
5
-8
/
+4
*
udhcpc: filter unwanted packets in kernel
Denis Vlasenko
2008-01-25
5
-10
/
+64
*
udhcpc: fix wrong options in decline and release packets
Denis Vlasenko
2008-01-25
3
-13
/
+15
*
- implement brctl setpathcost, setportprio, setbridgeprio, stp
Bernhard Reutner-Fischer
2008-01-14
2
-21
/
+93
*
- shrink a bit and implement time related fancy features. Improve help texts.
Bernhard Reutner-Fischer
2008-01-13
2
-36
/
+115
*
- save four bytes by manually hoisting the br assignment
Bernhard Reutner-Fischer
2008-01-13
1
-5
/
+4
*
- new applet brctl
Bernhard Reutner-Fischer
2008-01-13
3
-0
/
+94
*
whitespace fixes
Denis Vlasenko
2008-01-07
1
-1
/
+1
*
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-07
3
-4
/
+4
*
ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)
Denis Vlasenko
2008-01-04
1
-4
/
+6
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
5
-6
/
+6
*
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-30
1
-7
/
+10
*
httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)
Denis Vlasenko
2007-12-29
1
-2
/
+11
*
trylink: instead of build error, disable --gc-sections if GLIBC && STATIC
Denis Vlasenko
2007-12-28
1
-5
/
+5
*
netstat: in error message, report filename and line number
Denis Vlasenko
2007-12-26
1
-22
/
+23
*
save a bit of code with *strchrnul = '\0' trick
Denis Vlasenko
2007-12-26
2
-11
/
+5
*
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2007-12-26
1
-22
/
+15
*
Makefile: change version to 1.10.0.svn
Denis Vlasenko
2007-12-24
3
-45
/
+55
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
2
-77
/
+166
*
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
Denis Vlasenko
2007-12-22
1
-1
/
+1
*
udhcp: decided to not send "short" dhcp packets,
Denis Vlasenko
2007-12-21
1
-1
/
+6
*
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...
Denis Vlasenko
2007-12-20
7
-43
/
+49
*
traceroute: stop using global data/bss
Denis Vlasenko
2007-12-16
1
-43
/
+63
*
udhcpc: support for -O <option>.
Denis Vlasenko
2007-12-10
4
-77
/
+94
[next]