Robin Farine writes:
[oweals/busybox.git] / networking / udhcp /
2004-05-19 Russ Dilluse busybox sysinfo struct
2004-05-19 Eric AndersenFix a compile problem
2004-05-19 Russ Dillfix timewarp in client (server fix later)
2004-05-19 Russ Dillremove uneccessary check (already done in pidfile.c)
2004-05-19 Russ Dillfix memory leak caused by switch to vfork
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-05 Glenn L McGrathPatch by Andrew Victor,
2004-03-05 Glenn L McGrathFix a typo, patch by Andrew Victor
2004-01-30 Eric AndersenUse standard C99 types
2003-12-26 Russ Dillit should work even if you don't assign a pidfile
2003-12-24 Russ Dillfix a long standing underallocation bug
2003-12-24 Russ Dillmove debugging to safe place (before vfork)
2003-12-18 Russ DillFinish remerging busybox udhcp and udhcp. Some cleanups...
2003-12-16 Russ Dillclean up some bad, bad formatting
2003-12-16 Russ Dillinclude headers with prototypes to make sure prototypes...
2003-12-16 Eric Andersenremove reference to missing header file which is breaki...
2003-12-16 Russ Dillrevert removal of define
2003-12-16 Russ Dillforgotten include
2003-12-16 Russ Dillwhy the complication of a static string rather than...
2003-12-16 Russ Dillstart attempting to bring udhcp in busybox back to...
2003-12-16 Russ Dillwhen compiled standalone, udhcp needs these headers
2003-12-16 Russ Dillwhoops
2003-12-16 Russ Dillnot sure who made this change, but it certainly mucks...
2003-12-15 Russ Dillmake udhcp work under uclinux, to an extent
2003-12-15 Russ Dilloptions is a pretty common symbol, bad idea to use...
2003-11-14 Eric AndersenUlrich Marx writes:
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-09-01 Glenn L McGrathAllow one to detect and handle the case where no lease...
2003-08-30 Glenn L McGrath"Without this patch, udhcpcd output may be buffered...
2003-08-29 Glenn L McGrathRemove stray '\n'
2003-08-29 Glenn L McGrathRemove unused files
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-06-20 Eric AndersenMake gcc not whine about "deprecated use of label at...
2003-06-14 Eric AndersenAdd missing pieces from vodz' last_patch88
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-02-12 Russ Dillsync with udhcp bug fixes
2003-01-21 Russ Dillmerge fixes with udhcp
2002-12-11 Eric Andersenhehe. Screwed that one up. Lets do things right this...
2002-12-11 Eric AndersenMakefile rework coordinate with Russ so udhcp will...
2002-12-11 Russ Dillslight change to reflect BB_VER change
2002-12-11 Russ Dillsorry about all the noise, should be all synced up now
2002-12-11 Russ Dillresync with udhcp cvs
2002-12-11 Eric AndersenMake sure we have a show_usage function prototype
2002-12-08 Glenn L McGrathSupport using ip in udhcpc scripts.
2002-12-06 Eric AndersenFixup dumpleases compile problem
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-19 Russ Dilludhcpc documentation update
2002-11-05 Russ Dillversion number oops
2002-10-31 Russ Dillsync to udhcp 0.9.8
2002-10-14 Russ Dillmissed add for udhcp
2002-10-14 Russ Dilladded full udhcp integration