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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
udhcpc: add comment about server IP
Denys Vlasenko
2011-10-20
1
-1
/
+19
*
udhcpc: in fill_envp, export BOOTP fields first
Denys Vlasenko
2011-10-20
1
-18
/
+36
*
dhcpc: fix the case where we might add extra space at the end of envvar.
Denys Vlasenko
2011-10-20
2
-9
/
+13
*
udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)
Denys Vlasenko
2011-10-20
1
-27
/
+23
*
udhcpc: remove unused argument in sprint_nip6
Denys Vlasenko
2011-10-20
1
-4
/
+4
*
udhcpc: small code shrink
Denys Vlasenko
2011-10-20
1
-6
/
+9
*
typo fix in comment
Denys Vlasenko
2011-10-20
1
-1
/
+1
*
udhcpc: add support for DHCP option 212 (RFC 5969)
Denys Vlasenko
2011-10-19
3
-2
/
+82
*
udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...
Vladislav Grishenko
2011-10-18
1
-1
/
+15
*
udhcp: IF_UDHCP_VERBOSE() macro - improve code readability
Leonid Lisovskiy
2011-10-18
3
-11
/
+5
*
udhcp: remove the declaration of non-existent udhcp_checksum
Baruch Siach
2011-09-09
1
-2
/
+0
*
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-09-07
2
-33
/
+5
*
*: simplify Ethernet header includes
Dan Fandrich
2011-06-10
3
-28
/
+6
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
udhcpc: allow -O OPT take numeric params
Denys Vlasenko
2011-06-04
1
-2
/
+5
*
udhcp: fix some default values from "" to NULL
Denys Vlasenko
2011-05-03
1
-3
/
+3
*
udhcp: add FEATURE_UDHCP_8021Q option
Nigel Hathaway
2011-04-26
3
-0
/
+18
*
dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form
Nigel Hathaway
2011-04-26
1
-10
/
+47
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
3
-0
/
+34
*
udhcpc: emit "correct" secs field
Denys Vlasenko
2011-03-12
2
-0
/
+17
*
udhcpc: add -B option
Keith Young
2011-03-07
1
-59
/
+69
*
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-26
1
-2
/
+2
*
udhcpd: optional IP selection based on MAC hash
Vladislav Grishenko
2011-02-16
2
-8
/
+50
*
udhcpc: use more correct, and more importantly, more understandable BPF code
Vladislav Grishenko
2011-02-14
1
-20
/
+24
*
udhcpc: fix a problem with binary-encoded options
Denys Vlasenko
2011-02-06
1
-1
/
+1
*
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
Denys Vlasenko
2011-01-20
1
-11
/
+14
*
remove a few aliasing warnings
Denys Vlasenko
2011-01-16
1
-1
/
+1
*
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2011-01-11
1
-1
/
+1
*
udhcpc: document SIGUSRn effect in help text
Denys Vlasenko
2010-12-25
1
-0
/
+4
*
dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
Denys Vlasenko
2010-11-28
1
-7
/
+11
*
dhcpd: smaller code: do not look for REQUESTED_IP twice
Denys Vlasenko
2010-11-28
1
-26
/
+30
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
2
-4
/
+4
*
udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size
Denys Vlasenko
2010-10-21
2
-5
/
+14
*
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
*
dhcprelay: code shrink, and explain its workings a bit more
Denys Vlasenko
2010-10-06
1
-71
/
+118
*
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
Vladislav Grishenko
2010-09-26
2
-0
/
+6
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
13
-13
/
+13
*
Fix a typo in config text
Denys Vlasenko
2010-08-07
1
-1
/
+1
*
mark Linux-specific configuration options
Jeremie Koenig
2010-07-19
1
-0
/
+2
[prev]
[next]