summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-05-25nginx-1.0.3-RELEASErelease-1.0.3Igor Sysoev1-0/+69
2011-05-16"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev11-8/+268
patch by Maxim Dounin
2011-05-16fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are definedIgor Sysoev1-12/+19
2011-05-16support IPv4 mapped to IPv6 in geo moduleIgor Sysoev1-4/+28
2011-05-16support IPv4 mapped to IPv6 in geoip moduleIgor Sysoev1-28/+42
2011-05-13fix debug loggingIgor Sysoev1-1/+1
2011-05-13fix a broken cached response if bypass/no_cache directive values are different,Igor Sysoev2-28/+14
the bug has been introduced in r3700
2011-05-11log "Abort trap" or similar messagesIgor Sysoev1-3/+3
2011-05-11geoip_orgIgor Sysoev1-0/+118
patch by Alexander Uskov
2011-05-11fix typoIgor Sysoev1-2/+2
2011-05-11bump versionIgor Sysoev2-3/+3
2011-05-10release-1.0.2 tagIgor Sysoev1-0/+1
2011-05-10nginx-1.0.2-RELEASErelease-1.0.2Igor Sysoev1-1/+37
2011-05-10gdImageCopyRotated() may images of even height or widthIgor Sysoev1-3/+17
patch by Adam Bocim
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev10-80/+270
number of spinlock spins are increased twice
2011-05-04fix r3902Igor Sysoev1-1/+1
2011-05-04bump versionIgor Sysoev2-3/+3
2011-05-03release-1.0.1 tagIgor Sysoev1-0/+1
2011-05-03nginx-1.0.1-RELEASErelease-1.0.1Igor Sysoev1-0/+108
2011-05-03test zero value in an "if" directive consistently with predicates fixed in r3894Igor Sysoev1-1/+1
thanks to Maxim Dounin
2011-04-23revert r3864, it may cause kernel panic on some kernels while working with IPv6Igor Sysoev1-1/+1
2011-04-23fix building by gcc 4.6 without --with-debugIgor Sysoev2-14/+7
2011-04-23fix r3822Igor Sysoev1-2/+7
Solaris strerror() invalid error code behaviour depends on version: Solaris 10 returns "Unknown error" and sets errno to EINVAL, Solaris 9 returns "Unknown error" and leaves errno intact, Solaris 2 returns NULL.
2011-04-23style fix: remove trailing spacesIgor Sysoev1-29/+29
2011-04-22Use more precise stat.st_blocks to account cache size on UnixIgor Sysoev6-18/+21
instead of file length rounded to a file system block size. There is no similar way on Windows, so rounding to a cache->bsize is kept.
2011-04-21allow to use $upstream_... variables in SSIIgor Sysoev1-5/+5
2011-04-19fix r3713Igor Sysoev1-2/+2
thanks to Igor A. Valcov
2011-04-17fix the previous commitIgor Sysoev1-0/+1
2011-04-15an internal MD5 implemenationIgor Sysoev6-14/+313
patch by Maxim Dounin
2011-04-15fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.ZIgor Sysoev1-1/+1
patch by Maxim Dounin
2011-04-15values starting with '0' were incorrectly assumed to be falseIgor Sysoev1-1/+1
patch by Maxim Dounin
2011-04-15use MurmurHash2 for split_clients, becauseIgor Sysoev1-1/+1
its distribution is much better than CRC32's one
2011-04-15ngx_murmur_hash2()Igor Sysoev4-0/+71
2011-04-15bump versionIgor Sysoev2-3/+3
2011-04-12release-1.0.0 tagIgor Sysoev1-0/+1
2011-04-12nginx-1.0.0-RELEASErelease-1.0.0Igor Sysoev1-0/+37
2011-04-12use memmove() in appropriate placesIgor Sysoev7-10/+14
2011-04-11"satisfy any" disabled custom 401 error pageIgor Sysoev1-3/+7
2011-04-08fix CPU hog in cache managerIgor Sysoev1-2/+7
patch by Maxim Dounin
2011-04-07fix "image_filter rotate 180" and crop caseIgor Sysoev1-4/+4
the bug has been introduced in r3879
2011-04-07bump versionIgor Sysoev2-3/+3
2011-04-04release-0.9.7 tagIgor Sysoev1-0/+1
2011-04-04nginx-0.9.7-RELEASErelease-0.9.7Igor Sysoev1-0/+40
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev5-0/+66
patch by Maxim Dounin
2011-04-04fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_passIgor Sysoev4-18/+11
is given by expression and refers to a defined upstream
2011-04-04image filter rotateIgor Sysoev1-3/+101
patch by Adam Bocim
2011-04-04bump versionIgor Sysoev2-3/+3
2011-03-21release-0.9.6 tagIgor Sysoev1-0/+1
2011-03-21nginx-0.9.6-RELEASErelease-0.9.6Igor Sysoev1-0/+27
2011-03-21map tests values in low case only, so caseless regex has no senseIgor Sysoev1-6/+0