Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / networking / udhcp / dhcpc.c
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2006-03-23 Mike Frysingersync busybox and udhcp trees
2006-03-20 Eric AndersenRoy Walker writes:
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-08-01 Paul Foxallow suppression of default client-id. fixes bug...
2005-07-21 Paul Foxremove duplicate check against chaddr.
2005-07-20 Paul Foxapplying fix for:
2005-05-26 Rob LandleyTobias Krawutschke found a bug where the DHCP client...
2005-05-04 Rob LandleyRevert the uptime() removal. Let the list sort it...
2005-05-04 Rob LandleyPatch from Shaun Jackman:
2005-04-16 Mike FrysingerIn Bug 209, bernhardf writes:
2004-12-06 Mike Frysingermerge from udhcp module
2004-05-19 Russ Dillfix timewarp in client (server fix later)
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse standard C99 types
2003-12-18 Russ DillFinish remerging busybox udhcp and udhcp. Some cleanups...
2003-12-16 Russ Dillstart attempting to bring udhcp in busybox back to...
2003-09-01 Glenn L McGrathAllow one to detect and handle the case where no lease...
2003-08-29 Glenn L McGrathRemove stray '\n'
2003-06-20 Eric AndersenMake gcc not whine about "deprecated use of label at...
2003-06-10 Glenn L McGrathVodz, last_patch_88
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-15 Glenn L McGrathPatch from Bastian Blank
2003-01-21 Russ Dillmerge fixes with udhcp
2002-12-11 Russ Dillslight change to reflect BB_VER change
2002-12-11 Russ Dillresync with udhcp cvs
2002-12-11 Eric AndersenMake sure we have a show_usage function prototype
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-10-31 Russ Dillsync to udhcp 0.9.8
2002-10-14 Russ Dilladded full udhcp integration