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
Age
Commit message (
Expand
)
Author
Files
Lines
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
release-1.5.9 tag
Maxim Dounin
1
-0
/
+1
2014-01-22
nginx-1.5.9-RELEASE
release-1.5.9
Maxim Dounin
1
-0
/
+142
2014-01-22
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
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-21
Typo fixed.
Maxim Dounin
1
-1
/
+1
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
2014-01-15
SPDY: fixed build, broken by b7ee1bae0ffa.
Valentin Bartenev
1
-0
/
+4
2014-01-14
SPDY: added the "spdy_chunk_size" directive.
Valentin Bartenev
3
-6
/
+74
2014-01-14
SPDY: implemented buffers chain splitting.
Valentin Bartenev
2
-28
/
+164
2014-01-14
SPDY: body filter was replaced by c->send_chain() function.
Valentin Bartenev
3
-57
/
+43
2014-01-14
SPDY: fixed possible premature close of stream.
Valentin Bartenev
1
-0
/
+1
2014-01-14
SPDY: refactored ngx_http_spdy_body_filter().
Valentin Bartenev
1
-5
/
+8
2014-01-14
SPDY: elimination of r->blocked counter usage for queuing frames.
Valentin Bartenev
2
-16
/
+10
2014-01-14
SPDY: better name for flag that indicates incomplete frame state.
Valentin Bartenev
2
-5
/
+5
2014-01-14
SPDY: better name for queued frames counter.
Valentin Bartenev
3
-11
/
+12
2014-01-14
SPDY: fixed format specifiers in logging.
Valentin Bartenev
1
-6
/
+6
2014-01-14
Year 2014.
Valentin Bartenev
1
-2
/
+2
2014-01-10
Resolver: added support for domain names with a trailing dot.
Yichun Zhang
1
-0
/
+4
2014-01-14
SSL: fixed ssl_verify_depth to take only one argument.
Maxim Dounin
1
-1
/
+1
2014-01-10
SSL: ssl_session_tickets directive.
Dirkjan Bussink
4
-0
/
+35
2014-01-04
Fixed "zero size buf in output" alerts.
Maxim Dounin
1
-21
/
+37
2014-01-04
Win32: support for UTF-16 surrogate pairs (ticket #457).
Maxim Dounin
1
-2
/
+21
2014-01-04
Upstream: Cache-Control preferred over Expires.
Maxim Dounin
1
-1
/
+1
2014-01-04
Added per-process random seeding (ticket #456).
Maxim Dounin
2
-1
/
+3
2014-01-04
Allowed up to two EBUSY errors from sendfile().
Maxim Dounin
2
-2
/
+5
2013-12-27
Fixed setting of content type in some cases.
Ruslan Ermilov
3
-0
/
+4
2013-12-27
Style: removed surplus semicolons.
Valentin Bartenev
3
-3
/
+3
2013-12-26
SPDY: a bit smarter ngx_http_spdy_filter_get_data_frame().
Valentin Bartenev
1
-10
/
+10
2013-12-26
SPDY: refactored loop in ngx_http_spdy_body_filter().
Valentin Bartenev
1
-9
/
+5
2013-12-26
SPDY: fixed possible request hang.
Valentin Bartenev
3
-11
/
+23
2013-12-23
Dav: emit a warning about unsafe URI.
Ruslan Ermilov
1
-1
/
+1
2013-12-23
Teach ngx_http_parse_unsafe_uri() how to unescape URIs.
Ruslan Ermilov
2
-17
/
+60
2013-12-23
Detect more unsafe URIs in ngx_http_parse_unsafe_uri().
Ruslan Ermilov
1
-3
/
+7
2013-12-23
Upstream: keep $upstream_http_x_accel_redirect intact.
Ruslan Ermilov
1
-4
/
+4
[prev]
[next]