summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* release-1.6.3 tagbranches/stable-1.6Maxim Dounin2015-04-07-0/+2
* nginx-1.6.3 changes fixrelease-1.6.3Maxim Dounin2015-04-07-1/+1
* release-1.6.3 tagMaxim Dounin2015-04-07-0/+1
* nginx-1.6.3-RELEASEMaxim Dounin2015-04-07-0/+69
* Updated OpenSSL used for win32 builds.Maxim Dounin2015-03-23-1/+1
* Overflow detection in ngx_http_parse_chunked().Ruslan Ermilov2015-03-17-4/+8
* Overflow detection in ngx_http_range_parse().Ruslan Ermilov2015-03-17-1/+12
* Overflow detection in ngx_inet_addr().Ruslan Ermilov2015-03-17-2/+6
* Core: overflow detection in ngx_parse_time() (ticket #732).Ruslan Ermilov2015-03-17-16/+37
* Refactored ngx_parse_time().Ruslan Ermilov2015-03-17-3/+1
* Core: overflow detection in number parsing functions.Ruslan Ermilov2015-03-17-52/+72
* Core: expose maximum values of time_t and ngx_int_t.Ruslan Ermilov2015-03-17-0/+5
* Core: fixed potential buffer overrun when initializing hash.Maxim Dounin2015-02-24-1/+1
* Core: fixed a race resulting in extra sem_post()'s.Roman Arutyunyan2015-02-04-1/+2
* Fixed post_action to not trigger "header already sent" alert.Maxim Dounin2014-11-28-0/+4
* SPDY: push pending data while closing a stream as with keepalive.Valentin Bartenev2014-11-21-1/+51
* Resolver: fixed use-after-free memory access.Ruslan Ermilov2014-11-20-4/+4
* SSL: logging level of "inappropriate fallback" (ticket #662).Maxim Dounin2014-11-17-0/+3
* Fixed possible buffer overrun in "too long header line" logging.Maxim Dounin2014-10-08-3/+2
* Core: fixed buffer overrun when hash max_size reached.Yichun Zhang2014-10-02-0/+2
* Version bump.Maxim Dounin2015-04-06-2/+2
* release-1.6.2 tagMaxim Dounin2014-09-16-0/+1
* nginx-1.6.2-RELEASErelease-1.6.2Maxim Dounin2014-09-16-0/+45
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-09-15-1/+1
* SSL: session id context now includes certificate hash.Maxim Dounin2014-09-15-2/+96
* Resolver: notify all waiting requests on timeout.Ruslan Ermilov2014-08-19-8/+16
* Resolver: fixed resend on malformed responses.Ruslan Ermilov2014-07-16-2/+27
* Version bump.Maxim Dounin2014-09-15-2/+2
* release-1.6.1 tagMaxim Dounin2014-08-05-0/+1
* nginx-1.6.1-RELEASErelease-1.6.1Maxim Dounin2014-08-05-0/+46
* Mail: discard pipelined commands after SMTP STARTTLS.Maxim Dounin2014-08-05-0/+3
* Reset of r->uri.len on URI parsing errors.Maxim Dounin2014-07-18-0/+2
* Updated PCRE used for win32 builds.Maxim Dounin2014-07-04-1/+1
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-06-17-1/+1
* Mail: added a check for the number of arguments in MAIL/RCPT.Maxim Dounin2014-05-21-0/+10
* Version bump.Maxim Dounin2014-08-05-2/+2
* release-1.6.0 tagMaxim Dounin2014-04-24-0/+1
* nginx-1.6.0-RELEASErelease-1.6.0Maxim Dounin2014-04-24-0/+14
* Missed comma fixed. A couple of Latin symbols plugged intoMaxim Konovalov2014-04-23-3/+3
* Version bump.Maxim Dounin2014-04-18-2/+2
* stable-1.6 branchMaxim Dounin2014-04-18-0/+0
* SPDY: fixed typo in log message.Valentin Bartenev2014-04-16-1/+1
* Fixed missing "static" in declaration of ngx_http_gzip_quantity().Valentin Bartenev2014-04-16-1/+1
* SPDY: moved a variable initialization near to its check.Valentin Bartenev2014-04-09-2/+2
* SPDY: fixed arguments supplied for an error message.Valentin Bartenev2014-04-08-1/+1
* Version bump.Valentin Bartenev2014-04-08-2/+2
* release-1.5.13 tagMaxim Dounin2014-04-08-0/+1
* nginx-1.5.13-RELEASErelease-1.5.13Maxim Dounin2014-04-08-0/+93
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-04-08-1/+1
* SPDY: avoid creating flush frames.Valentin Bartenev2014-04-07-33/+42