summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nginx/src/event (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove nginx from the base system in favor of OpenBSD's own httpd(8)robert2014-08-2626-14626/+0
|
* update to 1.6.0 with official syslog support backported from the 1.7 branchrobert2014-06-1212-90/+407
| | | | tested by several, ok sthen@
* nginx dudes unrolled SSL_OP_ALL by hand so we also have to deletetedu2014-04-291-2/+0
| | | | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS from here to benefit. ok miod
* bugfix update to 1.4.6robert2014-03-111-13/+12
|
* bugfix update to 1.4.2robert2013-08-082-3/+13
|
* update to nginx-1.4.1 and enable the SPDY module by defaultrobert2013-06-018-13/+1908
|
* update to 1.2.9; several bugfixes and security fix for CVE-2013-2070robert2013-05-151-2/+22
|
* update to 1.2.7robert2013-03-173-15/+33
|
* update to 1.2.5robert2012-11-143-5/+21
|
* update to 1.2.4robert2012-10-081-1/+1
|
* update to nginx-1.2.3robert2012-08-214-31/+119
|
* update to 1.2.2 and start using /var/www/cache instead of /var/www/tmprobert2012-07-071-1/+18
|
* update to 1.2.1robert2012-06-134-34/+65
|
* backport changeset 4619 from nginx trunk:robert2012-05-131-6/+44
| | | | | | | | | | | | Accept moderation in case of EMFILE/ENFILE. In case of EMFILE/ENFILE returned from accept() we disable accept events, and (in case of no accept mutex used) arm timer to re-enable them later. With accept mutex we just drop it, and rely on normal accept mutex handling to re-enable accept events once it's acquired again. As we now handle errors in question, logging level was changed to "crit" (instead of "alert" used for unknown errors).
* update to nginx-1.2.0robert2012-05-138-112/+143
|
* update to 1.0.13robert2012-03-063-44/+34
|
* update to 1.0.12robert2012-02-1825-25/+65
|
* update to 1.0.9robert2011-11-123-7/+40
|
* update to nginx-1.0.8 which includes many bugfixesrobert2011-10-034-60/+109
| | | | 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-2225-0/+12036
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