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-04-08
nginx-1.5.13-RELEASE
release-1.5.13
Maxim Dounin
1
-0
/
+93
2014-04-08
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
2014-04-07
SPDY: avoid creating flush frames.
Valentin Bartenev
1
-33
/
+42
2014-04-07
SPDY: consistently handle control frames with unknown type.
Valentin Bartenev
1
-5
/
+10
2014-04-07
SPDY: refactored ngx_http_spdy_state_read_data().
Valentin Bartenev
1
-7
/
+2
2014-04-07
SPDY: better detect premature closing of stream.
Valentin Bartenev
1
-0
/
+10
2014-04-07
Win32: fixed shared ssl_session_cache (ticket #528).
Maxim Dounin
1
-3
/
+3
2014-04-07
Win32: fixed link flags with MSVC, broken by bfe536716dbf.
Maxim Dounin
1
-1
/
+1
2014-04-01
Mp4: allow end values bigger than track duration.
Roman Arutyunyan
1
-4
/
+14
2014-03-31
Adjusted default value of types_hash_bucket_size (ticket #352).
Maxim Dounin
1
-2
/
+1
2014-03-31
Core: fixed hash to actually try max_size.
Maxim Dounin
1
-1
/
+1
2014-03-31
Core: hash now ignores bucket_size if it hits max_size limit.
Maxim Dounin
1
-8
/
+5
2014-03-31
Core: slab log_nomem flag.
Maxim Dounin
4
-2
/
+14
2014-03-31
Win32: fixed cpu hog by cache manager on exit (ticket #514).
Maxim Dounin
1
-3
/
+3
2014-03-31
Mail: fixed ngx_mail_send() (ticket #519).
Maxim Dounin
1
-0
/
+7
2014-03-31
Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define.
Maxim Dounin
1
-0
/
+2
2014-03-31
Mp4: improved logging after adding "end" support.
Roman Arutyunyan
1
-27
/
+71
2014-03-31
Mp4: fixed seeking to a track end.
Roman Arutyunyan
1
-2
/
+2
2014-03-28
SPDY: detect premature closing of stream.
Valentin Bartenev
1
-4
/
+13
2014-03-28
SPDY: fixed the DATA frame length handling in case of some errors.
Valentin Bartenev
1
-1
/
+2
2014-03-26
SPDY: better detect if headers block has wrong entries count.
Valentin Bartenev
1
-4
/
+4
2014-03-26
SPDY: detect premature end of frame while start parsing headers.
Valentin Bartenev
1
-0
/
+9
2014-03-24
Apply underscores_in_headers also to the first character.
Piotr Sikora
1
-0
/
+13
2014-03-25
Increased default value of variables_hash_max_size.
Andrei Belov
1
-1
/
+1
2014-03-24
Mp4: skipped empty stss atom table in output.
Sergey Kandaurov
1
-8
/
+13
2014-03-21
Range filter: single_range flag in request.
Maxim Dounin
4
-2
/
+11
2014-03-20
Mp4: added "end" argument support.
Roman Arutyunyan
1
-89
/
+377
2014-03-20
Mp4: moved atom cropping code out of update functions.
Roman Arutyunyan
1
-85
/
+176
2014-03-19
SPDY: improved ngx_http_spdy_state_save() again.
Maxim Dounin
1
-2
/
+2
2014-03-19
Macros used for initialization in ngx_http_core_init_main_conf().
Maxim Dounin
1
-14
/
+5
2014-03-19
SPDY: improved ngx_http_spdy_state_save() check.
Maxim Dounin
1
-3
/
+5
2014-03-19
SPDY: macro used for recv_buffer_size initialization.
Maxim Dounin
1
-3
/
+1
2014-03-18
Version bump.
Maxim Dounin
1
-2
/
+2
2014-03-18
release-1.5.12 tag
Maxim Dounin
1
-0
/
+1
2014-03-18
nginx-1.5.12-RELEASE
release-1.5.12
Maxim Dounin
1
-0
/
+46
2014-03-18
SPDY: always check size of data to be saved into state buffer.
Maxim Dounin
1
-1
/
+1
2014-03-17
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
13
-6
/
+252
2014-03-17
FastCGI: f->split_parts reset on request start.
Maxim Dounin
1
-0
/
+11
2014-03-07
Core: fixed wrong indices in listening sockets compare loops.
Maxim Dounin
1
-3
/
+3
2014-03-06
MIME: added application/xspf+xml MIME type (ticket #479).
Filipe da Silva
1
-0
/
+1
2014-03-06
Added connection serial number in logging of left open sockets.
Sergey Kandaurov
2
-4
/
+4
2014-03-06
Fixed format specifier in logging of "c->number".
Sergey Kandaurov
4
-4
/
+4
2014-03-04
MIME: added video/mp2t and application/vnd.apple.mpegurl types.
Roman Arutyunyan
1
-0
/
+2
2014-03-04
Version bump.
Roman Arutyunyan
1
-2
/
+2
2014-03-04
release-1.5.11 tag
Maxim Dounin
1
-0
/
+1
2014-03-04
nginx-1.5.11-RELEASE
release-1.5.11
Maxim Dounin
1
-0
/
+110
2014-03-03
SPDY: fixed potential integer overflow while parsing headers.
Valentin Bartenev
1
-34
/
+24
2014-03-03
SPDY: constant number of preallocated structures for headers.
Valentin Bartenev
1
-1
/
+1
2014-03-03
Request body: avoid potential overflow.
Maxim Dounin
1
-4
/
+4
2014-03-03
Gzip static: fixed NGX_CONF_FLAG misuse.
Valentin Bartenev
1
-1
/
+1
[next]