summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2014-04-30SPDY: removed ngx_http_spdy_state_headers_error().Valentin Bartenev1-20/+6
2014-05-15SPDY: prevented creation of RST_STREAM in protocol error state.Valentin Bartenev1-0/+1
2014-04-30SPDY: improved ngx_http_spdy_state_protocol_error().Valentin Bartenev1-9/+15
2014-04-30SPDY: fixed one case of improper memory allocation error handling.Valentin Bartenev1-1/+2
2014-05-14Style: use %N instead of '\n' where appropriate.Ruslan Ermilov2-2/+2
2014-05-14Core: use '\r' for CR and '\n' for LF definitions.Ruslan Ermilov1-3/+3
2014-04-29OCSP stapling: missing OCSP request free call.Filipe da Silva1-0/+2
2014-04-30Upstream: restored workaround for "if".Maxim Dounin1-3/+4
2014-04-30Core: improved ngx_conf_parse() error handling.Maxim Dounin1-1/+1
2014-04-30Core: fixed error handling in ngx_reopen_files().Maxim Dounin1-0/+6
2014-04-30Cache: added ngx_quit check to ngx_http_file_cache_expire().Maxim Dounin1-0/+5
2014-04-30Configure: typo fixed.Maxim Dounin1-1/+1
2014-04-29Upstream: added the "$upstream_cookie_<name>" variables.Vladimir Homutov5-3/+130
2013-11-18Proxy: fixed possible uninitialized memory access.Valentin Bartenev1-3/+3
2014-04-24Version bump.Valentin Bartenev1-2/+2
2014-04-24release-1.7.0 tagMaxim Dounin1-0/+1
2014-04-24nginx-1.7.0-RELEASErelease-1.7.0Maxim Dounin1-0/+41
2014-04-23SSL: explicit handling of empty names.Maxim Dounin1-0/+4
2014-04-23Missed comma fixed. A couple of Latin symbols plugged intoMaxim Konovalov1-3/+3
2014-04-22Upstream: for ssl name, non-aligned memory allocation is enough.Ruslan Ermilov1-1/+1
2014-04-22SSL: added explicit check for ngx_strlchr() result.Maxim Dounin1-0/+5
2014-04-21SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID.Valentin Bartenev1-10/+2
2014-04-21SPDY: Stream-ID restrictions according to specification.Valentin Bartenev1-2/+21
2014-04-21Documented the switch from java XSLScript to xslscript.pl.Ruslan Ermilov1-1/+1
2014-04-18Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on.Maxim Dounin1-0/+85
2014-04-18Upstream: proxy_ssl_verify and friends.Maxim Dounin5-1/+255
2014-04-18Upstream: proxy_ssl_name and proxy_ssl_server_name directives.Maxim Dounin3-0/+137
2014-04-18Upstream: plugged potential memory leak on reload.Maxim Dounin2-16/+16
2014-04-18SSL: $ssl_server_name variable.Maxim Dounin3-0/+27
2014-04-18SSL: fixed misuse of NGX_LOG_DEBUG_HTTP.Maxim Dounin1-3/+3
2014-04-18Version bump.Maxim Dounin1-2/+2
2014-04-15Access log: the "if" parameter of the "access_log" directive.Sergey Kandaurov1-10/+47
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
2014-04-07SPDY: refactored ngx_http_spdy_state_read_data().Valentin Bartenev1-7/+2
2014-04-07SPDY: better detect premature closing of stream.Valentin Bartenev1-0/+10
2014-04-07Win32: fixed shared ssl_session_cache (ticket #528).Maxim Dounin1-3/+3
2014-04-07Win32: fixed link flags with MSVC, broken by bfe536716dbf.Maxim Dounin1-1/+1
2014-04-01Mp4: allow end values bigger than track duration.Roman Arutyunyan1-4/+14
2014-03-31Adjusted default value of types_hash_bucket_size (ticket #352).Maxim Dounin1-2/+1
2014-03-31Core: fixed hash to actually try max_size.Maxim Dounin1-1/+1
2014-03-31Core: hash now ignores bucket_size if it hits max_size limit.Maxim Dounin1-8/+5