Age | Commit message (Expand) | Author |
2007-08-25 | support "#!/bin/busybox"-style wrappers. Needed for SELinux. | Denis Vlasenko |
2007-08-25 | - add Yann's email-addr | Bernhard Reutner-Fischer |
2007-08-24 | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko |
2007-08-24 | - cosmetic html cleanup | Bernhard Reutner-Fischer |
2007-08-24 | - obfuscate addrs a little bit | Bernhard Reutner-Fischer |
2007-08-24 | cp: make POSIX-me-harder mode complain with a bit less insane message | Denis Vlasenko |
2007-08-24 | spelling fixes to website | Denis Vlasenko |
2007-08-24 | Cosmetic fixes to webpage | Denis Vlasenko |
2007-08-24 | add missed attribution to httpd sendfile support | Denis Vlasenko |
2007-08-24 | Start 1.8.x cycle | Denis Vlasenko |
2007-08-24 | news.html: add 1.7.0 announcement | Denis Vlasenko |
2007-08-24 | Update defconfig; fix comments | Denis Vlasenko |
2007-08-23 | build system: stop moaning about unset integer CONFIGs. | Denis Vlasenko |
2007-08-23 | *: compile fixes for 64-bit build | Denis Vlasenko |
2007-08-23 | httpd: code shrink of dir indexer example | Denis Vlasenko |
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 |