summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_sendbuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Introduced chained buffer completion handlers.Igor Sysoev1-8/+45
2018-04-03HTTP: using r->mem_pool retention counter for response buffers.Igor Sysoev1-1/+14
2018-03-28nxt_port_buf_completion() and nxt_sendbuf_completion().Igor Sysoev1-62/+1
2018-02-07Style fixes.Andrey Zelenkov1-2/+2
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-0/+20
2017-10-04Port message fragmentation supported.Max Romanov1-1/+5
2017-08-11Tiny mmap buffers completion fixed.Max Romanov1-2/+2
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-2/+2
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-0/+9
2017-02-22Port changes.Igor Sysoev1-5/+5
2017-02-22I/O operations refactoring.Igor Sysoev1-0/+71
2017-01-27Work queues refactoring.Igor Sysoev1-2/+1
2017-01-23Introducing tasks.Igor Sysoev1-7/+7
2017-01-17Initial version.Igor Sysoev1-0/+353