- 827b690 udhcpc[6]: do not pass xid around, keep it in client_data.xid by Denys Vlasenko · 3 years, 6 months ago
- 949e962 udhcpc: get rid of client_data.fqdn field by Denys Vlasenko · 3 years, 6 months ago
- 698cdef udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDOR by Denys Vlasenko · 3 years, 6 months ago
- 265fcdd udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX option by Denys Vlasenko · 3 years, 6 months ago
- 9914d8b udhcpc: add support for long options by Martin Lewis · 4 years, 4 months ago
- 11e024a udhcpc6: add ELAPSED_TIME option to outgoing packets by Denys Vlasenko · 5 years ago
- bcb1fc3 udhcp: rename client_config to client_data, server_config to server_data by Denys Vlasenko · 6 years ago
- a4ed2c4 dhcp: get rid of last global data by Denys Vlasenko · 6 years ago
- ba4fbca udhcpc6: make -O OPT work by Denys Vlasenko · 7 years ago
- 04ac6e0 udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT by Denys Vlasenko · 12 years ago
- 293c945 udhcpc: make -O <numeric_opt> work. Closes 5402 by Denys Vlasenko · 12 years ago
- 9ac5596 udhcpc: emit "correct" secs field by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
- 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
- 6ef8def udhcp: remove two unused fields by Denys Vlasenko · 15 years ago
- 501e35c udhcp: merge clientpacket.c into dhcpc.c by Denys Vlasenko · 15 years ago
- c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
- 2f14263 udhcp[cd]: fix aliasing warnings by Denys Vlasenko · 15 years ago
- 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
- ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
- 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
- c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
- f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
- ff7cd6f use USE_FEATURE_UDHCP_PORT instead of ifdef by Denis Vlasenko · 17 years ago
- 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 17 years ago
- fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 17 years ago
- 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
- 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
- 2e4c3c4 udhcpc: add -o "do not request options by default" switch by Denis Vlasenko · 17 years ago
- b386c1c udhcp: ifdef out unused members by Denis Vlasenko · 17 years ago
- d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
- ca9635b udhcpc: fix wrong options in decline and release packets by Denis Vlasenko · 17 years ago
- 1918368 udhcpc: support for -O <option>. by Denis Vlasenko · 17 years ago
- 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
- abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
- deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
- 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
- c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
- bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
- b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
- e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
- 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
- e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
- 787140d remove in place of external link by Mike Frysinger · 19 years ago
- 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
- 28a6afe Roy Walker writes: by Eric Andersen · 19 years ago
- ea6360e Missed a file in the last checkin, won't build without this... by Rob Landley · 19 years ago
- b628409 more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS by "Vladimir N. Oleynik" · 19 years ago
- 28de951 by Paul Fox · 19 years ago
- d824853 merge from udhcp module by Mike Frysinger · 20 years ago
- ad95373 Use standard C99 types by Eric Andersen · 21 years ago
- 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 21 years ago
- 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
- 61fb489 added full udhcp integration by Russ Dill · 22 years ago