index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-03
SPDY: fixed potential integer overflow while parsing headers.
Valentin Bartenev
1
-34
/
+24
2014-03-03
SPDY: constant number of preallocated structures for headers.
Valentin Bartenev
1
-1
/
+1
2014-03-03
Request body: avoid potential overflow.
Maxim Dounin
1
-4
/
+4
2014-03-03
Gzip static: fixed NGX_CONF_FLAG misuse.
Valentin Bartenev
1
-1
/
+1
2014-02-27
Disabled redirects to named locations if URI is not set.
Maxim Dounin
1
-0
/
+8
2014-02-22
Core: allocate enough memory to hold IPv6 text address plus port.
Ruslan Ermilov
1
-1
/
+1
2014-02-20
Resolver: properly handle connect() failures.
Ruslan Ermilov
1
-11
/
+11
2014-02-20
Upstream: fixed error message wording.
Konstantin Pavlov
1
-1
/
+1
2014-02-19
Access: supplemented the obfuscated code with a comment.
Ruslan Ermilov
1
-1
/
+5
2014-02-18
Upstream: ngx_post_event() instead of upgraded call (ticket #503).
Maxim Dounin
1
-0
/
+2
2014-02-14
Mp4: remove useless leading stsc entry in result mp4.
Roman Arutyunyan
1
-1
/
+1
2014-02-13
Win32: MSVC 2013 compatibility.
Maxim Dounin
1
-0
/
+8
2014-02-12
SPDY: fixed reversed priority order in window waiting queue.
Valentin Bartenev
2
-1
/
+7
2014-02-11
Upstream: fix $upstream_status variable.
Piotr Sikora
4
-6
/
+6
2014-02-11
SPDY: fixed parsing of http version.
Xiaochen Wang
1
-0
/
+4
2014-02-11
SSL: the $ssl_session_reused variable.
Maxim Dounin
3
-0
/
+19
2014-02-04
Range filter: fixed duplicate charset.
Ruslan Ermilov
1
-4
/
+8
2014-02-03
Use ngx_socket_errno where appropriate.
Piotr Sikora
5
-11
/
+11
2014-02-05
Version bump.
Maxim Dounin
1
-2
/
+2
2014-02-04
SPDY: fixed parsing of the priority field.
Shigeki Ohtsu
1
-1
/
+1
2014-02-04
Core: added ngx_encode_base64url().
Maxim Dounin
2
-12
/
+38
2014-01-30
Core: handle getsockopt(TCP_FASTOPEN) failures.
Piotr Sikora
3
-4
/
+10
2014-01-31
SPDY: protocol implementation switched to spdy/3.1.
Valentin Bartenev
4
-135
/
+815
2014-01-31
Fixed false compiler warning.
Vladimir Homutov
1
-0
/
+4
2014-01-30
Fixed a compile warning introduced by 01e2a5bcdd8f.
Ruslan Ermilov
1
-3
/
+4
2014-01-30
Proxy: fixed upstream search by proxy_pass with variables.
Ruslan Ermilov
1
-1
/
+1
2014-01-28
SSL: support ALPN (IETF's successor to NPN).
Piotr Sikora
4
-9
/
+89
2014-01-29
Mp4: fix seeks to standalone last chunk.
Roman Arutyunyan
1
-1
/
+1
2014-01-29
Mp4: skip tracks shorter than seek position (ticket #414).
Roman Arutyunyan
1
-6
/
+31
2014-01-29
Mp4: fix seeks after the last key frame.
Roman Arutyunyan
1
-5
/
+2
2014-01-28
Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Maxim Dounin
2
-24
/
+7
2014-01-28
SSI: fixed $date_local and $date_gmt without SSI (ticket #230).
Maxim Dounin
1
-5
/
+8
2014-01-23
Typo fixed.
Tatsuhiko Kubo
1
-1
/
+1
2014-01-23
SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.
Maxim Dounin
1
-0
/
+4
2014-01-23
Version bump.
Maxim Dounin
1
-2
/
+2
2014-01-22
Upstream: reading from a client after connection upgrade.
Maxim Dounin
1
-5
/
+1
2014-01-22
SSL: fixed $ssl_session_id variable.
Maxim Dounin
1
-13
/
+3
2014-01-20
SPDY: use ngx_queue_t to queue streams for post processing.
Valentin Bartenev
3
-24
/
+18
2014-01-22
SPDY: store the length of frame instead of its whole size.
Valentin Bartenev
3
-21
/
+20
2014-01-22
SPDY: use frame->next pointer to chain free frames.
Valentin Bartenev
3
-11
/
+7
2014-01-22
SPDY: proper handling of all RST_STREAM statuses.
Valentin Bartenev
1
-39
/
+28
2014-01-22
SPDY: removed state to check first SETTINGS frame.
Valentin Bartenev
1
-58
/
+15
2014-01-22
SPDY: better name for frame entries counter.
Valentin Bartenev
2
-12
/
+13
2014-01-22
SPDY: fixed possible segfault.
Valentin Bartenev
1
-0
/
+4
2014-01-17
Mail: fixed passing of IPv6 client address in XCLIENT.
Ruslan Ermilov
1
-5
/
+28
2014-01-17
Core: improved ngx_reset_pool() (ticket #490).
Maxim Dounin
1
-2
/
+5
2014-01-15
SPDY: send output queue after processing of read event.
Valentin Bartenev
1
-0
/
+5
2014-01-15
SPDY: the SETTINGS frame should be allocated from sc->pool.
Valentin Bartenev
1
-8
/
+5
2014-01-15
SPDY: fixed possible uninitialized memory access.
Valentin Bartenev
1
-2
/
+2
2014-01-15
SPDY: fixed off_t/size_t type conversions on 32 bits platforms.
Valentin Bartenev
1
-5
/
+4
[next]