missing piece of prev commit: ndelay_off
[oweals/busybox.git] / networking / udhcp /
2006-12-22 Denis VlasenkoAlways use /usr/share/udhcpc/default.script ([/usr...
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-12-19 Bernhard Reutner... - use xlisten/xsocket some more. Saves .25 kB
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-11-29 Denis Vlasenkofix support for globally disabling --long-options.
2006-11-28 Denis Vlasenkoudhcpc: fix my breakage
2006-11-27 Denis Vlasenkodo not overflow ifr_name. maybe it was safe in some...
2006-11-27 Denis Vlasenkoudhcpc: convert to getopt32
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-23 Denis Vlasenkoadd "wpad" DHCP option. Spotted some optimization oppor...
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-21 Bernhard Reutner... - style fixes
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-11-20 Denis Vlasenkodhcprelay: new applet
2006-11-20 Denis Vlasenkoadd compile-time check for correct DHCP packet size
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-09 Denis Vlasenkoudhcp: FEATURE_UDHCP_SYSLOG should be selected only if
2006-09-07 Denis VlasenkoFix (hopefully) bug 976. Need more thorough audit.
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-08-18 Bernhard Reutner... - remove last reminiscents of IN_BUSYBOX
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-24 Mike Frysingerget rid of udhcp submenu
2006-07-05 "Robert P. J. Day"This file doesn't appear to be used anywhere.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-22 Rob LandleyCONFIG_DHCP -> CONFIG_APP_DHCP.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-05-31 Rob LandleyUse BB endianness macro.
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-26 Mike Frysingerfix spelling mistakes
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-11 Mike Frysingerrename
2006-05-11 Mike Frysingerremove files not related to busybox
2006-05-10 Bernhard Reutner... - add helptext for --retries
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2006-03-23 Mike Frysingermake the makefile a little more flexible so we can...
2006-03-23 Mike Frysingersync busybox and udhcp trees
2006-03-20 Eric AndersenRoy Walker writes:
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-22 Rob LandleyBug 751: file handle leaks can add up until available...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-21 Rob LandleyMissed a file in the last checkin, won't build without...
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
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.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-23 "Vladimir N. Oleynik"remove 1 exported
2005-09-22 Paul Foxmove a couple of functions from common code (options...
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-09-22 "Vladimir N. Oleynik"safe exported namespace for udhcp. Not full, bore :-(
2005-09-08 Rob LandleyFix the warning by rewriting the function to be smaller...
2005-09-01 Rob LandleyOff by one error in max_leases sanity check. Bug 349...
2005-08-01 Paul Foxallow suppression of default client-id. fixes bug...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
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 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 209, bernhardf writes:
2004-12-06 Mike Frysingermerge from udhcp module
2004-10-08 Eric AndersenWade Berrier writes:
2004-10-08 Eric Andersenegor duda writes:
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,
next