summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDY: consistently handle control frames with unknown type.Valentin Bartenev2014-04-071-5/+10
* SPDY: refactored ngx_http_spdy_state_read_data().Valentin Bartenev2014-04-071-7/+2
* SPDY: better detect premature closing of stream.Valentin Bartenev2014-04-071-0/+10
* Win32: fixed shared ssl_session_cache (ticket #528).Maxim Dounin2014-04-071-3/+3
* Win32: fixed link flags with MSVC, broken by bfe536716dbf.Maxim Dounin2014-04-071-1/+1
* Mp4: allow end values bigger than track duration.Roman Arutyunyan2014-04-011-4/+14
* Adjusted default value of types_hash_bucket_size (ticket #352).Maxim Dounin2014-03-311-2/+1
* Core: fixed hash to actually try max_size.Maxim Dounin2014-03-311-1/+1
* Core: hash now ignores bucket_size if it hits max_size limit.Maxim Dounin2014-03-311-8/+5
* Core: slab log_nomem flag.Maxim Dounin2014-03-314-2/+14
* Win32: fixed cpu hog by cache manager on exit (ticket #514).Maxim Dounin2014-03-311-3/+3
* Mail: fixed ngx_mail_send() (ticket #519).Maxim Dounin2014-03-311-0/+7
* Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define.Maxim Dounin2014-03-311-0/+2
* Mp4: improved logging after adding "end" support.Roman Arutyunyan2014-03-311-27/+71
* Mp4: fixed seeking to a track end.Roman Arutyunyan2014-03-311-2/+2
* SPDY: detect premature closing of stream.Valentin Bartenev2014-03-281-4/+13
* SPDY: fixed the DATA frame length handling in case of some errors.Valentin Bartenev2014-03-281-1/+2
* SPDY: better detect if headers block has wrong entries count.Valentin Bartenev2014-03-261-4/+4
* SPDY: detect premature end of frame while start parsing headers.Valentin Bartenev2014-03-261-0/+9
* Apply underscores_in_headers also to the first character.Piotr Sikora2014-03-241-0/+13
* Increased default value of variables_hash_max_size.Andrei Belov2014-03-251-1/+1
* Mp4: skipped empty stss atom table in output.Sergey Kandaurov2014-03-241-8/+13
* Range filter: single_range flag in request.Maxim Dounin2014-03-214-2/+11
* Mp4: added "end" argument support.Roman Arutyunyan2014-03-201-89/+377
* Mp4: moved atom cropping code out of update functions.Roman Arutyunyan2014-03-201-85/+176
* SPDY: improved ngx_http_spdy_state_save() again.Maxim Dounin2014-03-191-2/+2
* Macros used for initialization in ngx_http_core_init_main_conf().Maxim Dounin2014-03-191-14/+5
* SPDY: improved ngx_http_spdy_state_save() check.Maxim Dounin2014-03-191-3/+5
* SPDY: macro used for recv_buffer_size initialization.Maxim Dounin2014-03-191-3/+1