summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.7.6-RELEASErelease-1.7.6Maxim Dounin2014-09-301-0/+45
* Upstream keepalive: reset c->sent on cached connections.Maxim Dounin2014-09-291-0/+1
* Limit req: reduced number of parameters in the lookup function.Valentin Bartenev2014-09-241-8/+7
* Limit req: use complex value in limit_req_zone.Valentin Bartenev2014-09-241-60/+47
* Limit conn: aligned field names in structures.Valentin Bartenev2014-09-241-11/+11
* Limit conn: use complex value in limit_conn_zone (ticket #121).Valentin Bartenev2014-09-241-67/+54
* Limit conn: removed deprecated "limit_zone" directive.Valentin Bartenev2014-09-241-84/+0
* Syslog: improved error handling of unix domain sockets.Vladimir Homutov2014-08-261-2/+24
* Syslog: enabled logging of send errors.Vladimir Homutov2014-09-012-5/+10
* Avoided to add duplicate hash key in ngx_http_types_slot().Gu Feng2014-09-171-1/+5
* Removed duplicate initialization of the "rev" variable.Valentin Bartenev2014-09-221-2/+0
* Generalized definitions of the number of preallocated iovec's.Valentin Bartenev2014-08-137-57/+24
* Reduced difference between the send chain functions.Valentin Bartenev2014-08-132-15/+11
* Merged implementations of ngx_readv_chain().Valentin Bartenev2014-08-131-97/+9
* Removed the "complete" variable from various send chain functions.Valentin Bartenev2014-08-136-42/+11
* Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev2014-08-138-212/+54
* Fixed writev() debug log message in ngx_darwin_sendfile_chain().Valentin Bartenev2014-08-131-1/+1
* Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().Roman Arutyunyan2014-09-181-1/+10
* FastCGI: fixed start pointers in request buffers.Roman Arutyunyan2014-09-181-0/+1
* Limit req: don't truncate key value to 255 bytes.Valentin Bartenev2014-09-161-1/+1
* Version bump.Valentin Bartenev2014-09-171-2/+2
* release-1.7.5 tagMaxim Dounin2014-09-161-0/+1
* nginx-1.7.5-RELEASErelease-1.7.5Maxim Dounin2014-09-161-0/+145
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-09-151-1/+1
* SSL: session id context now includes certificate hash.Maxim Dounin2014-09-151-2/+96
* Access log: fixed the "if=" parameter with buffering (ticket #625).Valentin Bartenev2014-09-131-21/+20
* Upstream: limited next_upstream time and tries (ticket #544).Roman Arutyunyan2014-09-128-2/+127
* Upstream: included backup peers into peer.tries.Roman Arutyunyan2014-09-122-12/+6
* Upstream keepalive: removed "single" parameter remnants.Maxim Dounin2014-09-111-20/+1
* Added warning about unset cache keys.Maxim Dounin2014-09-113-0/+15
* Style.Maxim Dounin2014-09-112-2/+4
* Upstream: avoided directly terminating the connection.FengGu2014-08-131-0/+5
* Added ngx_init_setproctitle() return code check.Maxim Dounin2014-09-082-3/+5
* Fixed ETag memory allocation error handling.Maxim Dounin2014-09-081-0/+1
* Core: ngx_regex_compile() error handling fixes.Maxim Dounin2014-09-081-3/+11
* SSL: guard use of all SSL options for bug workarounds.Piotr Sikora2014-09-031-0/+17
* Upstream: suppressed the file cache slab allocator error messages.Roman Arutyunyan2014-09-051-0/+4
* Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev2014-09-0114-53/+48
* Events: removed broken thread support from posted events.Valentin Bartenev2014-09-0120-454/+64
* Mail: initialize the "signature" field of ngx_mail_session_t.Valentin Bartenev2014-09-011-0/+2
* Upstream: improved configuration parser diagnostics.Ruslan Ermilov2014-09-011-5/+13
* Headers filter: "add_header" with "always" parameter (ticket #98).Sergey Kandaurov2014-08-291-13/+41
* Variables: updated list of prefixes in ngx_http_rewrite_set().Maxim Dounin2014-08-271-1/+5
* Variables: fixed non-indexed access of prefix vars (ticket #600).Maxim Dounin2014-08-271-2/+5
* SPDY: added a comment about handling stream with the timer set.Valentin Bartenev2014-08-181-0/+5
* SPDY: avoid setting timeout on stream events in ngx_http_writer().Valentin Bartenev2014-08-271-0/+6
* Resolver: notify all waiting requests on timeout.Ruslan Ermilov2014-08-191-8/+16
* Stub status: corrected the "stub_status" directive.Ruslan Ermilov2014-08-261-1/+1
* Sub filter: fixed matching for a single character.Valentin Bartenev2014-08-251-0/+8
* Mail: fixed number of arguments allowed in the listen directive.Valentin Bartenev2014-08-201-1/+1