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
*
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-30
5
-11
/
+1
*
whitespace cleanup
Denys Vlasenko
2010-10-29
28
-132
/
+103
*
ifupdown: add manual method for IPv6. Closes bug 2497.
Denys Vlasenko
2010-10-29
1
-55
/
+68
*
telnet: do not check for 0 return from poll (it's impossible)
Denys Vlasenko
2010-10-29
1
-24
/
+24
*
telnet: convert CR NUL -> CR on input. Closes bug 2569
Denys Vlasenko
2010-10-29
1
-69
/
+63
*
dnsd: fix 64-bit bug 2539.
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
9
-17
/
+17
*
netstat: was using buffers one byte short for scanf (no place for NUL). fixing
Denys Vlasenko
2010-10-28
1
-3
/
+6
*
netstat: fix IPv6 problem (garbage in scope_id); code shrink
Denys Vlasenko
2010-10-27
1
-47
/
+62
*
netstat: fix -r display in usage text
Bob Dunlop
2010-10-27
1
-28
/
+50
*
nbd-client: kill unused variable (total 0 bytes)
Alexander Shishkin
2010-10-22
1
-0
/
+2
*
udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size
Denys Vlasenko
2010-10-21
2
-5
/
+14
*
ntpd: fix usage text and a typo in constant name
Leonid Lisovskiy
2010-10-20
1
-5
/
+5
*
udhcpc: exit if iface disappeared; use correct MAC if it changes
Denys Vlasenko
2010-10-20
1
-6
/
+14
*
udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf
Denys Vlasenko
2010-10-20
1
-10
/
+11
*
udhcpc: periodically reread our ifindex and mac
Denys Vlasenko
2010-10-20
1
-0
/
+10
*
udhcpc: emit maxsize option in all non-NAK type packets
Denys Vlasenko
2010-10-20
1
-18
/
+90
*
dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
Denys Vlasenko
2010-10-20
2
-7
/
+7
*
udhcpc: better help text
Denys Vlasenko
2010-10-20
1
-9
/
+15
*
udhcpc: remove now-unneeded definitions of vendor and client-id opts
Denys Vlasenko
2010-10-20
1
-3
/
+4
*
udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...
Denys Vlasenko
2010-10-20
2
-41
/
+37
*
udhcpc: move usage text to .c file. no code changes
Denys Vlasenko
2010-10-20
1
-0
/
+78
*
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Denys Vlasenko
2010-10-18
2
-24
/
+3
*
*: use SWAP_BE64 instead of open-coding it
Denys Vlasenko
2010-10-18
2
-2
/
+2
*
udhcpc: fix OPTION_IP_PAIR parsing
Vladislav Grishenko
2010-10-17
1
-7
/
+10
*
tweaks to build system, mainly making menuconfig text and order clearer
Denys Vlasenko
2010-10-12
1
-1
/
+1
*
tweak help text
Denys Vlasenko
2010-10-09
1
-1
/
+2
*
dhcprelay: code shrink, and explain its workings a bit more
Denys Vlasenko
2010-10-06
1
-71
/
+118
*
ntpd: allow peer-less (standalone stratum 1 server) operation
Denys Vlasenko
2010-10-04
1
-2
/
+11
*
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
Vladislav Grishenko
2010-09-26
2
-0
/
+6
*
wget: flush output to network before receving reply
Nguyễn Thái Ngọc Duy
2010-09-23
1
-0
/
+2
*
nbd-client: new applet
Rob Landley
2010-09-23
1
-0
/
+153
*
nc: show help text on bad parameters
Denys Vlasenko
2010-09-07
1
-1
/
+1
*
made 3 license strings to follow the usual form ("or later" bit is not changed!)
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
ifupdown: %client%, not %clientid%
Denys Vlasenko
2010-09-03
1
-3
/
+3
*
better shared strings trick
Denys Vlasenko
2010-09-01
3
-5
/
+5
*
iplink: another compat #ifndef/#define tweak
Denys Vlasenko
2010-08-30
1
-0
/
+2
*
ntpd: with -q, exit after 60 seconds even if time is not synced.
Denys Vlasenko
2010-08-27
1
-3
/
+22
*
ip: add a #define for older kernels
Denys Vlasenko
2010-08-22
1
-0
/
+3
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
60
-63
/
+63
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
3
-3
/
+3
*
wget: fix ndelay_on call; progress bar: small shrink
Denys Vlasenko
2010-08-08
1
-1
/
+1
*
wget: make -T support enabled by default
Denys Vlasenko
2010-08-08
1
-2
/
+2
*
wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)
Bradley M. Kuhn
2010-08-08
2
-48
/
+85
*
Fix a typo in config text
Denys Vlasenko
2010-08-07
1
-1
/
+1
*
httpd: simplified "gzip" test
Peter Korsgaard
2010-07-26
1
-11
/
+11
*
*: trailing empty lines removed
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
*: more empty lines removed. no code changes
Denys Vlasenko
2010-07-26
2
-2
/
+0
*
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-26
3
-3
/
+0
*
httpd: optional support for gzip-compressed pages
Peter Korsgaard
2010-07-25
2
-4
/
+60
[next]