| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to 1.2.1 | 2012-06-13 | 24 | -430/+579 | |
| | | |||||
| * | move the chroot path stripping into a different function to make sure | 2012-05-15 | 1 | -4/+4 | |
| | | | | | | that we always include aliases as well, to make "user directories work" tested by jasper@ and sthen@ | ||||
| * | backport changeset 4619 from nginx trunk: | 2012-05-13 | 2 | -6/+46 | |
| | | | | | | | | | | | | | 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.0 | 2012-05-13 | 118 | -1588/+7757 | |
| | | |||||
| * | update to 1.0.15 | 2012-04-14 | 3 | -71/+213 | |
| | | |||||
| * | use a shared stripping function for chroot and make sure | 2012-04-12 | 4 | -14/+16 | |
| | | | | | | that the path starts with the chroot prefix before doing anything with it | ||||
| * | Set the correct string lengths when stripping the chroot prefix | 2012-04-04 | 3 | -12/+10 | |
| | | | | | | | 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 the | 2012-04-02 | 1 | -7/+8 | |
| | | | | | first one | ||||
| * | bring back an overwritten change which is essential for the chrooted | 2012-04-02 | 1 | -1/+9 | |
| | | | | | version to strip the chroot prefix from root paths | ||||
| * | stupid cvs (dir has 'core' in the name...) | 2012-03-15 | 1 | -2/+2 | |
| | | |||||
| * | resolve conflicts | 2012-03-15 | 6 | -11/+31 | |
| | | |||||
| * | update to 1.0.13 | 2012-03-06 | 37 | -243/+236 | |
| | | |||||
| * | create the tmp dirs nginx needs for doing proxying inside the chroot | 2012-02-22 | 1 | -8/+20 | |
| | | | | | because these get created before the actual chroot happens | ||||
| * | update pcre to 8.30 to be in sync with ports | 2012-02-18 | 15 | -1706/+2756 | |
| | | |||||
| * | update to 1.0.12 | 2012-02-18 | 247 | -249/+613 | |
| | | |||||
| * | update to nginx-1.0.11 | 2012-01-05 | 26 | -284/+535 | |
| | | |||||
| * | merge pcre-8.21 | 2011-12-14 | 6 | -452/+809 | |
| | | |||||
| * | Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a worker | 2011-11-15 | 5 | -12/+14 | |
| | | | | | process if the resolver receives a large DNS response. OK robert@ | ||||
| * | sync to pcre 8.20 | 2011-11-12 | 8 | -186/+506 | |
| | | |||||
| * | update to 1.0.9 | 2011-11-12 | 43 | -224/+389 | |
| | | |||||
| * | Add a flag for nginx (-u) to be able to disable chroot and use a better | 2011-10-11 | 5 | -5/+30 | |
| | | | | | | | 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/html | 2011-10-08 | 1 | -1/+1 | |
| | | |||||
| * | only strip the full path once and remove any / chars from the begining of | 2011-10-08 | 1 | -3/+7 | |
| | | | | | the path | ||||
| * | Since the worker process of nginx is chrooted on OpenBSD, let's remove | 2011-10-05 | 1 | -0/+4 | |
| | | | | | | | down the prefix of nginx which is /var/www from the file paths when the worker process tries to reopen files (access.log, error.log, etc.). This fixes the 'nginx -s reopen' issue which was reported by some users. | ||||
| * | update to nginx-1.0.8 which includes many bugfixes | 2011-10-03 | 23 | -172/+3149 | |
| | | | | | for a complete list please check the CHANGES file | ||||
| * | unconditionally chroot to the www user's homedir by default | 2011-09-22 | 1 | -0/+37 | |
| | | |||||
| * | fix two signed/unsigned comparsions | 2011-09-22 | 2 | -2/+2 | |
| | | |||||
| * | thank you CVS for missing the "core" directory | 2011-09-22 | 61 | -0/+21766 | |
| | | |||||
| * | import of nginx 1.0.6 with a bundled libpcre needed for pcre to work | 2011-09-22 | 207 | -0/+120609 | |
| 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 | |||||
