| Commit message (Expand) | Author | Age | Files | Lines |
* | apply post 1.7.0 patches, set version to 1.7.11_7_1 | Denis Vlasenko | 2007-09-16 | 17 | -200/+283 |
* | Change version to 1.7.1.svn | Denis Vlasenko | 2007-08-24 | 1 | -1/+1 |
* | news.html: add 1.7.0 announcement | Denis Vlasenko | 2007-08-24 | 1 | -0/+148 |
* | Update defconfig; fix comments | Denis Vlasenko | 2007-08-24 | 3 | -10/+21 |
* | build system: stop moaning about unset integer CONFIGs. | Denis Vlasenko | 2007-08-23 | 1 | -1/+2 |
* | *: compile fixes for 64-bit build | Denis Vlasenko | 2007-08-23 | 6 | -39/+41 |
* | httpd: code shrink of dir indexer example | Denis Vlasenko | 2007-08-23 | 1 | -185/+196 |
* | login: fixes for PAM build | Denis Vlasenko | 2007-08-22 | 1 | -2/+6 |
* | httpd: style fix in indexer example | Denis Vlasenko | 2007-08-22 | 1 | -4/+4 |
* | httpd: replace shell-based dir indexer cgi example with C-based one. | Denis Vlasenko | 2007-08-22 | 2 | -50/+331 |
* | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko | 2007-08-21 | 2 | -30/+30 |
* | login: optional support for PAM | Denis Vlasenko | 2007-08-21 | 3 | -10/+71 |
* | s/communal/common/ part 2 | Denis Vlasenko | 2007-08-21 | 1 | -0/+0 |
* | s/communal/common/ | Denis Vlasenko | 2007-08-21 | 1 | -2/+2 |
* | httpd: add optional support for error pages | Denis Vlasenko | 2007-08-21 | 2 | -85/+166 |
* | runit/*: get rid of tai[a] time abstraction, it's too bloaty. | Denis Vlasenko | 2007-08-20 | 7 | -509/+392 |
* | removed stray debugging comments | Denis Vlasenko | 2007-08-19 | 1 | -4/+0 |
* | max_option_length[] holds small ints, uint8_t is enough | Denis Vlasenko | 2007-08-19 | 1 | -1/+1 |
* | 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 |
* | crond: code shrink | Denis Vlasenko | 2007-08-19 | 1 | -59/+21 |
* | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko | 2007-08-19 | 9 | -20/+15 |
* | crond: don't start sendmail with absolute path | Denis Vlasenko | 2007-08-18 | 1 | -8/+8 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 143 | -169/+174 |
* | 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 | 3 | -54/+103 |
* | get rid of server_ and accepted_socket globals. | Denis Vlasenko | 2007-08-18 | 1 | -57/+38 |
* | introduce and use xdup2(int, int) | Denis Vlasenko | 2007-08-18 | 23 | -107/+95 |
* | 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 |
* | httpd shring and logging update, part 1 or 7 | Denis Vlasenko | 2007-08-17 | 2 | -28/+102 |
* | remove stray newline from help text | Denis Vlasenko | 2007-08-17 | 1 | -1/+1 |
* | assorted fixes for breakage found by randomconfig | Denis Vlasenko | 2007-08-17 | 8 | -39/+54 |
* | add comments regarding SO_REUSEADDR | Denis Vlasenko | 2007-08-16 | 1 | -1/+9 |
* | Comment out "#include <strings.h>" everywhere | Denis Vlasenko | 2007-08-16 | 2 | -2/+2 |
* | find: fix SELinux-related warning | Denis Vlasenko | 2007-08-16 | 1 | -1/+2 |
* | modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols | Denis Vlasenko | 2007-08-16 | 1 | -1/+16 |
* | hdparm: shrink rodata by ~250 bytes | Denis Vlasenko | 2007-08-16 | 3 | -55/+26 |
* | whitespace fixes, no code changes | Denis Vlasenko | 2007-08-16 | 9 | -99/+101 |
* | more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: | Denis Vlasenko | 2007-08-15 | 1 | -46/+62 |
* | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko | 2007-08-15 | 9 | -47/+6 |
* | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko | 2007-08-15 | 4 | -15/+25 |
* | dhcpd: make -S and -f actually work | Denis Vlasenko | 2007-08-15 | 2 | -1/+3 |
* | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko | 2007-08-14 | 3 | -135/+128 |