summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.3.8-RELEASErelease-1.3.8Maxim Dounin2012-10-301-0/+65
* Event pipe: fixed handling of buf_to_file data.Maxim Dounin2012-10-302-2/+10
* Style, parentheses instead of braces in misc/GNUMakefile.Maxim Dounin2012-10-301-4/+4
* Variables $connection and $connection_requests.Maxim Dounin2012-10-292-23/+53
* Resolver: added missing memory allocation error handling.Maxim Dounin2012-10-241-0/+4
* ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory forValentin Bartenev2012-10-231-0/+14
* Core: the "auto" parameter of the "worker_processes" directive.Andrey Belov2012-10-231-2/+33
* Removed conditional compilation from waitpid() error test.Maxim Dounin2012-10-181-4/+0
* Gunzip: fixed r->gzip_ok check.Maxim Dounin2012-10-181-1/+1
* OCSP stapling: properly check if there is ssl.ctx.Maxim Dounin2012-10-051-1/+1
* Variable $bytes_sent.Maxim Dounin2012-10-031-0/+26
* Log: $apache_bytes_sent removed.Maxim Dounin2012-10-031-8/+0
* SSL: the "ssl_verify_client" directive parameter "optional_no_ca".Maxim Dounin2012-10-033-2/+12
* Version bump.Maxim Dounin2012-10-032-3/+3
* release-1.3.7 tagMaxim Dounin2012-10-021-0/+1
* 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