summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.5.12-RELEASErelease-1.5.12Maxim Dounin2014-03-181-0/+46
* SPDY: always check size of data to be saved into state buffer.Maxim Dounin2014-03-181-1/+1
* Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan2014-03-1713-6/+252
* FastCGI: f->split_parts reset on request start.Maxim Dounin2014-03-171-0/+11
* Core: fixed wrong indices in listening sockets compare loops.Maxim Dounin2014-03-071-3/+3
* MIME: added application/xspf+xml MIME type (ticket #479).Filipe da Silva2014-03-061-0/+1
* Added connection serial number in logging of left open sockets.Sergey Kandaurov2014-03-062-4/+4
* Fixed format specifier in logging of "c->number".Sergey Kandaurov2014-03-064-4/+4
* MIME: added video/mp2t and application/vnd.apple.mpegurl types.Roman Arutyunyan2014-03-041-0/+2
* Version bump.Roman Arutyunyan2014-03-041-2/+2
* release-1.5.11 tagMaxim Dounin2014-03-041-0/+1
* nginx-1.5.11-RELEASErelease-1.5.11Maxim Dounin2014-03-041-0/+110
* SPDY: fixed potential integer overflow while parsing headers.Valentin Bartenev2014-03-031-34/+24
* SPDY: constant number of preallocated structures for headers.Valentin Bartenev2014-03-031-1/+1
* Request body: avoid potential overflow.Maxim Dounin2014-03-031-4/+4
* Gzip static: fixed NGX_CONF_FLAG misuse.Valentin Bartenev2014-03-031-1/+1
* Docs: xslt regenerated.Maxim Dounin2014-02-281-143/+83
* Docs: switched from java XSLScript to xslscript.pl.Maxim Dounin2014-02-282-38/+3
* Disabled redirects to named locations if URI is not set.Maxim Dounin2014-02-271-0/+8
* Core: allocate enough memory to hold IPv6 text address plus port.Ruslan Ermilov2014-02-221-1/+1
* Resolver: properly handle connect() failures.Ruslan Ermilov2014-02-201-11/+11
* Upstream: fixed error message wording.Konstantin Pavlov2014-02-201-1/+1
* Access: supplemented the obfuscated code with a comment.Ruslan Ermilov2014-02-191-1/+5
* Upstream: ngx_post_event() instead of upgraded call (ticket #503).Maxim Dounin2014-02-181-0/+2
* Mp4: remove useless leading stsc entry in result mp4.Roman Arutyunyan2014-02-141-1/+1
* Win32: MSVC 2013 compatibility.Maxim Dounin2014-02-132-0/+9
* SPDY: fixed reversed priority order in window waiting queue.Valentin Bartenev2014-02-122-1/+7
* Upstream: fix $upstream_status variable.Piotr Sikora2014-02-114-6/+6
* SPDY: fixed parsing of http version.Xiaochen Wang2014-02-111-0/+4
* SSL: the $ssl_session_reused variable.Maxim Dounin2014-02-113-0/+19
* Range filter: fixed duplicate charset.Ruslan Ermilov2014-02-041-4/+8
* Use ngx_socket_errno where appropriate.Piotr Sikora2014-02-035-11/+11
* Version bump.Maxim Dounin2014-02-051-2/+2
* release-1.5.10 tagMaxim Dounin2014-02-041-0/+1
* nginx-1.5.10-RELEASErelease-1.5.10Maxim Dounin2014-02-041-0/+79
* SPDY: fixed parsing of the priority field.Shigeki Ohtsu2014-02-041-1/+1
* Updated PCRE used for win32 builds.Maxim Dounin2014-02-041-1/+1
* Core: added ngx_encode_base64url().Maxim Dounin2014-02-042-12/+38
* Core: handle getsockopt(TCP_FASTOPEN) failures.Piotr Sikora2014-01-303-4/+10
* SPDY: protocol implementation switched to spdy/3.1.Valentin Bartenev2014-01-314-135/+815
* Fixed false compiler warning.Vladimir Homutov2014-01-311-0/+4
* Fixed a compile warning introduced by 01e2a5bcdd8f.Ruslan Ermilov2014-01-301-3/+4
* Proxy: fixed upstream search by proxy_pass with variables.Ruslan Ermilov2014-01-301-1/+1
* SSL: support ALPN (IETF's successor to NPN).Piotr Sikora2014-01-284-9/+89
* Mp4: fix seeks to standalone last chunk.Roman Arutyunyan2014-01-291-1/+1
* Mp4: skip tracks shorter than seek position (ticket #414).Roman Arutyunyan2014-01-291-6/+31
* Mp4: fix seeks after the last key frame.Roman Arutyunyan2014-01-291-5/+2
* Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin2014-01-282-24/+7
* SSI: fixed $date_local and $date_gmt without SSI (ticket #230).Maxim Dounin2014-01-281-5/+8
* Configure: enabled -Werror for clang.Ruslan Ermilov2014-01-281-1/+1