aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2003-12-19Patch from Stephane Billiart:Eric Andersen
2003-12-19Manousaridis Angelos writes:Eric Andersen
2003-12-19Manousaridis Angelos writes:Eric Andersen
2003-12-19don't use kernel headersEric Andersen
2003-12-19Use getopt_ulflagsGlenn L McGrath
2003-12-18Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill
2003-12-16clean up some bad, bad formattingRuss Dill
2003-12-16include headers with prototypes to make sure prototypes matchRuss Dill
2003-12-16remove reference to missing header file which is breaking the buildEric Andersen
2003-12-16revert removal of defineRuss Dill
2003-12-16forgotten includeRuss Dill
2003-12-16why the complication of a static string rather than a define? gcc isn't dumbRuss Dill
2003-12-16start attempting to bring udhcp in busybox back to the state where it is (ide...Russ Dill
2003-12-16when compiled standalone, udhcp needs these headersRuss Dill
2003-12-16whoopsRuss Dill
2003-12-16not sure who made this change, but it certainly mucks things up (note 'fwrite...Russ Dill
2003-12-15make udhcp work under uclinux, to an extentRuss Dill
2003-12-15options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill
2003-12-08Stop sending data to the client after the first failure.Glenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-14Michael Smith writes:Eric Andersen
2003-11-14Ulrich Marx writes:Eric Andersen
2003-11-03Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen
2003-10-31Rework wget, the xconnect interface, and its various clientsEric Andersen
2003-10-22Andreas Mohr writes:Eric Andersen
2003-10-06Vodz last_patch_105 without his xargs patch which doenst apply cleanlyGlenn L McGrath
2003-10-03Vodz, last_patch_114Glenn L McGrath
2003-09-26Patch by Fillod Stephane, declare variables as static to not clobberGlenn L McGrath
2003-09-15Patch from Stephane Billiart to fix an unused variable warning.Glenn L McGrath
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-09-12Fix compile error, Vodz, last_path_113Glenn L McGrath
2003-09-12As vodz just pointed out, I screwup up the call to bb_xasprintf!Eric Andersen
2003-09-12Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen
2003-09-12Busybox CVS version ipcalc have problems:Glenn L McGrath
2003-09-11Patch from Philip Blundell:Eric Andersen
2003-09-10add ipv6 literal support to wgetGlenn L McGrath
2003-09-10Vodz, last_patch_104Glenn L McGrath
2003-09-08Vodz, last_patch_110 Glenn L McGrath
2003-09-08last_patch_109 from Vladimir N. OleynikGlenn L McGrath
2003-09-05Small bug in silent optionGlenn L McGrath
2003-09-02adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-09-01Allow one to detect and handle the case where no lease could be obtainedGlenn L McGrath
2003-08-30"Without this patch, udhcpcd output may be buffered and delayed forGlenn L McGrath
2003-08-29"Due to a wrong format parameter in a printf httpd does not work whenGlenn L McGrath
2003-08-29Remove stray '\n'Glenn L McGrath
2003-08-29Remove unused filesGlenn L McGrath
2003-08-29"This function was not updating the argc and argv pointers to reflectGlenn L McGrath
2003-08-29label's dont work in v4 tunnels, patch by Eric SpakmanGlenn L McGrath
2003-08-29Correct logic in determining size of block to download, as pointed outGlenn L McGrath