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