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-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-16
Resolver: fixed resend on malformed responses.
Ruslan Ermilov
1
-2
/
+27
2014-07-09
SSL: fix build with recent OpenSSL.
Piotr Sikora
1
-4
/
+4
2014-06-18
Core: bugfix for the ngx_slab_max_size case.
Jianjun Zheng
1
-1
/
+1
2014-07-09
Style: use ngx_str_set().
Tatsuhiko Kubo
1
-5
/
+2
2014-07-09
Style: use ngx_str_null().
Tatsuhiko Kubo
1
-2
/
+1
2014-07-09
Style: use ngx_strlen() instead of strlen().
Tatsuhiko Kubo
1
-1
/
+1
2014-07-08
SPDY: fix support for headers with multiple values.
Piotr Sikora
1
-0
/
+2
2014-07-08
Style: fix typo.
Piotr Sikora
1
-1
/
+1
2014-07-08
Style: use ngx_memcpy() instead of memcpy().
Piotr Sikora
1
-1
/
+1
2014-07-08
Style: keep return type and function name on different lines.
Piotr Sikora
1
-3
/
+6
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
5
-9
/
+9
2014-07-06
SSL: stop accessing SSL_SESSION's fields directly.
Piotr Sikora
2
-22
/
+48
2014-07-09
SSL: fixed build with OPENSSL_NO_DEPRECATED defined.
Maxim Dounin
1
-0
/
+4
2014-07-06
SSL: return temporary RSA key only when the key length matches.
Piotr Sikora
1
-4
/
+6
2014-07-06
SSL: include correct OpenSSL headers.
Piotr Sikora
1
-0
/
+7
2014-07-09
Version bump.
Maxim Dounin
1
-2
/
+2
2014-07-05
Win32: ngx_open_dir() and ngx_close_dir() fixes.
Maxim Dounin
2
-1
/
+14
2014-07-04
SSL: logging level of "peer closed connection in SSL handshake".
Maxim Dounin
1
-2
/
+2
2014-07-04
Upstream: p->downstream_error instead of closing connection.
Maxim Dounin
2
-21
/
+12
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
6
-11
/
+293
2014-06-26
Core: removed meaningless check from ngx_palloc_block().
Maxim Dounin
1
-7
/
+3
2014-06-26
Fixed wrong sizeof() in ngx_http_init_locations().
Maxim Dounin
1
-2
/
+2
2014-06-26
Core: plugged socket leak during configuration test.
Maxim Dounin
1
-6
/
+6
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-19
FreeBSD has migrated to Bugzilla.
Sergey Kandaurov
2
-2
/
+2
2014-06-04
Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().
Ruslan Ermilov
3
-16
/
+37
2014-06-18
Version bump.
Ruslan Ermilov
1
-2
/
+2
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-03
Core: slab allocator free pages defragmentation.
Maxim Dounin
2
-1
/
+60
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-28
Configure: added -Wno-deprecated-declarations on OS X.
Maxim Dounin
1
-3
/
+0
2014-05-28
Version bump.
Maxim Dounin
1
-2
/
+2
2014-05-27
Sub filter: fixed subrequests handling.
Maxim Dounin
1
-2
/
+6
[next]