Age | Commit message (Expand) | Author |
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko |
2008-02-21 | httpd: "HEAD" support. Closes bug 1530. | Denis Vlasenko |
2008-02-19 | init: make it NOMMU-capable | Denis Vlasenko |
2008-02-16 | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko |
2008-02-16 | random s/short/int/ | Denis Vlasenko |
2008-02-11 | httpd: fix bug where we did chdir("") if CGI path had only one "/". | Denis Vlasenko |
2008-02-08 | httpd: add a bit of error logging; a few code simplifications. +29 bytes. | Denis Vlasenko |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-12-29 | httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>) | Denis Vlasenko |
2007-10-21 | httpd: fix trivial bug (spotted by Alex Landau) | Denis Vlasenko |
2007-10-18 | httpd: free big buffer after use; improve grep-ability of 'headers' variable | Denis Vlasenko |
2007-10-18 | xatonum.h: add comment | Denis Vlasenko |
2007-10-14 | remove trailing whitespace | Denis Vlasenko |
2007-10-14 | httpd: fix bug where we were trying to read more POSTDATA than content-length | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-28 | httpd: trivial simplification | Denis Vlasenko |
2007-09-27 | introduce safe_poll (fixes a problem in top) | Denis Vlasenko |
2007-09-25 | httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) | Denis Vlasenko |
2007-09-23 | httpd: simplify CGI i/o loop. -200 bytes. | Denis Vlasenko |
2007-09-21 | httpd: optional support for partial downloads | Denis Vlasenko |
2007-09-15 | httpd: do not clear environment | Denis Vlasenko |
2007-08-21 | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko |
2007-08-21 | httpd: add optional support for error pages | Denis Vlasenko |
2007-08-19 | removed stray debugging comments | Denis Vlasenko |
2007-08-19 | httpd: explain IP/mask parsing, and simplify it a bit. | Denis Vlasenko |
2007-08-19 | httpd: reinstate (much lighter) paranoid connection close code | Denis Vlasenko |
2007-08-19 | httpd: get rid of rmt_port and setenv_log | Denis Vlasenko |
2007-08-19 | httpd: get rid of sscanf usage. Rename some variables. | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-18 | httpd: stop reading headers using 1-byte read() | Denis Vlasenko |
2007-08-18 | make standalone httpd work on NOMMU machines | Denis Vlasenko |
2007-08-18 | get rid of server_ and accepted_socket globals. | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 7 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 6 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 5 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 4 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 3 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 2 of 7 | Denis Vlasenko |
2007-08-16 | whitespace fixes, no code changes | Denis Vlasenko |
2007-08-14 | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko |
2007-08-14 | httpd: extend -p PORT to -p [IP[v6]:]PORT | Denis Vlasenko |
2007-08-13 | httpd: round down sendfile byte count to 64k | Denis Vlasenko |
2007-08-12 | httpd: sendfile support | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-08-11 | httpd: CGI Status: header fix | Denis Vlasenko |
2007-08-11 | httpd: add support for Status: CGI header | Denis Vlasenko |
2007-08-11 | httpd: fix CGI handling bug (we were closing wrong fd). | Denis Vlasenko |
2007-07-21 | fix typo in last commit | Denis Vlasenko |