| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | inetd: use change_identity(). | Denis Vlasenko | 2008-03-20 | 1 | -4/+2 |
* | httpd: small fixlet for POST upload - skip | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 1 | -2/+11 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -2/+2 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 1 | -13/+2 |
* | httpd: fix breakage introduced by "support for I:index.xml" | Denis Vlasenko | 2008-02-27 | 1 | -0/+1 |
* | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 2008-02-27 | 1 | -1/+1 |
* | httpd: "HEAD" support. Closes bug 1530. | Denis Vlasenko | 2008-02-21 | 1 | -26/+36 |
* | init: make it NOMMU-capable | Denis Vlasenko | 2008-02-19 | 1 | -1/+1 |
* | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko | 2008-02-16 | 1 | -4/+4 |
* | random s/short/int/ | Denis Vlasenko | 2008-02-16 | 1 | -2/+3 |
* | httpd: fix bug where we did chdir("") if CGI path had only one "/". | Denis Vlasenko | 2008-02-11 | 1 | -20/+22 |
* | httpd: add a bit of error logging; a few code simplifications. +29 bytes. | Denis Vlasenko | 2008-02-08 | 1 | -7/+11 |
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -11/+11 |
* | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko | 2008-01-02 | 1 | -1/+1 |
* | httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>) | Denis Vlasenko | 2007-12-29 | 1 | -2/+11 |
* | httpd: fix trivial bug (spotted by Alex Landau) | Denis Vlasenko | 2007-10-21 | 1 | -1/+1 |
* | httpd: free big buffer after use; improve grep-ability of 'headers' variable | Denis Vlasenko | 2007-10-18 | 1 | -16/+17 |
* | xatonum.h: add comment | Denis Vlasenko | 2007-10-18 | 1 | -64/+200 |
* | remove trailing whitespace | Denis Vlasenko | 2007-10-14 | 1 | -4/+4 |
* | httpd: fix bug where we were trying to read more POSTDATA than content-length | Denis Vlasenko | 2007-10-14 | 1 | -0/+11 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | httpd: trivial simplification | Denis Vlasenko | 2007-09-28 | 1 | -4/+6 |
* | introduce safe_poll (fixes a problem in top) | Denis Vlasenko | 2007-09-27 | 1 | -5/+1 |
* | httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) | Denis Vlasenko | 2007-09-25 | 1 | -1/+8 |
* | httpd: simplify CGI i/o loop. -200 bytes. | Denis Vlasenko | 2007-09-23 | 1 | -168/+183 |
* | httpd: optional support for partial downloads | Denis Vlasenko | 2007-09-21 | 1 | -16/+103 |
* | httpd: do not clear environment | Denis Vlasenko | 2007-09-15 | 1 | -1/+7 |
* | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko | 2007-08-21 | 1 | -20/+16 |
* | httpd: add optional support for error pages | Denis Vlasenko | 2007-08-21 | 1 | -85/+153 |
* | removed stray debugging comments | Denis Vlasenko | 2007-08-19 | 1 | -4/+0 |
* | httpd: explain IP/mask parsing, and simplify it a bit. | Denis Vlasenko | 2007-08-19 | 1 | -33/+48 |
* | httpd: reinstate (much lighter) paranoid connection close code | Denis Vlasenko | 2007-08-19 | 1 | -54/+25 |
* | httpd: get rid of rmt_port and setenv_log | Denis Vlasenko | 2007-08-19 | 1 | -21/+12 |
* | httpd: get rid of sscanf usage. Rename some variables. | Denis Vlasenko | 2007-08-19 | 1 | -94/+110 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | httpd: stop reading headers using 1-byte read() | Denis Vlasenko | 2007-08-18 | 1 | -39/+56 |
* | make standalone httpd work on NOMMU machines | Denis Vlasenko | 2007-08-18 | 1 | -49/+91 |
* | get rid of server_ and accepted_socket globals. | Denis Vlasenko | 2007-08-18 | 1 | -57/+38 |
* | httpd shrink and logging update, part 7 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -107/+104 |
* | httpd shrink and logging update, part 6 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -29/+46 |
* | httpd shrink and logging update, part 5 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -214/+198 |
* | httpd shrink and logging update, part 4 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -186/+181 |
* | httpd shrink and logging update, part 3 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -148/+107 |
* | httpd shrink and logging update, part 2 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -92/+82 |
* | whitespace fixes, no code changes | Denis Vlasenko | 2007-08-16 | 1 | -1/+1 |
* | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko | 2007-08-14 | 1 | -126/+116 |
* | httpd: extend -p PORT to -p [IP[v6]:]PORT | Denis Vlasenko | 2007-08-14 | 1 | -123/+96 |
* | httpd: round down sendfile byte count to 64k | Denis Vlasenko | 2007-08-13 | 1 | -1/+2 |