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