aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-256-9/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Return failure if ping gets no response.kraai2000-09-201-2/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1074 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix for wget, and proper attribution of Chip Rosenthal andandersen2000-09-141-8/+4
| | | | | | | | Covad Communications for the contribution of wget. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1050 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.andersen2000-09-041-0/+264
| | | | | | | | | Very cool. Still lacks "chunked" transfer-coding, so not totally RFC compliant for HTTP1.1, but very nice nonethe less, and very small. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1005 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix spelling errorandersen2000-08-311-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@987 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed to pass -Wundefproski2000-07-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@921 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Extract usage information into a separate file.kraai2000-07-165-56/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More cleanups.andersen2000-07-141-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@853 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use errorMsg rather than fprintf.kraai2000-07-142-12/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Always report the applet name when doing error reporting.kraai2000-07-122-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@831 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcandersen2000-07-091-2/+2
| | | | | | | | | (except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due to missing stuff in the library). -Erik git-svn-id: svn://busybox.net/trunk/busybox@795 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turned some stuff into features that really are features, not apps.andersen2000-07-061-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Made ping work with libc5 and libc6.andersen2000-06-191-2/+84
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@667 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-192-4/+4
| | | | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@660 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Integrate Tomi Ollila's telnet. Costs 3k. :)andersen2000-06-141-430/+596
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implemented "ping -s", fixed error messages and argument parsingproski2000-06-071-25/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "nc" exits silently on errors. This patch makes it print something beforeandersen2000-06-041-1/+3
| | | | | | | | | | | | | | exit(). Note that calling perror() after gethostbyname() will most likely return "No such file or directory" which is quite confusing, so I decided to use fatalError instead. Regards, Pavel Roskin git-svn-id: svn://busybox.net/trunk/busybox@607 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc portability updates, add in the website (which has not beenerik2000-05-191-2/+1
| | | | | | | | archived previously). Wrote 'which' during the meeting today. -Erik git-svn-id: svn://busybox.net/trunk/busybox@558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-125-13/+165
| | | | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More stufferik2000-05-021-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@515 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some accrued fixes/updates.erik2000-05-011-11/+10
| | | | | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet git-svn-id: svn://busybox.net/trunk/busybox@507 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several more updateserik2000-04-251-8/+30
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More Doc updates. cmdedit and more termio fixes.erik2000-04-211-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@492 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More documentation updates, and minor fixes to make things syncerik2000-04-151-9/+9
| | | | | | | | up with the docs. -Erik git-svn-id: svn://busybox.net/trunk/busybox@457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-131-7/+5
| | | | | | | | while trying to write docs . :-) -Erik git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upates to include copyright 2000 to everythingerik2000-04-131-2/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sync up a few things. Add in a new telnet implementation (stillerik2000-02-221-0/+503
| | | | | | | | not perfect though). -Erik git-svn-id: svn://busybox.net/trunk/busybox@380 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates for the day,erik2000-02-181-8/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@373 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some formatting updates (ran the code through indent)erik2000-02-083-485/+511
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor updates. ;-)erik2000-02-073-4/+5
| | | | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* made more robust and commented my code.beppu2000-01-301-34/+54
| | | | git-svn-id: svn://busybox.net/trunk/busybox@350 69ca8d6d-28ef-0310-b511-8ec308f3f277
* nslookup -- a work in progress...beppu2000-01-291-0/+168
| | | | git-svn-id: svn://busybox.net/trunk/busybox@349 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor change. init now uses dup2.erik2000-01-291-3/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@347 69ca8d6d-28ef-0310-b511-8ec308f3f277
* copy fixes to simplify link copying and always do the right thing.erik2000-01-291-8/+4
| | | | | | | | | ping could segfault because I'm an idiot, and tried to put a value in where I hadn't allocated storage. choke. -Erik git-svn-id: svn://busybox.net/trunk/busybox@346 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount and umount could leak loop device allocations causing the system toerik2000-01-261-4/+5
| | | | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik git-svn-id: svn://busybox.net/trunk/busybox@341 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, so this is reallt 0.38...andersen1999-12-111-41/+123
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tail now works (costs 6k). Several other updates.andersen1999-12-092-28/+24
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@179 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatestandersen1999-12-082-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-082-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixesandersen1999-12-081-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@173 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-081-29/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-072-0/+500
git-svn-id: svn://busybox.net/trunk/busybox@168 69ca8d6d-28ef-0310-b511-8ec308f3f277