aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* - correct typoaldot2006-06-142-2/+2
* Don't break allbareconfig.landley2006-06-131-2/+0
* Patch from Denis Vlasenko:landley2006-06-131-57/+44
* Whitespace cleanup from Denis Vlasenko.landley2006-06-131-9/+8
* - revert incorrect select changealdot2006-06-101-7/+5
* - fix two segfaults (reported by Horst Kronstorfer)aldot2006-06-101-147/+139
* - use bb_xbindaldot2006-06-101-1/+1
* - reuse strings and messages. Saves about 600Baldot2006-06-079-22/+22
* use bb_xbind/bb_xlistenvapier2006-06-071-5/+2
* - fix the build if we have ftpput without ftpget (speeling reeoe)aldot2006-06-072-3/+3
* Header cleanup on two more networking files (move libbb.h to the top andlandley2006-06-052-10/+4
* - use bb_msg_{read,write}_error where appropriate.aldot2006-06-032-4/+4
* Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.landley2006-06-031-492/+1
* Header cleanup: don't #include headers that libbb.h already includes.landley2006-06-028-39/+13
* #ifdef reduction.landley2006-06-022-95/+77
* Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail iflandley2006-05-311-1/+4
* Use BB endianness macro.landley2006-05-311-2/+1
* - add CONFIG_FEATURE_WGET_LONG_OPTIONSaldot2006-05-312-0/+11
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-312-7/+7
* More size shrinkage.landley2006-05-291-6/+2
* Size reductions, mostly switching things to use libbb functions.landley2006-05-295-90/+25
* Remove _().landley2006-05-291-52/+52
* My first bout of untangling udhcp. Make lots of gratuitous #defines golandley2006-05-2817-221/+86
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-2717-23/+0
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-5/+5
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-263-0/+20
* fix spelling mistakesvapier2006-05-262-2/+2
* Remove a pointless #define.landley2006-05-251-4/+5
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-212-19/+7
* Patch from Robert P. Day to remove #ifdefed out SLIP support code that welandley2006-05-191-40/+0
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-194-35/+2
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-4/+6
* - include strings.haldot2006-05-191-0/+1
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-2/+1
* Patch from Bernhard Fischer to remove some useless bits.landley2006-05-172-12/+0
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-132-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* fix no previous prototype warningvapier2006-05-111-0/+1
* fix no previous prototype warningvapier2006-05-111-0/+1
* renamevapier2006-05-111-0/+0
* remove files not related to busyboxvapier2006-05-1122-1677/+0
* accept() takes a socklen_t, not an intvapier2006-05-101-1/+2
* fix whitespace in comment examplevapier2006-05-101-1/+1
* some more useful debug info from Jason Holdenvapier2006-05-101-1/+5
* - add helptext for --retriesaldot2006-05-101-0/+1
* touchup whitespace/english a bit morevapier2006-05-101-3/+2
* whitespace between if and (vapier2006-05-101-5/+5
* re-enable udhcp in a few more placesvapier2006-05-081-1/+2
* add back in udhcp supportvapier2006-05-0861-0/+5812
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-072-9/+9