summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nginx/src/http (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove nginx from the base system in favor of OpenBSD's own httpd(8)robert2014-08-2688-86057/+0
|
* update to 1.6.0 with official syslog support backported from the 1.7 branchrobert2014-06-1257-1531/+4658
| | | | tested by several, ok sthen@
* bugfix and security update to 1.4.7:robert2014-03-292-1/+12
| | | | | | CVE-2014-0133 does not affect OpenBSD because SPDY is not enabled ok florian@
* bugfix update to 1.4.6robert2014-03-114-52/+48
|
* security update to nginx 1.4.4 which fixes CVE-2013-4547robert2013-11-211-0/+2
|
* bugfix update to 1.4.3robert2013-10-185-15/+10
|
* bugfix update to 1.4.2robert2013-08-087-19/+44
|
* update to nginx-1.4.1 and enable the SPDY module by defaultrobert2013-06-0154-1236/+8568
|
* update to 1.2.9; several bugfixes and security fix for CVE-2013-2070robert2013-05-1515-44/+43
|
* decl's before code. please push to upstream.deraadt2013-03-221-4/+4
|
* update to 1.2.7robert2013-03-1726-331/+1137
|
* update to nginx-1.2.6robert2013-01-148-53/+150
|
* update to 1.2.5robert2012-11-146-34/+100
|
* strip the chroot path from auth_basic_user_file if necessaryrobert2012-10-281-0/+4
|
* add syslog support to nginxrobert2012-10-253-2/+177
|
* update to 1.2.4robert2012-10-0810-50/+62
|
* update to nginx-1.2.3robert2012-08-2111-26/+29
|
* update to 1.2.2 and start using /var/www/cache instead of /var/www/tmprobert2012-07-0718-71/+594
|
* update to 1.2.1robert2012-06-1318-392/+498
|
* move the chroot path stripping into a different function to make surerobert2012-05-151-4/+4
| | | | | that we always include aliases as well, to make "user directories work" tested by jasper@ and sthen@
* update to nginx-1.2.0robert2012-05-1350-1203/+4712
|
* update to 1.0.15robert2012-04-142-69/+211
|
* use a shared stripping function for chroot and make surerobert2012-04-121-5/+1
| | | | | that the path starts with the chroot prefix before doing anything with it
* Set the correct string lengths when stripping the chroot prefixrobert2012-04-041-5/+4
| | | | | | from the paths because ngx_str_set() does not set it correctly for us. This change also avoid a use after free() case which was discovered by sthen@ Based on a diff from Steffen Daode Nurpmeso, tested by me and sthen@
* make sure we strip the chroot prefix from all root variables, not just therobert2012-04-021-7/+8
| | | | first one
* bring back an overwritten change which is essential for the chrootedrobert2012-04-021-1/+9
| | | | version to strip the chroot prefix from root paths
* resolve conflictssthen2012-03-156-11/+31
|
* update to 1.0.13robert2012-03-0623-161/+166
|
* update to 1.0.12robert2012-02-1878-173/+345
|
* update to nginx-1.0.11robert2012-01-0514-233/+448
|
* Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a workersthen2011-11-152-2/+3
| | | | process if the resolver receives a large DNS response. OK robert@
* update to 1.0.9robert2011-11-1224-157/+268
|
* Add a flag for nginx (-u) to be able to disable chroot and use a betterrobert2011-10-111-0/+9
| | | | | | method for modifying the document root if chrooted, so currently this allows the user to run the same configuration file with a chrooted and an non-chrooted setup.
* our root is /var/www/htdocs and not /var/www/htmlrobert2011-10-081-1/+1
|
* update to nginx-1.0.8 which includes many bugfixesrobert2011-10-0312-91/+3017
| | | | for a complete list please check the CHANGES file
* import of nginx 1.0.6 with a bundled libpcre needed for pcre to workrobert2011-09-2278-0/+66664
properly. this is not yet linked to the build but we would like to work on it in tree to provide an apache replacement for base