Age | Commit message (Expand) | Author |
2007-08-22 | login: fixes for PAM build | Denis Vlasenko |
2007-08-22 | httpd: style fix in indexer example | Denis Vlasenko |
2007-08-22 | httpd: replace shell-based dir indexer cgi example with C-based one. | Denis Vlasenko |
2007-08-21 | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko |
2007-08-21 | login: optional support for PAM | Denis Vlasenko |
2007-08-21 | s/communal/common/ part 2 | Denis Vlasenko |
2007-08-21 | s/communal/common/ | Denis Vlasenko |
2007-08-21 | httpd: add optional support for error pages | Denis Vlasenko |
2007-08-20 | runit/*: get rid of tai[a] time abstraction, it's too bloaty. | Denis Vlasenko |
2007-08-19 | removed stray debugging comments | Denis Vlasenko |
2007-08-19 | max_option_length[] holds small ints, uint8_t is enough | 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-19 | crond: code shrink | Denis Vlasenko |
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | crond: don't start sendmail with absolute path | 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-18 | introduce and use xdup2(int, int) | 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-17 | httpd shring and logging update, part 1 or 7 | Denis Vlasenko |
2007-08-17 | remove stray newline from help text | Denis Vlasenko |
2007-08-17 | assorted fixes for breakage found by randomconfig | Denis Vlasenko |
2007-08-16 | add comments regarding SO_REUSEADDR | Denis Vlasenko |
2007-08-16 | Comment out "#include <strings.h>" everywhere | Denis Vlasenko |
2007-08-16 | find: fix SELinux-related warning | Denis Vlasenko |
2007-08-16 | modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols | Denis Vlasenko |
2007-08-16 | hdparm: shrink rodata by ~250 bytes | Denis Vlasenko |
2007-08-16 | whitespace fixes, no code changes | Denis Vlasenko |
2007-08-15 | more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: | Denis Vlasenko |
2007-08-15 | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko |
2007-08-15 | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko |
2007-08-15 | dhcpd: make -S and -f actually work | 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-14 | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko |
2007-08-14 | trylink: automatically use custom link script if user provides one | Denis Vlasenko |
2007-08-14 | syslogd: set syslog IPC buffer to mode 0644 | Denis Vlasenko |
2007-08-13 | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-08-13 | df: match coreutils behavior of wrapping lines if filesystem name is too long. | Denis Vlasenko |
2007-08-13 | httpd: round down sendfile byte count to 64k | Denis Vlasenko |