summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.3.7-RELEASErelease-1.3.7Maxim Dounin2012-10-021-0/+47
* OCSP stapling: build fixes.Maxim Dounin2012-10-011-5/+5
* OCSP stapling: ssl_stapling_verify directive.Maxim Dounin2012-10-014-7/+22
* OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.Maxim Dounin2012-10-011-1/+1
* OCSP stapling: log error data in ngx_ssl_error().Maxim Dounin2012-10-011-6/+17
* OCSP stapling: check Content-Type.Maxim Dounin2012-10-011-0/+28
* OCSP stapling: loading OCSP responses.Maxim Dounin2012-10-016-40/+1761
* OCSP stapling: the ngx_event_openssl_stapling.c file.Maxim Dounin2012-10-011-0/+140
* OCSP stapling: ssl_stapling_file support.Maxim Dounin2012-10-014-1/+31
* OCSP stapling: ssl_trusted_certificate directive.Maxim Dounin2012-10-014-3/+51
* Resolver: cached addresses are returned with random rotation now.Maxim Dounin2012-09-281-2/+25
* Correct plural form for "path" in the whole source base.Andrey Belov2012-09-287-29/+29
* Made sure to initialize the entire ngx_file_t structure.Andrey Belov2012-09-281-0/+2
* SSL: added version checks for ssl compression workaround.Maxim Dounin2012-09-271-0/+2
* SSL: fixed compression workaround to remove all methods.Maxim Dounin2012-09-271-3/+3
* Configure: additional test for ExtUtils::Embed perl module presence.Andrey Belov2012-09-271-1/+9
* Configure: help updated to list upstream keepalive and least_conn.Maxim Dounin2012-09-261-0/+4
* Added clearing of cpu_affinity after process spawn.Maxim Dounin2012-09-261-0/+2
* Version bump.Maxim Dounin2012-09-262-3/+3
* release-1.3.6 tagMaxim Dounin2012-09-121-0/+1
* nginx-1.3.6-RELEASErelease-1.3.6Maxim Dounin2012-09-121-0/+56
* Updated zlib used for win32 builds.Maxim Dounin2012-09-111-1/+1
* Helper target "win32" to run configure for win32 builds.Maxim Dounin2012-09-111-0/+37
* Configure: fixed make macros to use parentheses instead of braces.Maxim Dounin2012-09-113-3/+3
* Improved 50x error page.Valentin Bartenev2012-09-111-11/+14
* Configure: provide inflate() when building zlib on win32.Maxim Dounin2012-09-113-7/+12
* Gunzip: removed nginx.h leftover include.Maxim Dounin2012-09-111-1/+0
* Gunzip filter import.Maxim Dounin2012-09-104-0/+692
* Gzip static: "always" parameter in "gzip_static" directive.Maxim Dounin2012-09-101-10/+32
* Memcached: memcached_gzip_flag directive.Maxim Dounin2012-09-101-8/+56
* Improved welcome page.Valentin Bartenev2012-09-071-2/+19
* Write filter: replaced unneeded loop with one to free chains.Maxim Dounin2012-09-051-11/+7
* Limit req: fix of rbtree node insertion on hash collisions.Valentin Bartenev2012-09-031-4/+4
* Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.Ruslan Ermilov2012-08-303-9/+9
* Converted DOS-style newlines.Ruslan Ermilov2012-08-301-29/+29
* Fixed overflow if ngx_slab_alloc() is called with very big "size" argument.Ruslan Ermilov2012-08-301-2/+2
* Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addressesRuslan Ermilov2012-08-303-3/+29
* Fixed the "include" directive.Ruslan Ermilov2012-08-284-21/+6
* Version bump.Ruslan Ermilov2012-08-272-3/+3
* release-1.3.5 tagMaxim Dounin2012-08-211-0/+1
* nginx-1.3.5-RELEASErelease-1.3.5Maxim Dounin2012-08-211-0/+82
* Radix tree preallocation fix.Maxim Dounin2012-08-181-1/+1
* Whitespace fix.Maxim Dounin2012-08-181-3/+3
* Mark logically dead code with corresponding comment.Andrey Belov2012-08-171-0/+1
* Mp4: removed restriction to avc1/mp4a formats (ticket #194).Maxim Dounin2012-08-171-8/+0
* Mail: fixed handling of AF_UNIX addresses in "listen".Ruslan Ermilov2012-08-172-0/+14
* Removed a stale "AF_INET only" comment.Ruslan Ermilov2012-08-171-2/+0
* Mail: fixed sorting of listen addresses (ticket #187).Ruslan Ermilov2012-08-171-0/+5
* Geo: fixed handling of ranges without default set.Maxim Dounin2012-08-161-4/+4
* Crypt: fixed handling of corrupted SSHA entries in password file.Maxim Dounin2012-08-161-2/+9