summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-28Docs: xslt regenerated.Maxim Dounin1-143/+83
2014-02-28Docs: switched from java XSLScript to xslscript.pl.Maxim Dounin2-38/+3
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 Dounin2-0/+9
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-04release-1.5.10 tagMaxim Dounin1-0/+1
2014-02-04nginx-1.5.10-RELEASErelease-1.5.10Maxim Dounin1-0/+79
2014-02-04SPDY: fixed parsing of the priority field.Shigeki Ohtsu1-1/+1
2014-02-04Updated PCRE used for win32 builds.Maxim Dounin1-1/+1
2014-02-04Core: added ngx_encode_base64url().Maxim Dounin2-12/+38
2014-01-30Core: handle getsockopt(TCP_FASTOPEN) failures.Piotr Sikora3-4/+10
2014-01-31SPDY: protocol implementation switched to spdy/3.1.Valentin Bartenev4-135/+815
2014-01-31Fixed false compiler warning.Vladimir Homutov1-0/+4
2014-01-30Fixed a compile warning introduced by 01e2a5bcdd8f.Ruslan Ermilov1-3/+4
2014-01-30Proxy: fixed upstream search by proxy_pass with variables.Ruslan Ermilov1-1/+1
2014-01-28SSL: support ALPN (IETF's successor to NPN).Piotr Sikora4-9/+89
2014-01-29Mp4: fix seeks to standalone last chunk.Roman Arutyunyan1-1/+1
2014-01-29Mp4: skip tracks shorter than seek position (ticket #414).Roman Arutyunyan1-6/+31
2014-01-29Mp4: fix seeks after the last key frame.Roman Arutyunyan1-5/+2
2014-01-28Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin2-24/+7
2014-01-28SSI: fixed $date_local and $date_gmt without SSI (ticket #230).Maxim Dounin1-5/+8
2014-01-28Configure: enabled -Werror for clang.Ruslan Ermilov1-1/+1