summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo fixed.Tatsuhiko Kubo2014-01-231-1/+1
* SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.Maxim Dounin2014-01-231-0/+4
* Version bump.Maxim Dounin2014-01-231-2/+2
* release-1.5.9 tagMaxim Dounin2014-01-221-0/+1
* nginx-1.5.9-RELEASErelease-1.5.9Maxim Dounin2014-01-221-0/+142
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-01-221-1/+1
* Upstream: reading from a client after connection upgrade.Maxim Dounin2014-01-221-5/+1
* SSL: fixed $ssl_session_id variable.Maxim Dounin2014-01-221-13/+3
* SPDY: use ngx_queue_t to queue streams for post processing.Valentin Bartenev2014-01-203-24/+18
* SPDY: store the length of frame instead of its whole size.Valentin Bartenev2014-01-223-21/+20
* SPDY: use frame->next pointer to chain free frames.Valentin Bartenev2014-01-223-11/+7
* SPDY: proper handling of all RST_STREAM statuses.Valentin Bartenev2014-01-221-39/+28
* SPDY: removed state to check first SETTINGS frame.Valentin Bartenev2014-01-221-58/+15
* SPDY: better name for frame entries counter.Valentin Bartenev2014-01-222-12/+13
* SPDY: fixed possible segfault.Valentin Bartenev2014-01-221-0/+4
* Typo fixed.Maxim Dounin2014-01-211-1/+1
* Mail: fixed passing of IPv6 client address in XCLIENT.Ruslan Ermilov2014-01-171-5/+28
* Core: improved ngx_reset_pool() (ticket #490).Maxim Dounin2014-01-171-2/+5
* SPDY: send output queue after processing of read event.Valentin Bartenev2014-01-151-0/+5
* SPDY: the SETTINGS frame should be allocated from sc->pool.Valentin Bartenev2014-01-151-8/+5
* SPDY: fixed possible uninitialized memory access.Valentin Bartenev2014-01-151-2/+2
* SPDY: fixed off_t/size_t type conversions on 32 bits platforms.Valentin Bartenev2014-01-151-5/+4
* SPDY: fixed build, broken by b7ee1bae0ffa.Valentin Bartenev2014-01-151-0/+4
* SPDY: added the "spdy_chunk_size" directive.Valentin Bartenev2014-01-143-6/+74
* SPDY: implemented buffers chain splitting.Valentin Bartenev2014-01-142-28/+164
* SPDY: body filter was replaced by c->send_chain() function.Valentin Bartenev2014-01-143-57/+43
* SPDY: fixed possible premature close of stream.Valentin Bartenev2014-01-141-0/+1
* SPDY: refactored ngx_http_spdy_body_filter().Valentin Bartenev2014-01-141-5/+8
* SPDY: elimination of r->blocked counter usage for queuing frames.Valentin Bartenev2014-01-142-16/+10
* SPDY: better name for flag that indicates incomplete frame state.Valentin Bartenev2014-01-142-5/+5
* SPDY: better name for queued frames counter.Valentin Bartenev2014-01-143-11/+12
* SPDY: fixed format specifiers in logging.Valentin Bartenev2014-01-141-6/+6
* Year 2014.Valentin Bartenev2014-01-141-2/+2
* Resolver: added support for domain names with a trailing dot.Yichun Zhang2014-01-101-0/+4