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-08-01
Status: indentation and style, no functional changes.
Sergey Kandaurov
1
-7
/
+9
2014-07-30
Dav: ngx_http_map_uri_to_path() errors were not checked.
FengGu
1
-4
/
+16
2014-07-28
Upstream: SSL handshake timeouts.
Maxim Dounin
1
-0
/
+5
2014-07-25
GeoIP: not all variable fields were initialized.
Yichun Zhang
1
-0
/
+6
2014-07-18
Upstream: ngx_http_upstream_store() error handling fixes.
Maxim Dounin
1
-2
/
+5
2014-07-18
Reset of r->uri.len on URI parsing errors.
Maxim Dounin
1
-0
/
+2
2014-07-09
Style: use ngx_str_set().
Tatsuhiko Kubo
1
-5
/
+2
2014-07-08
SPDY: fix support for headers with multiple values.
Piotr Sikora
1
-0
/
+2
2014-07-08
Style: remove whitespace between function name and parentheses.
Piotr Sikora
3
-5
/
+5
2014-07-08
Style: add whitespace between control statement and parentheses.
Piotr Sikora
4
-8
/
+8
2014-07-06
SSL: stop accessing SSL_SESSION's fields directly.
Piotr Sikora
1
-8
/
+6
2014-07-04
Upstream: p->downstream_error instead of closing connection.
Maxim Dounin
1
-11
/
+7
2014-07-01
Upstream: fixed handling of write event after sending request.
Valentin Bartenev
1
-7
/
+7
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
2
-1
/
+38
2014-06-26
Fixed wrong sizeof() in ngx_http_init_locations().
Maxim Dounin
1
-2
/
+2
2014-06-26
Upstream: cache revalidation using If-None-Match.
Maxim Dounin
5
-4
/
+33
2014-06-26
Cache: ETag now saved into cache header.
Maxim Dounin
3
-1
/
+22
2014-06-26
Cache: version in cache files.
Maxim Dounin
2
-1
/
+13
2014-06-26
Entity tags: explicit flag to skip not modified filter.
Maxim Dounin
3
-1
/
+12
2014-06-26
Entity tags: weak comparison for If-None-Match.
Maxim Dounin
1
-10
/
+28
2014-06-26
Entity tags: downgrade strong etags to weak ones as needed.
Maxim Dounin
8
-7
/
+56
2014-06-26
Upstream: fixed cache revalidation with SSI.
Maxim Dounin
2
-7
/
+32
2014-06-26
Upstream: removed unused offset to content_length.
Maxim Dounin
1
-2
/
+1
2014-06-26
Upstream: no need to clear r->headers_out.last_modified_time.
Maxim Dounin
1
-1
/
+0
2014-06-26
Not modified filter: debug log format fixed.
Maxim Dounin
1
-2
/
+2
2014-06-20
Upstream: reduced diffs to the plus version of nginx.
Ruslan Ermilov
1
-23
/
+21
2014-06-04
Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().
Ruslan Ermilov
1
-16
/
+6
2014-06-12
Upstream: simplified some code that accesses peers.
Ruslan Ermilov
1
-54
/
+62
2014-06-03
Access log: fix default value, broken by cb308813b453.
Piotr Sikora
1
-5
/
+2
2014-06-02
Upstream: generic hash module.
Roman Arutyunyan
5
-0
/
+636
2014-05-29
SPDY: fixed operator precedence in uint16/uint32 write macros.
Valentin Bartenev
1
-5
/
+8
2014-05-28
Fixed config parsing of the last try_files parameter.
Sergey Kandaurov
1
-1
/
+2
2014-05-27
Sub filter: fixed subrequests handling.
Maxim Dounin
1
-2
/
+6
2014-05-23
Upstream: fix tries check in ip_hash.
Roman Arutyunyan
1
-1
/
+1
2014-05-12
Added syslog support for error_log and access_log directives.
Vladimir Homutov
2
-1
/
+72
2014-05-20
SSL: $ssl_client_fingerprint variable.
Sergey Budnevitch
1
-0
/
+3
2014-05-19
Setting $args now invalidates unparsed uri.
Maxim Dounin
1
-1
/
+19
2014-05-19
Charset filter: fixed charset setting on encoded replies.
Maxim Dounin
3
-18
/
+19
2014-05-16
Fixed alias in regex locations with limit_except/if.
Maxim Dounin
1
-18
/
+10
2014-04-30
SPDY: added protection from overrun of the receive buffer.
Valentin Bartenev
1
-0
/
+8
2014-04-30
SPDY: added a debug point to the state buffer overflow protection.
Valentin Bartenev
1
-0
/
+1
2014-04-30
SPDY: refactored ngx_http_spdy_state_headers().
Valentin Bartenev
1
-9
/
+4
2014-04-30
SPDY: improved logging.
Valentin Bartenev
2
-62
/
+151
2014-05-15
SPDY: set log action for PROXY protocol only while parsing it.
Valentin Bartenev
1
-8
/
+9
2014-04-30
SPDY: ngx_http_spdy_state_headers() error handling cleanup.
Valentin Bartenev
1
-39
/
+61
2014-04-30
SPDY: improved error handling of header block decompression.
Valentin Bartenev
1
-17
/
+43
2014-04-30
SPDY: removed ngx_http_spdy_state_headers_error().
Valentin Bartenev
1
-20
/
+6
2014-05-15
SPDY: prevented creation of RST_STREAM in protocol error state.
Valentin Bartenev
1
-0
/
+1
2014-04-30
SPDY: improved ngx_http_spdy_state_protocol_error().
Valentin Bartenev
1
-9
/
+15
2014-04-30
SPDY: fixed one case of improper memory allocation error handling.
Valentin Bartenev
1
-1
/
+2
[next]