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