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