Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | httpd: cosmetic fixes (the bug which was being hunted down | Denis Vlasenko | 2006-11-10 | 1 | -51/+45 | |
| | | | | turned out to be nonexistent :) | |||||
* | wget: fix error message. | Denis Vlasenko | 2006-11-10 | 2 | -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 smaller | Denis Vlasenko | 2006-11-07 | 2 | -3/+4 | |
| | ||||||
* | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko | 2006-11-05 | 1 | -28/+20 | |
| | | | | server socket and accepted socket | |||||
* | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | 2006-11-05 | 4 | -29/+18 | |
| | | | | | introduce index_in_substr_array and use it in iproute2 | |||||
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | 2006-11-02 | 1 | -5/+5 | |
| | ||||||
* | mostly style fixes | Denis Vlasenko | 2006-11-01 | 1 | -2/+2 | |
| | ||||||
* | find: a lot more compliant to 'standard' find | Denis Vlasenko | 2006-10-29 | 1 | -1/+1 | |
| | | | | | (we were not respecting order of actions!). Add -o and -a handling. | |||||
* | ls: cleanup part 1 | Denis Vlasenko | 2006-10-28 | 3 | -4/+4 | |
| | ||||||
* | get_terminal_width_height: do not pass insanely large values | Denis Vlasenko | 2006-10-27 | 2 | -2/+2 | |
| | ||||||
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 2 | -17/+17 | |
| | ||||||
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -15/+12 | |
| | ||||||
* | nslookup: make it more IPv6 friendly | Denis Vlasenko | 2006-10-26 | 2 | -126/+81 | |
| | ||||||
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko | 2006-10-26 | 3 | -4/+4 | |
| | ||||||
* | ip: "ip addr del" and "ip addr delete" both should work | Denis Vlasenko | 2006-10-26 | 1 | -7/+8 | |
| | ||||||
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 8 | -44/+44 | |
| | ||||||
* | use skip_whitespace where appropriate | Denis Vlasenko | 2006-10-25 | 2 | -8/+3 | |
| | ||||||
* | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | 2006-10-25 | 1 | -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 limit | Denis Vlasenko | 2006-10-23 | 1 | -20/+18 | |
| | ||||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 17 | -43/+40 | |
| | ||||||
* | strip -> $(STRIP); fix "unused variable" warning | Denis Vlasenko | 2006-10-16 | 1 | -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 Vlasenko | 2006-10-16 | 1 | -34/+61 | |
| | ||||||
* | telnetd: check ptsname() for NULL | Denis Vlasenko | 2006-10-15 | 1 | -9/+16 | |
| | ||||||
* | wget: xatoi's were oversealous ("200 OK" isn't a number) | Denis Vlasenko | 2006-10-15 | 1 | -39/+51 | |
| | ||||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 11 | -22/+19 | |
| | ||||||
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 3 | -3/+3 | |
| | | | | Renaming... | |||||
* | small style fixes | Denis Vlasenko | 2006-10-12 | 2 | -4/+4 | |
| | ||||||
* | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | 2006-10-11 | 1 | -33/+55 | |
| | | | | Patch by Gabriel Somlo <somlo at cmu.edu> | |||||
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2006-10-10 | 1 | -0/+2 | |
| | ||||||
* | correct largefile support, add comments about it. | Denis Vlasenko | 2006-10-08 | 3 | -23/+25 | |
| | ||||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 18 | -169/+119 | |
| | ||||||
* | dd: make it recognize not only 'k' but 'K' too; | Denis Vlasenko | 2006-10-07 | 2 | -26/+2 | |
| | | | | make it (partially) CONFIG_LFS-aware | |||||
* | wget: don't be careless with xstrdup'ing | Denis Vlasenko | 2006-10-07 | 1 | -18/+24 | |
| | ||||||
* | wget: fix download of URLs like: | Denis Vlasenko | 2006-10-07 | 1 | -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 Vlasenko | 2006-10-06 | 2 | -75/+80 | |
| | ||||||
* | eject: -T fix | Denis Vlasenko | 2006-10-05 | 1 | -4/+2 | |
| | ||||||
* | httpd: add -u user[:grp] support | Denis Vlasenko | 2006-10-05 | 1 | -8/+22 | |
| | ||||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 11 | -460/+285 | |
| | ||||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 9 | -11/+11 | |
| | ||||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 19 | -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_retval | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 4 | -26/+26 | |
| | ||||||
* | traceroute: fix compilation if netinet/protocols.h is missing | Denis Vlasenko | 2006-10-03 | 1 | -25/+13 | |
| | ||||||
* | traceroute: do not look up icmp protocol# in /etc, it is well-known :) | Denis Vlasenko | 2006-10-03 | 1 | -7/+2 | |
| | ||||||
* | ifupdown: Debian users contributed improvement to it | Denis Vlasenko | 2006-10-02 | 1 | -23/+27 | |
| | ||||||
* | wget: make progress bar and ETA work correctly with -c | Denis Vlasenko | 2006-10-01 | 1 | -35/+37 | |
| | ||||||
* | lsmod: repair indentation | Denis Vlasenko | 2006-09-30 | 1 | -95/+91 | |
| | | | | httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos) | |||||
* | vconfig: fix bug 701 (I be damned if I understand it) | Denis Vlasenko | 2006-09-30 | 1 | -2/+3 | |
| | ||||||
* | libiproute/ll_map.c: fix bug 279 | Denis Vlasenko | 2006-09-30 | 1 | -6/+30 | |
| | | | | ("On-demand net module loading fails with CONFIG_FEATURE_IFUPDOWN_IP") | |||||
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 3 | -5/+5 | |
| |