Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-16nginx-1.6.2-RELEASErelease-1.6.2Maxim Dounin
2014-09-15Updated OpenSSL used for win32 builds.Maxim Dounin
2014-09-15SSL: session id context now includes certificate hash.Maxim Dounin
2014-08-19Resolver: notify all waiting requests on timeout.Ruslan Ermilov
2014-07-16Resolver: fixed resend on malformed responses.Ruslan Ermilov
2014-09-15Version bump.Maxim Dounin
2014-08-05release-1.6.1 tagMaxim Dounin
2014-08-05nginx-1.6.1-RELEASErelease-1.6.1Maxim Dounin
2014-08-05Mail: discard pipelined commands after SMTP STARTTLS.Maxim Dounin
2014-07-18Reset of r->uri.len on URI parsing errors.Maxim Dounin
2014-07-04Updated PCRE used for win32 builds.Maxim Dounin
2014-06-17Updated OpenSSL used for win32 builds.Maxim Dounin
2014-05-21Mail: added a check for the number of arguments in MAIL/RCPT.Maxim Dounin
2014-08-05Version bump.Maxim Dounin
2014-04-24release-1.6.0 tagMaxim Dounin
2014-04-24nginx-1.6.0-RELEASErelease-1.6.0Maxim Dounin
2014-04-23Missed comma fixed. A couple of Latin symbols plugged intoMaxim Konovalov
2014-04-18Version bump.Maxim Dounin
2014-04-18stable-1.6 branchMaxim Dounin
2014-04-16SPDY: fixed typo in log message.Valentin Bartenev
2014-04-16Fixed missing "static" in declaration of ngx_http_gzip_quantity().Valentin Bartenev
2014-04-09SPDY: moved a variable initialization near to its check.Valentin Bartenev
2014-04-08SPDY: fixed arguments supplied for an error message.Valentin Bartenev
2014-04-08Version bump.Valentin Bartenev
2014-04-08release-1.5.13 tagMaxim Dounin
2014-04-08nginx-1.5.13-RELEASErelease-1.5.13Maxim Dounin
2014-04-08Updated OpenSSL used for win32 builds.Maxim Dounin
2014-04-07SPDY: avoid creating flush frames.Valentin Bartenev
2014-04-07SPDY: consistently handle control frames with unknown type.Valentin Bartenev
2014-04-07SPDY: refactored ngx_http_spdy_state_read_data().Valentin Bartenev
2014-04-07SPDY: better detect premature closing of stream.Valentin Bartenev
2014-04-07Win32: fixed shared ssl_session_cache (ticket #528).Maxim Dounin
2014-04-07Win32: fixed link flags with MSVC, broken by bfe536716dbf.Maxim Dounin
2014-04-01Mp4: allow end values bigger than track duration.Roman Arutyunyan
2014-03-31Adjusted default value of types_hash_bucket_size (ticket #352).Maxim Dounin
2014-03-31Core: fixed hash to actually try max_size.Maxim Dounin
2014-03-31Core: hash now ignores bucket_size if it hits max_size limit.Maxim Dounin
2014-03-31Core: slab log_nomem flag.Maxim Dounin
2014-03-31Win32: fixed cpu hog by cache manager on exit (ticket #514).Maxim Dounin
2014-03-31Mail: fixed ngx_mail_send() (ticket #519).Maxim Dounin
2014-03-31Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define.Maxim Dounin
2014-03-31Mp4: improved logging after adding "end" support.Roman Arutyunyan
2014-03-31Mp4: fixed seeking to a track end.Roman Arutyunyan
2014-03-28SPDY: detect premature closing of stream.Valentin Bartenev
2014-03-28SPDY: fixed the DATA frame length handling in case of some errors.Valentin Bartenev
2014-03-26SPDY: better detect if headers block has wrong entries count.Valentin Bartenev
2014-03-26SPDY: detect premature end of frame while start parsing headers.Valentin Bartenev
2014-03-25Apply underscores_in_headers also to the first character.Piotr Sikora
2014-03-25Increased default value of variables_hash_max_size.Andrei Belov
2014-03-24Mp4: skipped empty stss atom table in output.Sergey Kandaurov