Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -3/+1 | |
| | | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||||
* | httpd: use fd#1 in inetd mode | Denis Vlasenko | 2007-01-14 | 1 | -4/+10 | |
| | | | | inetd: micro style fix | |||||
* | 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 | |
| | | | | (avoids mangling of HTTP headers) | |||||
* | convert calloc to xzalloc | Denis Vlasenko | 2007-01-03 | 1 | -2/+2 | |
| | | | | fix sleep-on-die option | |||||
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -21/+23 | |
| | | | | these are resulting fixes | |||||
* | 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 | |
| | | | | | from coreutils. My fault. This commit contains cleanups and size reductions. | |||||
* | 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 | |
| | | | | | use them where appropriate. 200 bytes saved | |||||
* | 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 | |
| | | | | | | few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update | |||||
* | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko | 2006-11-21 | 1 | -8/+19 | |
| | | | | | stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3 | |||||
* | 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 | |
| | | | | bring code under 80 columns) | |||||
* | httpd: More robust Content-length: parsing, | Denis Vlasenko | 2006-11-21 | 1 | -84/+86 | |
| | | | | code reorganization (less indented) | |||||
* | 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 | |
| | | | | | | | | fix union aliasing bug symptom: wget of non-existent file gets redirected to /text/html/something on second and subsequend wget attempts fix double-free bug symptom: glibc caught double-free (we didn't NULL config->xxx ptrs after free) | |||||
* | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | 2006-11-16 | 1 | -80/+51 | |
| | | | | | -i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | |||||
* | 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 | |
| | | | | turned out to be nonexistent :) | |||||
* | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko | 2006-11-05 | 1 | -28/+20 | |
| | | | | server socket and accepted socket | |||||
* | 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 | 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 | |
| | | | | make it (partially) CONFIG_LFS-aware | |||||
* | httpd: add -u user[:grp] support | Denis Vlasenko | 2006-10-05 | 1 | -8/+22 | |
| | ||||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 | |
| | | | | | | | | 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. | |||||
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 1 | -13/+13 | |
| | ||||||
* | lsmod: repair indentation | Denis Vlasenko | 2006-09-30 | 1 | -95/+91 | |
| | | | | httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos) | |||||
* | httpd: sanitize indentation | Denis Vlasenko | 2006-09-26 | 1 | -1213/+1209 | |
| | ||||||
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 | |
| | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||||
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -1/+1 | |
| | | | | | were using "1" as one of the arguments anyway, and as for the rest a multiply and a push isn't noticeably bigger than pushing two arguments on the stack. | |||||
* | Attempt to fixup httpd.c to match svn 15767. | Rob Landley | 2006-08-03 | 1 | -19/+6 | |
| | ||||||
* | Move declaration to be compatible with older gcc's. | "Robert P. J. Day" | 2006-08-03 | 1 | -1/+1 | |
| | ||||||
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -8/+8 | |
| | | | | xlseek and fdlength() for the new mkswap. | |||||
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 | |
| | ||||||
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -1/+1 | |
| | ||||||
* | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley | 2006-04-28 | 1 | -24/+24 | |
| | | | | | most of our CONFIG entries switch stuff on instead of off when enabled, so fix the gratuitously reversed INETD thing. | |||||
* | Patch from Robert P Day to remove standalone code from httpd. (Busybox has | Rob Landley | 2006-04-14 | 1 | -64/+0 | |
| | | | | | its own make standalone planned as a general solution to this for all applets.) | |||||
* | Hard wiring configuration symbol values into the code defeats the purpose | Rob Landley | 2006-04-14 | 1 | -22/+4 | |
| | | | | | | | of _having_ configuration symbol values. Also, changing #ifdef CONFIG to #if ENABLE isn't nearly as useful as changing them to if (ENABLE) or USE()/SKIP()... | |||||
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+1 | |
| |