summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.5.3-RELEASErelease-1.5.3Maxim Dounin2013-07-301-0/+75
* Perl: fixed syntax usage for C preprocessor directives.Sergey Kandaurov2013-07-291-7/+4
* Upstream: reliably detect connection failures with SSL peers.Ruslan Ermilov2013-07-291-0/+5
* Upstream: no last buffer on errors.Maxim Dounin2013-07-251-2/+10
* Upstream: request finalization rework.Maxim Dounin2013-07-251-14/+17
* Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.Maxim Dounin2013-07-251-0/+1
* Upstream: added check if a response is complete.Maxim Dounin2013-07-252-4/+31
* Upstream: u->length now defaults to -1 (API change).Maxim Dounin2013-07-252-2/+5
* Upstream: fixed store/cache of unfinished responses.Maxim Dounin2013-07-251-3/+5
* Upstream: replaced u->pipe->temp_file with p->temp_file.Maxim Dounin2013-07-251-5/+5
* Upstream: NGX_ERROR after pipe errors.Maxim Dounin2013-07-251-4/+4
* Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.Maxim Dounin2013-07-251-3/+3
* Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.Maxim Dounin2013-07-251-25/+25
* Upstream: consistent error handling after u->input_filter_init().Maxim Dounin2013-07-251-2/+1
* Upstream: busy lock remnants removed.Maxim Dounin2013-07-251-14/+0
* Upstream: stale comments removed.Maxim Dounin2013-06-131-12/+0
* Gzip: clearing of c->buffered if all data are flushed.Maxim Dounin2013-07-251-2/+4
* Event pipe: fixed writing cache header to a temp file.Maxim Dounin2013-07-251-7/+4
* Fixed ngx_http_test_reading() to finalize request properly.Maxim Dounin2013-06-141-1/+1
* Sub filter: fixed matching after a partial match.Maxim Dounin2013-07-251-31/+69
* Sub filter: fixed incomplete last buffer on partial match.Maxim Dounin2013-07-251-0/+20
* Sub filter: flush buffers handling.Maxim Dounin2013-07-251-1/+4
* Sub filter: switched to ngx_chain_get_free_buf().Maxim Dounin2013-07-251-62/+23
* Sub filter: stale comments removed.Maxim Dounin2013-07-251-3/+0
* On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.Ruslan Ermilov2013-07-252-4/+21
* Style: reuse one int variable in ngx_configure_listening_sockets().Ruslan Ermilov2013-07-251-11/+8
* SPDY: fixed segfault with "client_body_in_file_only" enabled.Valentin Bartenev2013-07-241-9/+2
* Xslt: exsltRegisterAll() moved to preconfiguration.Maxim Dounin2013-07-191-2/+10
* Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled.Valentin Bartenev2013-07-132-2/+4
* Style.Maxim Dounin2013-07-113-3/+3
* Configure: perl Makefile rebuild after configure.Maxim Dounin2013-07-111-0/+1
* Core: fixed possible use of an uninitialized variable.Vladimir Homutov2013-07-111-0/+2
* Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov2013-07-1110-19/+39
* Make macros safe.Gleb Smirnoff2013-07-053-10/+10
* Upstream: updated list of ngx_event_connect_peer() return values.Ruslan Ermilov2013-07-031-1/+1
* Core: consolidated log-related code.Vladimir Homutov2013-06-284-30/+51
* Version bump.Maxim Dounin2013-07-021-2/+2
* release-1.5.2 tagMaxim Dounin2013-07-021-0/+1
* nginx-1.5.2-RELEASErelease-1.5.2Maxim Dounin2013-07-021-0/+49
* Fixed ngx_http_parse_chunked() minimal length calculation.Maxim Dounin2013-06-281-2/+3
* Fixed build on Linux with x32 ABI.Maxim Dounin2013-06-261-2/+7
* Core: support several "error_log" directives.Vladimir Homutov2013-06-205-67/+106
* Simplified ngx_list_create().Ruslan Ermilov2013-06-191-9/+1
* Valgrind: another complaint about uninitialized bytes.Tatsuhiko Kubo2013-06-121-0/+2
* SPDY: fixed code style, no functional changes.Valentin Bartenev2013-06-131-1/+2
* Core: moved initialization of log level.Vladimir Homutov2013-06-132-3/+2
* SPDY: pass through the full status when available.Jim Radford2013-06-071-3/+12
* Perl: fixed r->header_in("Cookie") (ticket #351).Maxim Dounin2013-06-101-9/+27
* Fixed debug logging in ngx_http_parse_complex_uri().Maxim Dounin2013-06-051-2/+2
* Mail: fixed possible uninitialized memory access.Maxim Dounin2013-06-051-0/+4