| Commit message (Expand) | Author | Age | Files | Lines |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+17 |
* | libbb unicode: comment out usused function and unused parameter | Denys Vlasenko | 2011-01-11 | 1 | -1/+1 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -3/+3 |
* | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko | 2010-10-18 | 1 | -12/+1 |
* | *: use SWAP_BE64 instead of open-coding it | Denys Vlasenko | 2010-10-18 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE | Denys Vlasenko | 2010-03-26 | 1 | -1/+1 |
* | udhcp: cosmetic cleanups; one case of s/full_read/xread/ | Denys Vlasenko | 2010-03-26 | 1 | -7/+5 |
* | further work on unicodization | Denys Vlasenko | 2010-01-30 | 1 | -2/+5 |
* | libbb: better unicode width support. Hopefully fixes bug 839. | Denys Vlasenko | 2010-01-24 | 1 | -1/+1 |
* | fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma... | Denys Vlasenko | 2010-01-04 | 1 | -1/+1 |
* | dumpleases: unicode spport | Tomas Heinrich | 2009-11-05 | 1 | -0/+8 |
* | getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS | Denys Vlasenko | 2009-06-19 | 1 | -1/+1 |
* | udhcp: shorten mac len from 16 to 6 in lease file | Denys Vlasenko | 2009-06-17 | 1 | -2/+2 |
* | udhcp: rename fields in struct dhcpOfferedAddr | Denys Vlasenko | 2009-06-16 | 1 | -2/+2 |
* | dhcpd: remember and record hostnames; optimize get_option | Denis Vlasenko | 2009-04-01 | 1 | -3/+6 |
* | dhcpd,dumpleases: write and use 64-bit current time in lease file. | Denis Vlasenko | 2009-02-01 | 1 | -5/+22 |
* | udhcpd: disable opton to have absolute lease times in lease file | Denis Vlasenko | 2009-01-01 | 1 | -16/+23 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko | 2008-03-23 | 1 | -1/+0 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -1/+1 |
* | rework long option handling. saves ~1.2k | Denis Vlasenko | 2007-07-23 | 1 | -7/+6 |
* | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | Copyright, help text, whitespace cleanups | Denis Vlasenko | 2007-04-01 | 1 | -2/+2 |
* | dumpleases: getopt32()-ization | Denis Vlasenko | 2007-03-29 | 1 | -34/+27 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko | 2006-11-18 | 1 | -19/+12 |
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -21/+8 |
* | - remove last reminiscents of IN_BUSYBOX | Bernhard Reutner-Fischer | 2006-08-18 | 1 | -21/+1 |
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -1/+1 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+114 |
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -114/+0 |
* | sync busybox and udhcp trees | Mike Frysinger | 2006-03-23 | 1 | -1/+1 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -1/+5 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -5/+5 |
* | forgotten include | Russ Dill | 2003-12-16 | 1 | -0/+1 |
* | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | 2003-12-16 | 1 | -1/+1 |
* | start attempting to bring udhcp in busybox back to the state where it is (ide... | Russ Dill | 2003-12-16 | 1 | -4/+25 |
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -34/+10 |
* | slight change to reflect BB_VER change | Russ Dill | 2002-12-11 | 1 | -1/+1 |
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 1 | -1/+1 |
* | Fixup dumpleases compile problem | Eric Andersen | 2002-12-06 | 1 | -1/+1 |
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+112 |