summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Request body: $content_length variable to honor real body size.Maxim Dounin1-2/+37
2012-11-21Request body: always use calculated size of a request body in proxy.Maxim Dounin1-16/+11
2012-11-21Request body: adjust b->pos when chunked parsing done.Maxim Dounin1-0/+3
2012-11-21Request body: chunked parsing moved to ngx_http_parse.c from proxy.Maxim Dounin3-276/+277
2012-11-21Request body: properly handle events while discarding body.Maxim Dounin1-7/+9
2012-11-21Request body: fixed socket leak on errors.Maxim Dounin1-10/+28
2012-11-21Request body: code duplication reduced, no functional changes.Maxim Dounin1-25/+14
2012-11-21Request body: $request_body variable generalization.Maxim Dounin1-5/+13
2012-11-21Request body: fixed "501 Not Implemented" error handling.Maxim Dounin2-3/+4
2012-11-21Core: added debug logging of writev() in ngx_write_chain_to_file().Maxim Dounin1-0/+3
2012-11-21Dav: fixed segfault on PUT if body was already read (ticket #238).Maxim Dounin1-0/+5
2012-11-20Fixed failure to start cache manager and cache loader processesIgor Sysoev2-4/+11
2012-11-17Trailing whitespace fix.Maxim Dounin1-1/+1
2012-11-16Upstream: better detection of connect() failures with kqueue.Maxim Dounin1-2/+9
2012-11-16Upstream: honor the "down" flag for a single server.Ruslan Ermilov1-0/+4
2012-11-16Variables $request_time and $msec.Ruslan Ermilov1-0/+63
2012-11-16Fixed setting of CPU affinity on respawn of dead worker processes.Ruslan Ermilov1-14/+16
2012-11-16Version bump.Ruslan Ermilov2-3/+3
2012-10-30Event pipe: fixed handling of buf_to_file data.Maxim Dounin2-2/+10
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-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 Dounin3-0/+29
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 Belov6-26/+26
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-26Added clearing of cpu_affinity after process spawn.Maxim Dounin1-0/+2
2012-09-26Version bump.Maxim Dounin2-3/+3
2012-09-11Gunzip: removed nginx.h leftover include.Maxim Dounin1-1/+0
2012-09-10Gunzip filter import.Maxim Dounin1-0/+677
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