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
/
modules
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
Upstream keepalive: reset c->sent on cached connections.
Maxim Dounin
1
-0
/
+1
2014-09-24
Limit req: reduced number of parameters in the lookup function.
Valentin Bartenev
1
-8
/
+7
2014-09-24
Limit req: use complex value in limit_req_zone.
Valentin Bartenev
1
-60
/
+47
2014-09-24
Limit conn: aligned field names in structures.
Valentin Bartenev
1
-11
/
+11
2014-09-24
Limit conn: use complex value in limit_conn_zone (ticket #121).
Valentin Bartenev
1
-67
/
+54
2014-09-24
Limit conn: removed deprecated "limit_zone" directive.
Valentin Bartenev
1
-84
/
+0
2014-09-18
FastCGI: fixed start pointers in request buffers.
Roman Arutyunyan
1
-0
/
+1
2014-09-16
Limit req: don't truncate key value to 255 bytes.
Valentin Bartenev
1
-1
/
+1
2014-09-13
Access log: fixed the "if=" parameter with buffering (ticket #625).
Valentin Bartenev
1
-21
/
+20
2014-09-12
Upstream: limited next_upstream time and tries (ticket #544).
Roman Arutyunyan
5
-0
/
+110
2014-09-12
Upstream: included backup peers into peer.tries.
Roman Arutyunyan
1
-5
/
+0
2014-09-11
Upstream keepalive: removed "single" parameter remnants.
Maxim Dounin
1
-20
/
+1
2014-09-11
Added warning about unset cache keys.
Maxim Dounin
3
-0
/
+15
2014-09-11
Style.
Maxim Dounin
2
-2
/
+4
2014-08-29
Headers filter: "add_header" with "always" parameter (ticket #98).
Sergey Kandaurov
1
-13
/
+41
2014-08-27
Variables: updated list of prefixes in ngx_http_rewrite_set().
Maxim Dounin
1
-1
/
+5
2014-08-26
Stub status: corrected the "stub_status" directive.
Ruslan Ermilov
1
-1
/
+1
2014-08-25
Sub filter: fixed matching for a single character.
Valentin Bartenev
1
-0
/
+8
2014-08-19
Mp4: use trak->smhd_size in ngx_http_mp4_read_smhd_atom().
Roman Arutyunyan
1
-1
/
+1
2014-08-18
Image filter: downgrade strong etags to weak ones as needed.
Sergey Kandaurov
1
-0
/
+1
2014-08-06
Style: use specified macro instead of magic-number.
Tatsuhiko Kubo
1
-1
/
+1
2014-06-19
Perl: NULL-terminate argument list.
Piotr Sikora
1
-1
/
+2
2014-08-06
Access log: allowed logs to syslog with "if=" (ticket #596).
Maxim Dounin
1
-11
/
+6
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-25
GeoIP: not all variable fields were initialized.
Yichun Zhang
1
-0
/
+6
2014-07-09
Style: use ngx_str_set().
Tatsuhiko Kubo
1
-5
/
+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
1
-1
/
+1
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
2
-1
/
+38
2014-06-26
Upstream: cache revalidation using If-None-Match.
Maxim Dounin
4
-4
/
+4
2014-06-26
Entity tags: explicit flag to skip not modified filter.
Maxim Dounin
1
-1
/
+9
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
6
-7
/
+15
2014-06-26
Not modified filter: debug log format fixed.
Maxim Dounin
1
-2
/
+2
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
1
-0
/
+631
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
1
-1
/
+70
2014-05-20
SSL: $ssl_client_fingerprint variable.
Sergey Budnevitch
1
-0
/
+3
2014-05-19
Charset filter: fixed charset setting on encoded replies.
Maxim Dounin
2
-17
/
+19
2014-05-14
Style: use %N instead of '\n' where appropriate.
Ruslan Ermilov
1
-1
/
+1
2013-11-18
Proxy: fixed possible uninitialized memory access.
Valentin Bartenev
1
-3
/
+3
2014-04-18
Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on.
Maxim Dounin
1
-0
/
+85
2014-04-18
Upstream: proxy_ssl_verify and friends.
Maxim Dounin
1
-0
/
+62
2014-04-18
Upstream: proxy_ssl_name and proxy_ssl_server_name directives.
Maxim Dounin
1
-0
/
+26
2014-04-18
Upstream: plugged potential memory leak on reload.
Maxim Dounin
2
-16
/
+16
2014-04-18
SSL: $ssl_server_name variable.
Maxim Dounin
1
-0
/
+3
2014-04-15
Access log: the "if" parameter of the "access_log" directive.
Sergey Kandaurov
1
-10
/
+47
[next]