| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-23 | Added ngx_filename_cmp() with "/" sorted to the left. | Maxim Dounin | 1 | -0/+1 | |
| This patch fixes incorrect handling of auto redirect in configurations like: location /0 { } location /a- { } location /a/ { proxy_pass ... } With previously used sorting, this resulted in the following locations tree (as "-" is less than "/"): "/a-" "/0" "/a/" and a request to "/a" didn't match "/a/" with auto_redirect, as it didn't traverse relevant tree node during lookup (it tested "/a-", then "/0", and then falled back to null location). To preserve locale use for non-ASCII characters on case-insensetive systems, libc's tolower() used. | |||||
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2011-10-24 | malloc() debugging on MacOSX. | Igor Sysoev | 1 | -0/+1 | |
| 2011-09-13 | In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library | Ruslan Ermilov | 1 | -0/+2 | |
| in favour of their CommonCrypto library. This change adds a work-around that allows nginx to still be built on Lion with OpenSSL. | |||||
| 2011-05-10 | use POSIX semaphores in shmtx instead of sched_yield() | Igor Sysoev | 1 | -0/+5 | |
| number of spinlock spins are increased twice | |||||
| 2009-04-01 | fix MacOSX building, broken in r2616 | Igor Sysoev | 1 | -0/+1 | |
| 2008-07-30 | *) move Darwin support to separate files | Igor Sysoev | 1 | -0/+87 | |
| *) Darwin sendfile() support | |||||
