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
/
dumpleases.c
Age
Commit message (
Expand
)
Author
2009-06-19
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-17
udhcp: shorten mac len from 16 to 6 in lease file
Denys Vlasenko
2009-06-16
udhcp: rename fields in struct dhcpOfferedAddr
Denys Vlasenko
2009-04-01
dhcpd: remember and record hostnames; optimize get_option
Denis Vlasenko
2009-02-01
dhcpd,dumpleases: write and use 64-bit current time in lease file.
Denis Vlasenko
2009-01-01
udhcpd: disable opton to have absolute lease times in lease file
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-01
Copyright, help text, whitespace cleanups
Denis Vlasenko
2007-03-29
dumpleases: getopt32()-ization
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-11-18
small fixes: using fd-based io instead of FILE*-based,
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-08-18
- remove last reminiscents of IN_BUSYBOX
Bernhard Reutner-Fischer
2006-05-26
fix spelling mistakes
Mike Frysinger
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2006-03-23
sync busybox and udhcp trees
Mike Frysinger
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-12-16
forgotten include
Russ Dill
2003-12-16
why the complication of a static string rather than a define? gcc isn't dumb
Russ Dill
2003-12-16
start attempting to bring udhcp in busybox back to the state where it is (ide...
Russ Dill
2003-06-10
Vodz, last_patch_88
Glenn L McGrath
2002-12-11
slight change to reflect BB_VER change
Russ Dill
2002-12-11
resync with udhcp cvs
Russ Dill
2002-12-06
Fixup dumpleases compile problem
Eric Andersen
2002-10-14
added full udhcp integration
Russ Dill