summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apply single post-1.7.4 patch; bump version to 1.7.51_7_51_7_stableDenis Vlasenko2008-03-212-5/+12
* Apply post-1.7.3 fix to inetd1_7_4Denis Vlasenko2007-11-242-2/+2
* apply accumulated post 1.7.2 patches; bump version to 1.7.31_7_3Denis Vlasenko2007-11-038-23/+28
* apply all post-1.7.1 patches, set version to 1.7.21_7_2Denis Vlasenko2007-09-2910-79/+136
* apply post 1.7.0 patches, set version to 1.7.11_7_1Denis Vlasenko2007-09-1617-200/+283
* Change version to 1.7.1.svnDenis Vlasenko2007-08-241-1/+1
* news.html: add 1.7.0 announcementDenis Vlasenko2007-08-241-0/+148
* Update defconfig; fix commentsDenis Vlasenko2007-08-243-10/+21
* build system: stop moaning about unset integer CONFIGs.Denis Vlasenko2007-08-231-1/+2
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-236-39/+41
* httpd: code shrink of dir indexer exampleDenis Vlasenko2007-08-231-185/+196
* login: fixes for PAM buildDenis Vlasenko2007-08-221-2/+6
* httpd: style fix in indexer exampleDenis Vlasenko2007-08-221-4/+4
* httpd: replace shell-based dir indexer cgi example with C-based one.Denis Vlasenko2007-08-222-50/+331
* httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko2007-08-212-30/+30
* login: optional support for PAMDenis Vlasenko2007-08-213-10/+71
* s/communal/common/ part 2Denis Vlasenko2007-08-211-0/+0
* s/communal/common/Denis Vlasenko2007-08-211-2/+2
* httpd: add optional support for error pages Denis Vlasenko2007-08-212-85/+166
* runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko2007-08-207-509/+392
* removed stray debugging commentsDenis Vlasenko2007-08-191-4/+0
* max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko2007-08-191-1/+1
* httpd: explain IP/mask parsing, and simplify it a bit.Denis Vlasenko2007-08-191-33/+48
* httpd: reinstate (much lighter) paranoid connection close codeDenis Vlasenko2007-08-191-54/+25
* httpd: get rid of rmt_port and setenv_logDenis Vlasenko2007-08-191-21/+12
* httpd: get rid of sscanf usage. Rename some variables.Denis Vlasenko2007-08-191-94/+110
* crond: code shrinkDenis Vlasenko2007-08-191-59/+21
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-199-20/+15
* crond: don't start sendmail with absolute pathDenis Vlasenko2007-08-181-8/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-18143-169/+174
* httpd: stop reading headers using 1-byte read()Denis Vlasenko2007-08-181-39/+56
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-183-54/+103
* get rid of server_ and accepted_socket globals.Denis Vlasenko2007-08-181-57/+38
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-1823-107/+95
* httpd shrink and logging update, part 7 of 7Denis Vlasenko2007-08-171-107/+104
* httpd shrink and logging update, part 6 of 7Denis Vlasenko2007-08-171-29/+46
* httpd shrink and logging update, part 5 of 7Denis Vlasenko2007-08-171-214/+198
* httpd shrink and logging update, part 4 of 7Denis Vlasenko2007-08-171-186/+181
* httpd shrink and logging update, part 3 of 7Denis Vlasenko2007-08-171-148/+107
* httpd shrink and logging update, part 2 of 7Denis Vlasenko2007-08-171-92/+82
* httpd shring and logging update, part 1 or 7Denis Vlasenko2007-08-172-28/+102
* remove stray newline from help textDenis Vlasenko2007-08-171-1/+1
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-178-39/+54
* add comments regarding SO_REUSEADDRDenis Vlasenko2007-08-161-1/+9
* Comment out "#include <strings.h>" everywhereDenis Vlasenko2007-08-162-2/+2
* find: fix SELinux-related warningDenis Vlasenko2007-08-161-1/+2
* modprobe: add scanning of /lib/modules/`uname -r`/modules.symbolsDenis Vlasenko2007-08-161-1/+16
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-163-55/+26
* whitespace fixes, no code changesDenis Vlasenko2007-08-169-99/+101
* more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:Denis Vlasenko2007-08-151-46/+62