index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
clientpacket.c
Age
Commit message (
Expand
)
Author
2008-09-26
udhcp: add inline docs; small code shrink
Denis Vlasenko
2008-09-26
udhcp: added some FIXMEs; code shrink. -49 bytes
Denis Vlasenko
2008-09-26
dhcp: add FAST_FUNC as appropriate. -160 bytes.
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-05-21
udhcpc: regularize the names of receiving functions,
Denis Vlasenko
2008-04-02
udhcpc: add -o "do not request options by default" switch
Denis Vlasenko
2008-01-25
udhcpc: fix wrong options in decline and release packets
Denis Vlasenko
2007-12-24
Makefile: change version to 1.10.0.svn
Denis Vlasenko
2007-12-20
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...
Denis Vlasenko
2007-12-10
udhcpc: support for -O <option>.
Denis Vlasenko
2007-11-28
dhcpc: let server know we don't like oversized packets.
Denis Vlasenko
2007-11-23
dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
Denis Vlasenko
2007-11-22
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...
Denis Vlasenko
2007-07-03
udhcp: many small fixes:
Denis Vlasenko
2007-06-17
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2006-12-18
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-11-17
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-09-29
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-28
My first bout of untangling udhcp. Make lots of gratuitous #defines go
Rob Landley
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2005-09-22
add support for setting the dhcp vendor class option (option 60).
Paul Fox
2005-08-01
allow suppression of default client-id. fixes bug 000037. allows
Paul Fox
2004-12-06
merge from udhcp module
Mike Frysinger
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
Use standard C99 types
Eric Andersen
2003-12-16
include headers with prototypes to make sure prototypes match
Russ Dill
2003-12-15
options is a pretty common symbol, bad idea to use as a global in udhcp when ...
Russ Dill
2003-06-10
Vodz, last_patch_88
Glenn L McGrath
2002-10-31
sync to udhcp 0.9.8
Russ Dill
2002-10-14
added full udhcp integration
Russ Dill