summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow recieving file to stdout, sending files from stdin, use the '-'Glenn L McGrath2003-12-201-35/+37
* display the port number number correctly, other minor optimisationsGlenn L McGrath2003-12-201-30/+20
* Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath2003-12-203-28/+20
* Use getopt_ulflagsGlenn L McGrath2003-12-191-58/+50
* Patch from Fillod Stephane:Eric Andersen2003-12-191-1/+10
* Patch from Stephane Billiart:Eric Andersen2003-12-191-1/+5
* Manousaridis Angelos writes:Eric Andersen2003-12-191-8/+9
* Manousaridis Angelos writes:Eric Andersen2003-12-191-10/+8
* don't use kernel headersEric Andersen2003-12-191-1/+35
* Use getopt_ulflagsGlenn L McGrath2003-12-191-31/+23
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-1825-284/+509
* clean up some bad, bad formattingRuss Dill2003-12-161-48/+49
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-168-1/+9
* remove reference to missing header file which is breaking the buildEric Andersen2003-12-161-1/+0
* revert removal of defineRuss Dill2003-12-161-1/+1
* forgotten includeRuss Dill2003-12-161-0/+1
* why the complication of a static string rather than a define? gcc isn't dumbRuss Dill2003-12-163-2/+5
* start attempting to bring udhcp in busybox back to the state where it is (ide...Russ Dill2003-12-163-6/+80
* when compiled standalone, udhcp needs these headersRuss Dill2003-12-161-0/+2
* whoopsRuss Dill2003-12-161-1/+1
* not sure who made this change, but it certainly mucks things up (note 'fwrite...Russ Dill2003-12-161-9/+13
* make udhcp work under uclinux, to an extentRuss Dill2003-12-152-1/+7
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill2003-12-155-16/+17
* Stop sending data to the client after the first failure.Glenn L McGrath2003-12-081-1/+2
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-2/+2
* Michael Smith writes:Eric Andersen2003-11-141-2/+2
* Ulrich Marx writes:Eric Andersen2003-11-141-0/+2
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen2003-11-031-12/+28
* Rework wget, the xconnect interface, and its various clientsEric Andersen2003-10-312-10/+24
* Andreas Mohr writes:Eric Andersen2003-10-222-18/+18
* Vodz last_patch_105 without his xargs patch which doenst apply cleanlyGlenn L McGrath2003-10-061-0/+2
* Vodz, last_patch_114Glenn L McGrath2003-10-031-139/+115
* Patch by Fillod Stephane, declare variables as static to not clobberGlenn L McGrath2003-09-261-20/+20
* Patch from Stephane Billiart to fix an unused variable warning.Glenn L McGrath2003-09-151-1/+3
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-152-16/+5
* Fix compile error, Vodz, last_path_113Glenn L McGrath2003-09-121-4/+8
* As vodz just pointed out, I screwup up the call to bb_xasprintf!1_00_pre3Eric Andersen2003-09-121-2/+2
* Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen2003-09-121-7/+4
* Busybox CVS version ipcalc have problems:Glenn L McGrath2003-09-122-27/+32
* Patch from Philip Blundell:Eric Andersen2003-09-111-2/+2
* add ipv6 literal support to wgetGlenn L McGrath2003-09-102-4/+33
* Vodz, last_patch_104Glenn L McGrath2003-09-101-1/+13
* Vodz, last_patch_110 Glenn L McGrath2003-09-081-24/+7
* last_patch_109 from Vladimir N. OleynikGlenn L McGrath2003-09-081-89/+198
* Small bug in silent optionGlenn L McGrath2003-09-051-1/+1
* adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2003-09-022-11/+80
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-022-3/+3
* Allow one to detect and handle the case where no lease could be obtainedGlenn L McGrath2003-09-011-0/+1
* "Without this patch, udhcpcd output may be buffered and delayed forGlenn L McGrath2003-08-301-0/+2
* "Due to a wrong format parameter in a printf httpd does not work whenGlenn L McGrath2003-08-291-1/+8