aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug of mine, identified by Stephane Billiartbug12003-12-271-3/+2
* it should work even if you don't assign a pidfileruss2003-12-261-6/+7
* fix a long standing underallocation bugruss2003-12-241-2/+5
* move debugging to safe place (before vfork)russ2003-12-241-3/+2
* Allow recieving file to stdout, sending files from stdin, use the '-'bug12003-12-201-35/+37
* display the port number number correctly, other minor optimisationsbug12003-12-201-30/+20
* Change interface to bb_lookup_host, dont try and set port inside thisbug12003-12-203-28/+20
* Use getopt_ulflagsbug12003-12-191-58/+50
* Patch from Fillod Stephane:andersen2003-12-191-1/+10
* Patch from Stephane Billiart:andersen2003-12-191-1/+5
* Manousaridis Angelos writes:andersen2003-12-191-8/+9
* Manousaridis Angelos writes:andersen2003-12-191-10/+8
* don't use kernel headersandersen2003-12-191-1/+35
* Use getopt_ulflagsbug12003-12-191-31/+23
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.russ2003-12-1825-284/+509
* clean up some bad, bad formattingruss2003-12-161-48/+49
* include headers with prototypes to make sure prototypes matchruss2003-12-168-1/+9
* remove reference to missing header file which is breaking the buildandersen2003-12-161-1/+0
* revert removal of defineruss2003-12-161-1/+1
* forgotten includeruss2003-12-161-0/+1
* why the complication of a static string rather than a define? gcc isn't dumbruss2003-12-163-2/+5
* start attempting to bring udhcp in busybox back to the state where it is (ide...russ2003-12-163-6/+80
* when compiled standalone, udhcp needs these headersruss2003-12-161-0/+2
* whoopsruss2003-12-161-1/+1
* not sure who made this change, but it certainly mucks things up (note 'fwrite...russ2003-12-161-9/+13
* make udhcp work under uclinux, to an extentruss2003-12-152-1/+7
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...russ2003-12-155-16/+17
* Stop sending data to the client after the first failure.bug12003-12-081-1/+2
* As we no longer use function pointers for read in common archiving codebug12003-11-211-2/+2
* Michael Smith writes:andersen2003-11-141-2/+2
* Ulrich Marx writes:andersen2003-11-141-0/+2
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.andersen2003-11-031-12/+28
* Rework wget, the xconnect interface, and its various clientsandersen2003-10-312-10/+24
* Andreas Mohr writes:andersen2003-10-222-18/+18
* Vodz last_patch_105 without his xargs patch which doenst apply cleanlybug12003-10-061-0/+2
* Vodz, last_patch_114bug12003-10-031-139/+115
* Patch by Fillod Stephane, declare variables as static to not clobberbug12003-09-261-20/+20
* Patch from Stephane Billiart to fix an unused variable warning.bug12003-09-151-1/+3
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-152-16/+5
* Fix compile error, Vodz, last_path_113bug12003-09-121-4/+8
* As vodz just pointed out, I screwup up the call to bb_xasprintf!andersen2003-09-121-2/+2
* Invoke run-parts on /etc/network/if-*.d per the behavior ofandersen2003-09-121-7/+4
* Busybox CVS version ipcalc have problems:bug12003-09-122-27/+32
* Patch from Philip Blundell:andersen2003-09-111-2/+2
* add ipv6 literal support to wgetbug12003-09-102-4/+33
* Vodz, last_patch_104bug12003-09-101-1/+13
* Vodz, last_patch_110 bug12003-09-081-24/+7
* last_patch_109 from Vladimir N. Oleynikbug12003-09-081-89/+198
* Small bug in silent optionbug12003-09-051-1/+1
* adds the ability to use and calculate network prefix specifications insteadbug12003-09-022-11/+80