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
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2020-12-16
tweak help texts
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-07
dumpleases: make NOEXEC
Denys Vlasenko
2017-01-21
make --help texts more uniform
Denys Vlasenko
2016-11-23
Convert all udhcp applets to "new style" applet definitions
Denys Vlasenko
2015-10-24
dumpleases: string reuse
Denys Vlasenko
2015-10-24
dumpleases: new option -d to show time in seconds
Isaac Dunham
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-01-11
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-18
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Denys Vlasenko
2010-10-18
*: use SWAP_BE64 instead of open-coding it
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-03-26
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
2010-03-26
udhcp: cosmetic cleanups; one case of s/full_read/xread/
Denys Vlasenko
2010-01-30
further work on unicodization
Denys Vlasenko
2010-01-24
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-04
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2009-11-05
dumpleases: unicode spport
Tomas Heinrich
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
[next]