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
/
http
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-14
SPDY: body filter was replaced by c->send_chain() function.
Valentin Bartenev
2
-57
/
+40
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
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
2
-0
/
+17
2014-01-04
Fixed "zero size buf in output" alerts.
Maxim Dounin
1
-21
/
+37
2014-01-04
Upstream: Cache-Control preferred over Expires.
Maxim Dounin
1
-1
/
+1
2014-01-04
Allowed up to two EBUSY errors from sendfile().
Maxim Dounin
1
-2
/
+4
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
2013-12-20
SSL: ssl_buffer_size directive.
Maxim Dounin
2
-0
/
+15
2013-12-09
Upstream: simplified peer selection loop in the "ip_hash" module.
Vladimir Homutov
1
-18
/
+28
2013-12-18
SPDY: use predefined constant for size of the Stream-ID field.
Valentin Bartenev
1
-1
/
+1
2013-12-09
Resolver: implemented IPv6 name to address resolving.
Ruslan Ermilov
1
-1
/
+0
2013-12-06
Changed resolver API to use ngx_addr_t.
Ruslan Ermilov
3
-20
/
+30
2013-12-12
Trailing whitespace fix.
Maxim Dounin
1
-1
/
+1
2013-12-11
Use ngx_chain_get_free_buf() in pipe input filters.
Valentin Bartenev
2
-57
/
+15
2013-12-10
SPDY: drop the "delayed" flag when finalizing connection.
Valentin Bartenev
1
-0
/
+2
2013-12-09
Fixed handling of UNIX-domain sockets.
Ruslan Ermilov
1
-0
/
+12
2013-12-06
Fixed incorrect ngx_str_set() usage, broken in c82b2e020b9f.
Piotr Sikora
1
-1
/
+1
2013-12-04
Fixed build without SSL, broken by c82b2e020b9f.
Maxim Dounin
1
-3
/
+3
2013-12-04
SSL support in the uwsgi module.
Maxim Dounin
1
-7
/
+197
2013-12-03
Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Mathew Rodley
3
-0
/
+30
2013-12-03
Fixed "setfib=" on non-first listening socket.
Maxim Dounin
1
-0
/
+2
2013-12-03
Improved code readablity in ngx_http_upstream_init_round_robin().
Vladimir Homutov
1
-3
/
+3
2013-12-03
Fixed null pointer dereference with $upstream_cache_last_modified.
Ruslan Ermilov
1
-1
/
+2
2013-11-29
Upstream: skip empty cache headers.
Maxim Dounin
3
-3
/
+3
2013-11-19
Proper backtracking after space in a request line.
Ruslan Ermilov
1
-0
/
+2
2013-11-18
Upstream: cache revalidation with conditional requests.
Maxim Dounin
8
-6
/
+254
2013-11-11
SPDY: fixed request hang with the auth request module.
Valentin Bartenev
1
-1
/
+1
2013-10-31
Gunzip: proper error handling on gunzipping an empty response.
Maxim Dounin
1
-3
/
+7
2013-10-31
Gunzip: "error" logging level on inflate() errors.
Maxim Dounin
1
-1
/
+1
2013-10-31
Removed extra allocation for $sent_http_last_modified.
Maxim Dounin
1
-2
/
+1
2013-10-31
Auth basic: "info" logging level on no user/password.
Maxim Dounin
1
-1
/
+1
2013-10-28
Gzip, gunzip: flush pending data when incoming chain is NULL.
Yichun Zhang
2
-2
/
+2
2013-10-21
Upstream: optimize loops in ngx_http_upstream_init_round_robin().
Xiaochen Wang
1
-8
/
+8
2013-10-18
Fixed "satisfy any" if 403 is returned after 401 (ticket #285).
Maxim Dounin
1
-1
/
+3
2013-10-18
Headers filter: empty Cache-Control is no longer added.
Maxim Dounin
1
-0
/
+4
2013-10-18
Style.
Maxim Dounin
1
-1
/
+1
[prev]
[next]