summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-10-30nginx-1.3.8-RELEASErelease-1.3.8Maxim Dounin1-0/+65
2012-10-30Event pipe: fixed handling of buf_to_file data.Maxim Dounin2-2/+10
2012-10-30Style, parentheses instead of braces in misc/GNUMakefile.Maxim Dounin1-4/+4
2012-10-29Variables $connection and $connection_requests.Maxim Dounin2-23/+53
2012-10-24Resolver: added missing memory allocation error handling.Maxim Dounin1-0/+4
2012-10-23ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory forValentin Bartenev1-0/+14
2012-10-23Core: the "auto" parameter of the "worker_processes" directive.Andrey Belov1-2/+33
2012-10-18Removed conditional compilation from waitpid() error test.Maxim Dounin1-4/+0
2012-10-18Gunzip: fixed r->gzip_ok check.Maxim Dounin1-1/+1
2012-10-05OCSP stapling: properly check if there is ssl.ctx.Maxim Dounin1-1/+1
2012-10-03Variable $bytes_sent.Maxim Dounin1-0/+26
2012-10-03Log: $apache_bytes_sent removed.Maxim Dounin1-8/+0
2012-10-03SSL: the "ssl_verify_client" directive parameter "optional_no_ca".Maxim Dounin3-2/+12
2012-10-03Version bump.Maxim Dounin2-3/+3
2012-10-02release-1.3.7 tagMaxim Dounin1-0/+1
2012-10-02nginx-1.3.7-RELEASErelease-1.3.7Maxim Dounin1-0/+47
2012-10-01OCSP stapling: build fixes.Maxim Dounin1-5/+5
2012-10-01OCSP stapling: ssl_stapling_verify directive.Maxim Dounin4-7/+22
2012-10-01OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.Maxim Dounin1-1/+1
2012-10-01OCSP stapling: log error data in ngx_ssl_error().Maxim Dounin1-6/+17
2012-10-01OCSP stapling: check Content-Type.Maxim Dounin1-0/+28
2012-10-01OCSP stapling: loading OCSP responses.Maxim Dounin6-40/+1761
2012-10-01OCSP stapling: the ngx_event_openssl_stapling.c file.Maxim Dounin1-0/+140
2012-10-01OCSP stapling: ssl_stapling_file support.Maxim Dounin4-1/+31
2012-10-01OCSP stapling: ssl_trusted_certificate directive.Maxim Dounin4-3/+51
2012-09-28Resolver: cached addresses are returned with random rotation now.Maxim Dounin1-2/+25
2012-09-28Correct plural form for "path" in the whole source base.Andrey Belov7-29/+29
2012-09-28Made sure to initialize the entire ngx_file_t structure.Andrey Belov1-0/+2
2012-09-27SSL: added version checks for ssl compression workaround.Maxim Dounin1-0/+2
2012-09-27SSL: fixed compression workaround to remove all methods.Maxim Dounin1-3/+3
2012-09-27Configure: additional test for ExtUtils::Embed perl module presence.Andrey Belov1-1/+9
2012-09-26Configure: help updated to list upstream keepalive and least_conn.Maxim Dounin1-0/+4
2012-09-26Added clearing of cpu_affinity after process spawn.Maxim Dounin1-0/+2
2012-09-26Version bump.Maxim Dounin2-3/+3
2012-09-12release-1.3.6 tagMaxim Dounin1-0/+1
2012-09-12nginx-1.3.6-RELEASErelease-1.3.6Maxim Dounin1-0/+56
2012-09-11Updated zlib used for win32 builds.Maxim Dounin1-1/+1
2012-09-11Helper target "win32" to run configure for win32 builds.Maxim Dounin1-0/+37
2012-09-11Configure: fixed make macros to use parentheses instead of braces.Maxim Dounin3-3/+3
2012-09-11Improved 50x error page.Valentin Bartenev1-11/+14
2012-09-11Configure: provide inflate() when building zlib on win32.Maxim Dounin3-7/+12
2012-09-11Gunzip: removed nginx.h leftover include.Maxim Dounin1-1/+0
2012-09-10Gunzip filter import.Maxim Dounin4-0/+692
2012-09-10Gzip static: "always" parameter in "gzip_static" directive.Maxim Dounin1-10/+32
2012-09-10Memcached: memcached_gzip_flag directive.Maxim Dounin1-8/+56
2012-09-07Improved welcome page.Valentin Bartenev1-2/+19
2012-09-05Write filter: replaced unneeded loop with one to free chains.Maxim Dounin1-11/+7
2012-09-03Limit req: fix of rbtree node insertion on hash collisions.Valentin Bartenev1-4/+4
2012-08-30Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.Ruslan Ermilov3-9/+9
2012-08-30Converted DOS-style newlines.Ruslan Ermilov1-29/+29