| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | httpd: move data off bss. | Denis Vlasenko | 2007-06-09 | 1 | -189/+218 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | "Unify base64 handling" is done, remove TODO | Denis Vlasenko | 2007-04-18 | 1 | -3/+2 |
* | teach find_root_device to deal with /dev/ subdirs | Denis Vlasenko | 2007-04-13 | 1 | -5/+5 |
* | add more convenient defines for [NO]MMU: | Denis Vlasenko | 2007-04-11 | 1 | -1/+1 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | Attempt to get more applets compile for NOMMU. | Denis Vlasenko | 2007-03-26 | 1 | -8/+6 |
* | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko | 2007-03-26 | 1 | -1/+1 |
* | httpd: make httpd usable for NOMMU CPUs | Denis Vlasenko | 2007-03-07 | 1 | -0/+13 |
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -3/+4 |
* | httpd: run interpreter for configured file extensions in any dir, | Denis Vlasenko | 2007-03-05 | 1 | -0/+14 |
* | httpd: fix breakage (introduced by me) | Denis Vlasenko | 2007-03-05 | 1 | -1/+1 |
* | httpd: a little bit more correct handling of CGI "HTTP/xxx" output | Denis Vlasenko | 2007-02-13 | 1 | -34/+50 |
* | httpd: fix for POSTDATA handling bugs: | Denis Vlasenko | 2007-02-11 | 1 | -24/+24 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | 2007-01-29 | 1 | -7/+6 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -3/+1 |
* | httpd: use fd#1 in inetd mode | Denis Vlasenko | 2007-01-14 | 1 | -4/+10 |
* | next part of ipv6-ization is here: wget & httpd | Denis Vlasenko | 2007-01-12 | 1 | -59/+74 |
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -2/+2 |
* | httpd: stop adding our own "Content-type:" to CGI output | Denis Vlasenko | 2007-01-07 | 1 | -61/+76 |
* | httpd: read cgi output with full_read, not safe_read | Denis Vlasenko | 2007-01-03 | 1 | -11/+10 |
* | convert calloc to xzalloc | Denis Vlasenko | 2007-01-03 | 1 | -2/+2 |
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -21/+23 |
* | httpd: fix decode of '/' when called via -d | Denis Vlasenko | 2006-11-29 | 1 | -32/+34 |
* | od: sometime ago I landed BIG od implementation | Denis Vlasenko | 2006-11-28 | 1 | -6/+10 |
* | header_verbose_list: stop truncating file size in listing | Denis Vlasenko | 2006-11-24 | 1 | -2/+2 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 1 | -3/+6 |
* | httpd: comment on QUERY_STRING | Denis Vlasenko | 2006-11-21 | 1 | -3/+7 |
* | httpd: add link to docs | Denis Vlasenko | 2006-11-21 | 1 | -0/+3 |
* | wget: add TODO | Denis Vlasenko | 2006-11-21 | 1 | -0/+3 |
* | httpd: slight reduction of #ifdef forest | Denis Vlasenko | 2006-11-21 | 1 | -9/+6 |
* | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko | 2006-11-21 | 1 | -8/+19 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | 2006-11-21 | 1 | -4/+11 |
* | httpd: add support for directory indexer (cgi-bin/index.cgi) | Denis Vlasenko | 2006-11-21 | 1 | -25/+29 |
* | httpd: get rid of big, useless blocks (deindent, | Denis Vlasenko | 2006-11-21 | 1 | -199/+197 |
* | httpd: More robust Content-length: parsing, | Denis Vlasenko | 2006-11-21 | 1 | -84/+86 |
* | httpd: make Bernhard happier | Denis Vlasenko | 2006-11-17 | 1 | -2/+4 |
* | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko | 2006-11-16 | 1 | -86/+76 |
* | httpd: | Denis Vlasenko | 2006-11-16 | 1 | -22/+17 |
* | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | 2006-11-16 | 1 | -80/+51 |
* | httpd: stop being silly with setenv | Denis Vlasenko | 2006-11-16 | 1 | -61/+28 |
* | httpd: cosmetic fixes (the bug which was being hunted down | Denis Vlasenko | 2006-11-10 | 1 | -51/+45 |
* | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko | 2006-11-05 | 1 | -28/+20 |
* | find: a lot more compliant to 'standard' find | Denis Vlasenko | 2006-10-29 | 1 | -1/+1 |
* | ls: cleanup part 1 | Denis Vlasenko | 2006-10-28 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | correct largefile support, add comments about it. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | dd: make it recognize not only 'k' but 'K' too; | Denis Vlasenko | 2006-10-07 | 1 | -10/+2 |