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
/
event
/
ngx_event_pipe.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
Upstream: fixed usage of closed sockets with filter finalization.
Maxim Dounin
1
-2
/
+6
2020-07-06
Upstream: drop extra data sent by upstream.
Maxim Dounin
1
-0
/
+28
2019-10-17
Event pipe: disabled c->read->available checking for SSL.
Maxim Dounin
1
-1
/
+5
2017-01-20
Upstream: fixed cache corruption and socket leaks with aio_write.
Maxim Dounin
1
-0
/
+13
2016-09-01
Event pipe: do not set file's thread_handler if not needed.
Maxim Dounin
1
-4
/
+6
2016-09-01
Event pipe: process data after recv_chain() errors.
Maxim Dounin
1
-1
/
+1
2016-03-31
Fixed logging.
Sergey Kandaurov
1
-1
/
+1
2016-03-30
Style.
Ruslan Ermilov
1
-5
/
+5
2016-03-18
Threads: writing via threads pools in event pipe.
Maxim Dounin
1
-20
/
+78
2015-06-03
Event pipe: call ngx_handle_read_event() with a proper flags type.
Sergey Kandaurov
1
-1
/
+1
2015-03-23
Format specifier fixed for file size of buffers.
Maxim Dounin
1
-4
/
+4
2014-10-28
Upstream: proxy_limit_rate and friends.
Roman Arutyunyan
1
-5
/
+36
2014-10-28
Core: added limit to recv_chain().
Roman Arutyunyan
1
-1
/
+1
2014-07-04
Upstream: p->downstream_error instead of closing connection.
Maxim Dounin
1
-10
/
+5
2013-12-11
Use ngx_chain_get_free_buf() in pipe input filters.
Valentin Bartenev
1
-19
/
+5
2013-09-04
Win32: MinGW GCC compatibility.
Maxim Dounin
1
-2
/
+4
2013-08-28
Typo fixed.
Maxim Dounin
1
-2
/
+2
2013-07-25
Event pipe: fixed writing cache header to a temp file.
Maxim Dounin
1
-7
/
+4
2012-10-30
Event pipe: fixed handling of buf_to_file data.
Maxim Dounin
1
-2
/
+9
2012-02-28
Fixed spelling in single-line comments.
Ruslan Ermilov
1
-1
/
+1
2012-02-22
Event pipe: fixed buffer loss in p->length case.
Maxim Dounin
1
-1
/
+2
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-10-31
Event pipe: reduced number of file buffers used.
Maxim Dounin
1
-20
/
+55
2011-10-31
Event pipe: fixes for complex protocols.
Maxim Dounin
1
-63
/
+20
2011-09-20
Fixed loss of chain links in ngx_event_pipe_read_upstream().
Maxim Dounin
1
-0
/
+1
2011-09-20
Fix of cpu hog in event pipe.
Maxim Dounin
1
-2
/
+2
2011-09-15
Upstream: pipe length and input_filter_init in buffered mode.
Maxim Dounin
1
-0
/
+29
2011-09-15
API change: ngx_chain_update_chains() now requires pool.
Maxim Dounin
1
-1
/
+1
2011-09-01
Proper setting of read->eof in pipe code.
Maxim Dounin
1
-1
/
+1
2009-08-28
FreeBSD and Linux AIO support
Igor Sysoev
1
-4
/
+21
2009-08-26
axe r->connection->destroyed testing
Igor Sysoev
1
-12
/
+0
2009-05-04
do not free buffer with cache header before it would be written,
Igor Sysoev
1
-1
/
+1
2009-03-23
a prelimiary proxy cache support
Igor Sysoev
1
-1
/
+13
2008-12-09
use "!= NGX_OK" instead of "== NGX_ERROR"
Igor Sysoev
1
-2
/
+2
2008-05-22
style fix
Igor Sysoev
1
-1
/
+1
2007-11-08
fix segfaults
Igor Sysoev
1
-6
/
+20
2007-10-23
64-bit update lost in r1355
Igor Sysoev
1
-1
/
+1
2007-10-14
fix English grammar
Igor Sysoev
1
-6
/
+6
2007-02-12
correct r1100
Igor Sysoev
1
-3
/
+4
2007-02-09
fix segfault when a large FastCGI response was written to a temporary file
Igor Sysoev
1
-1
/
+16
2007-01-18
unused value
Igor Sysoev
1
-1
/
+0
2007-01-18
fix FastCGI "zero size buf" alert,
Igor Sysoev
1
-7
/
+9
2007-01-17
fix FastCGI "zero size buf" alert,
Igor Sysoev
1
-1
/
+14
2007-01-15
add debug logging for FastCGI zero size buf alert
Igor Sysoev
1
-0
/
+6
2006-11-19
fix the previous commit
Igor Sysoev
1
-4
/
+2
2006-11-18
fix endless loop when too many FastCGI sent too many to stderr
Igor Sysoev
1
-1
/
+9
2006-11-06
fix FastCGI "zero size buf" alert
Igor Sysoev
1
-0
/
+2
2006-02-16
nginx-0.3.28-RELEASE import
release-0.3.28
Igor Sysoev
1
-3
/
+11
2005-12-07
nginx-0.3.15-RELEASE import
release-0.3.15
Igor Sysoev
1
-3
/
+1
2005-12-05
nginx-0.3.13-RELEASE import
release-0.3.13
Igor Sysoev
1
-7
/
+15
[next]