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