summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-31Core: slab log_nomem flag.Maxim Dounin4-2/+14
2014-03-31Win32: fixed cpu hog by cache manager on exit (ticket #514).Maxim Dounin1-3/+3
2014-03-31Mail: fixed ngx_mail_send() (ticket #519).Maxim Dounin1-0/+7
2014-03-31Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define.Maxim Dounin1-0/+2
2014-03-31Mp4: improved logging after adding "end" support.Roman Arutyunyan1-27/+71
2014-03-31Mp4: fixed seeking to a track end.Roman Arutyunyan1-2/+2
2014-03-28SPDY: detect premature closing of stream.Valentin Bartenev1-4/+13
2014-03-28SPDY: fixed the DATA frame length handling in case of some errors.Valentin Bartenev1-1/+2
2014-03-26SPDY: better detect if headers block has wrong entries count.Valentin Bartenev1-4/+4
2014-03-26SPDY: detect premature end of frame while start parsing headers.Valentin Bartenev1-0/+9
2014-03-24Apply underscores_in_headers also to the first character.Piotr Sikora1-0/+13
2014-03-25Increased default value of variables_hash_max_size.Andrei Belov1-1/+1
2014-03-24Mp4: skipped empty stss atom table in output.Sergey Kandaurov1-8/+13
2014-03-21Range filter: single_range flag in request.Maxim Dounin4-2/+11
2014-03-20Mp4: added "end" argument support.Roman Arutyunyan1-89/+377
2014-03-20Mp4: moved atom cropping code out of update functions.Roman Arutyunyan1-85/+176
2014-03-19SPDY: improved ngx_http_spdy_state_save() again.Maxim Dounin1-2/+2
2014-03-19Macros used for initialization in ngx_http_core_init_main_conf().Maxim Dounin1-14/+5
2014-03-19SPDY: improved ngx_http_spdy_state_save() check.Maxim Dounin1-3/+5
2014-03-19SPDY: macro used for recv_buffer_size initialization.Maxim Dounin1-3/+1
2014-03-18Version bump.Maxim Dounin1-2/+2
2014-03-18release-1.5.12 tagMaxim Dounin1-0/+1
2014-03-18nginx-1.5.12-RELEASErelease-1.5.12Maxim Dounin1-0/+46
2014-03-18SPDY: always check size of data to be saved into state buffer.Maxim Dounin1-1/+1
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan13-6/+252
2014-03-17FastCGI: f->split_parts reset on request start.Maxim Dounin1-0/+11
2014-03-07Core: fixed wrong indices in listening sockets compare loops.Maxim Dounin1-3/+3
2014-03-06MIME: added application/xspf+xml MIME type (ticket #479).Filipe da Silva1-0/+1
2014-03-06Added connection serial number in logging of left open sockets.Sergey Kandaurov2-4/+4
2014-03-06Fixed format specifier in logging of "c->number".Sergey Kandaurov4-4/+4
2014-03-04MIME: added video/mp2t and application/vnd.apple.mpegurl types.Roman Arutyunyan1-0/+2
2014-03-04Version bump.Roman Arutyunyan1-2/+2
2014-03-04release-1.5.11 tagMaxim Dounin1-0/+1
2014-03-04nginx-1.5.11-RELEASErelease-1.5.11Maxim Dounin1-0/+110
2014-03-03SPDY: fixed potential integer overflow while parsing headers.Valentin Bartenev1-34/+24
2014-03-03SPDY: constant number of preallocated structures for headers.Valentin Bartenev1-1/+1
2014-03-03Request body: avoid potential overflow.Maxim Dounin1-4/+4
2014-03-03Gzip static: fixed NGX_CONF_FLAG misuse.Valentin Bartenev1-1/+1