log src/core/ngx_buf.h @ 9331:dbf76fdd109f default tip

age author description
Wed, 07 Aug 2024 03:56:26 +0300 Maxim Dounin Core: changed ngx_buf_tag_t to uintptr_t.
Mon, 27 Dec 2021 19:48:33 +0300 Maxim Dounin Simplified sendfile(SF_NODISKIO) usage.
Mon, 27 Jul 2020 13:21:51 +0300 balus Core: enclosed parameters of the ngx_buf.h macros in parentheses.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_THREADS.
Tue, 20 Sep 2016 12:30:52 +0300 Ruslan Ermilov Removed influence of some options on structures.
Sat, 14 Mar 2015 17:37:25 +0300 Valentin Bartenev Added support for offloading read() in thread pools.
Wed, 11 Feb 2015 20:00:07 +0300 Valentin Bartenev Unbreak building on FreeBSD without file AIO.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Moved the code for coalescing file buffers to a separate function.
Wed, 19 Nov 2014 21:16:19 +0300 Valentin Bartenev Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Moved the code for adjusting sent buffers in a separate function.