summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* httpd: cosmetic fixes (the bug which was being hunted downDenis Vlasenko2006-11-101-51/+45
| | | | turned out to be nonexistent :)
* wget: fix error message.Denis Vlasenko2006-11-102-3/+6
| | | | | | | | | | | | | | | Bad: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 : HTTP/1.0 404 Not Foundror 404 Not Found Good: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 get: server returned error: HTTP/1.0 404 Not Found nslookup: fix my mistake applets: make Bernhard Fischer <rep.nop@aon.at> happy :)
* small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko2006-11-072-3/+4
|
* httpd: sendCgi() forked child needs to close openedDenis Vlasenko2006-11-051-28/+20
| | | | server socket and accepted socket
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-054-29/+18
| | | | | introduce index_in_substr_array and use it in iproute2
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2006-11-021-5/+5
|
* mostly style fixesDenis Vlasenko2006-11-011-2/+2
|
* find: a lot more compliant to 'standard' findDenis Vlasenko2006-10-291-1/+1
| | | | | (we were not respecting order of actions!). Add -o and -a handling.
* ls: cleanup part 1Denis Vlasenko2006-10-283-4/+4
|
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-272-2/+2
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-272-17/+17
|
* remove bb_printf and the likeDenis Vlasenko2006-10-261-15/+12
|
* nslookup: make it more IPv6 friendlyDenis Vlasenko2006-10-262-126/+81
|
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-263-4/+4
|
* ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko2006-10-261-7/+8
|
* silly size savings and capitalization fixesDenis Vlasenko2006-10-268-44/+44
|
* use skip_whitespace where appropriateDenis Vlasenko2006-10-252-8/+3
|
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-251-32/+40
| | | | | So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist.
* wget: -100 bytes, reduce stack usage, remove --header length limitDenis Vlasenko2006-10-231-20/+18
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-2017-43/+40
|
* strip -> $(STRIP); fix "unused variable" warningDenis Vlasenko2006-10-161-1/+1
| | | | (patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>)
* nc: fix 2 my own buglets, and few someone else's too.Denis Vlasenko2006-10-161-34/+61
|
* telnetd: check ptsname() for NULLDenis Vlasenko2006-10-151-9/+16
|
* wget: xatoi's were oversealous ("200 OK" isn't a number)Denis Vlasenko2006-10-151-39/+51
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-1411-22/+19
|
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-123-3/+3
| | | | Renaming...
* small style fixesDenis Vlasenko2006-10-122-4/+4
|
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-33/+55
| | | | Patch by Gabriel Somlo <somlo at cmu.edu>
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-0/+2
|
* correct largefile support, add comments about it.Denis Vlasenko2006-10-083-23/+25
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-0818-169/+119
|
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-072-26/+2
| | | | make it (partially) CONFIG_LFS-aware
* wget: don't be careless with xstrdup'ingDenis Vlasenko2006-10-071-18/+24
|
* wget: fix download of URLs like:Denis Vlasenko2006-10-071-6/+30
| | | | | | http://busybox.net?var=a/b http://busybox.net?login=john@doe http://busybox.net#test/test
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-062-75/+80
|
* eject: -T fixDenis Vlasenko2006-10-051-4/+2
|
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-051-8/+22
|
* build system overhaulDenis Vlasenko2006-10-0511-460/+285
|
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-039-11/+11
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-0319-39/+39
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
|
* lots of silly indent fixesDenis Vlasenko2006-10-034-26/+26
|
* traceroute: fix compilation if netinet/protocols.h is missingDenis Vlasenko2006-10-031-25/+13
|
* traceroute: do not look up icmp protocol# in /etc, it is well-known :)Denis Vlasenko2006-10-031-7/+2
|
* ifupdown: Debian users contributed improvement to itDenis Vlasenko2006-10-021-23/+27
|
* wget: make progress bar and ETA work correctly with -cDenis Vlasenko2006-10-011-35/+37
|
* lsmod: repair indentationDenis Vlasenko2006-09-301-95/+91
| | | | httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos)
* vconfig: fix bug 701 (I be damned if I understand it)Denis Vlasenko2006-09-301-2/+3
|
* libiproute/ll_map.c: fix bug 279Denis Vlasenko2006-09-301-6/+30
| | | | ("On-demand net module loading fails with CONFIG_FEATURE_IFUPDOWN_IP")
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-293-5/+5
|