summaryrefslogtreecommitdiff
path: root/usr.sbin/nginx
AgeCommit message (Collapse)Author
2013-08-08bugfix update to 1.4.2Robert Nagy
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-23Put back r1.7Miod Vallat
2013-06-19Disable SPDY until we have a better understanding about code andReyk Floeter
protocol within OpenBSD. Discussed with many ok benno@ jcs@
2013-06-14update the internal pcre library to 8.33Robert Nagy
2013-06-02move bgplg and slowcgi sockets to /var/www/runFlorian Obser
input reyk@, guenther@ "move fast" deraadt@ OK naddy@
2013-06-01update to nginx-1.4.1 and enable the SPDY module by defaultRobert Nagy
2013-06-01hook up slowcgi to the tree, including /etc glue and a sample configurationChristian Weisgerber
snippet; ok florian@
2013-05-31also listen on v6 by default; ok matthieu@ deraadt@Christian Weisgerber
2013-05-15update to 1.2.9; several bugfixes and security fix for CVE-2013-2070Robert Nagy
2013-03-22decl's before code. please push to upstream.Theo de Raadt
2013-03-21re-add a build fix for vax that was overwritten by the updateRobert Nagy
2013-03-17update to 1.2.7Robert Nagy
2013-02-14disable symbol visibility on vax in order to unbreak the buildRobert Nagy
2013-02-10update the internal pcre to 8.32Robert Nagy
2013-02-09Put index and root directives where they belong according to the nginxAntoine Jacoutot
Pitfalls rules. ok robert@
2013-02-05Install 50x.html which is part of the default nginx configuration.Antoine Jacoutot
ok robert@
2013-01-14update to nginx-1.2.6Robert Nagy
2012-12-01If compiling with gcc 3, initialize a local variable to prevent -WuninitializedMiod Vallat
from firing a false positive; ok robert@
2012-11-14update to 1.2.5Robert Nagy
2012-11-06Advertising SSLv2 in the example config doesn't make much sense now that it'sPascal Stumpf
disabled. ok robert@
2012-10-30Add RCS ids to the config files.Antoine Jacoutot
2012-10-28use the default SYSLOG_FACILITY definition which is LOCAL5Robert Nagy
noted by ajacoutot@
2012-10-28rework the default config a bit to work with php-fpm out of the boxRobert Nagy
2012-10-28strip the chroot path from auth_basic_user_file if necessaryRobert Nagy
2012-10-28unbreak build on vax by initializing a variableRobert Nagy
2012-10-25add syslog support to nginxRobert Nagy
2012-10-08update to 1.2.4Robert Nagy
2012-08-28Don't enable "sendfile" which does not work on OpenBSD according to robert@Antoine Jacoutot
ok robert@
2012-08-21merge in pcre-8.31Robert Nagy
2012-08-21update to nginx-1.2.3Robert Nagy
2012-08-15use Lk for links;Jason McIntyre
2012-07-12remove a double .includeJasper Lievisse Adriaanse
ok robert@
2012-07-07update to 1.2.2 and start using /var/www/cache instead of /var/www/tmpRobert Nagy
2012-06-26use /var/www/tmp/ for the temp directories even if not chrootedRobert Nagy
2012-06-24Make the default SSL file locations match the ssl(8) man page forLawrence Teo
consistency. ok robert haesbaert henning
2012-06-13update to 1.2.1Robert Nagy
2012-05-15move the chroot path stripping into a different function to make sureRobert Nagy
that we always include aliases as well, to make "user directories work" tested by jasper@ and sthen@
2012-05-13backport changeset 4619 from nginx trunk:Robert Nagy
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).
2012-05-13update to nginx-1.2.0Robert Nagy
2012-04-14update to 1.0.15Robert Nagy
2012-04-12use a shared stripping function for chroot and make sureRobert Nagy
that the path starts with the chroot prefix before doing anything with it
2012-04-10Build with -O1 on vax for now, pcre_exec can not build with -O2.Miod Vallat
2012-04-05Mention the -u flag to tell nginx not to chroot.Stuart Henderson
Help with wording from jmc@, thanks!
2012-04-04Honour CFLAGS in nginx build, discussed with robert@Stuart Henderson
2012-04-04Set the correct string lengths when stripping the chroot prefixRobert Nagy
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@
2012-04-02make sure we strip the chroot prefix from all root variables, not just theRobert Nagy
first one
2012-04-02bring back an overwritten change which is essential for the chrootedRobert Nagy
version to strip the chroot prefix from root paths
2012-03-15stupid cvs (dir has 'core' in the name...)Stuart Henderson