aboutsummaryrefslogtreecommitdiffstats
path: root/main/mini_httpd
Commit message (Collapse)AuthorAgeFilesLines
* main/mini_httpd: fix patch application in prepareTed Trask2016-11-101-2/+11
| | | | (cherry picked from commit 9249267321fcebf5fadb8c6d8d30b0a8026f6890)
* main/mini_httpd: fix handling of cgi programs with binary outputTed Trask2016-11-102-1/+56
| | | | | | ref #6391 (cherry picked from commit 21ffa6d32408a34db0024b59c4eea64a6dfed0d1)
* main/mini_httpd: security upgrade to 1.23 (CVE-2015-1548)Natanael Copa2016-07-141-4/+4
| | | | fixes #5903
* main/mini_httpd: upgrade to 1.21Leonardo Arena2015-06-021-5/+5
| | | | | | Fixes #4262 (cherry picked from commit bdc65e149a4e99828d13892a714517aa8a8679f8)
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-3/+11
|
* main/mini_httpd: fix build on eglibcCarlo Landmeter2013-01-051-2/+12
|
* main/mini_httpd: look for conf in /etc/mini_httpd/Natanael Copa2012-05-022-3/+3
|
* main/mini_httpd: move config to /etc/mini_httpd/Natanael Copa2012-05-025-7/+20
| | | | and provide upgrade path
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: rebuild against openssl-1.0Natanael Copa2010-05-141-1/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/mini_httpd: start service after firewallNatanael Copa2009-09-152-2/+3
|
* main/mini_httpd: added logrotate scriptNatanael Copa2009-09-034-7/+30
| | | | | | moved default logfile and pid fiels to /var/{run,log}/mini_httpd/ fixes #80
* moved extra/* to main/Natanael Copa2009-07-243-0/+117
and fixed misc build issues