summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 Arutyunyan12-4/+248
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-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-04Version bump.Roman Arutyunyan1-2/+2
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
2014-02-27Disabled redirects to named locations if URI is not set.Maxim Dounin1-0/+8
2014-02-22Core: allocate enough memory to hold IPv6 text address plus port.Ruslan Ermilov1-1/+1
2014-02-20Resolver: properly handle connect() failures.Ruslan Ermilov1-11/+11
2014-02-20Upstream: fixed error message wording.Konstantin Pavlov1-1/+1
2014-02-19Access: supplemented the obfuscated code with a comment.Ruslan Ermilov1-1/+5
2014-02-18Upstream: ngx_post_event() instead of upgraded call (ticket #503).Maxim Dounin1-0/+2
2014-02-14Mp4: remove useless leading stsc entry in result mp4.Roman Arutyunyan1-1/+1
2014-02-13Win32: MSVC 2013 compatibility.Maxim Dounin1-0/+8
2014-02-12SPDY: fixed reversed priority order in window waiting queue.Valentin Bartenev2-1/+7
2014-02-11Upstream: fix $upstream_status variable.Piotr Sikora4-6/+6
2014-02-11SPDY: fixed parsing of http version.Xiaochen Wang1-0/+4
2014-02-11SSL: the $ssl_session_reused variable.Maxim Dounin3-0/+19
2014-02-04Range filter: fixed duplicate charset.Ruslan Ermilov1-4/+8
2014-02-03Use ngx_socket_errno where appropriate.Piotr Sikora5-11/+11
2014-02-05Version bump.Maxim Dounin1-2/+2
2014-02-04SPDY: fixed parsing of the priority field.Shigeki Ohtsu1-1/+1
2014-02-04Core: added ngx_encode_base64url().Maxim Dounin2-12/+38