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