summaryrefslogtreecommitdiffstats
path: root/server/mpm_fdqueue.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-271-1/+2
| | | | | | | | 80 colums. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1822367 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-271-5/+6
| | | | | | | | | Export ap_queue_*() fonctions, so that they are accessible from MPMs, but don't provide "mpm_fdqueue.h" in the API (include/). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1822366 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-15/+7
| | | | | | | | Make the allocation and zero-ing in ap_queue_init() => ap_queue_create(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821660 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-5/+1
| | | | | | | | Either error matters, simplify code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821659 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-13/+11
| | | | | | | | Be explicit in the naming about what's push/pop-ed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821651 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-23/+24
| | | | | | | | Cosmetics, 80 cols, no functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821649 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-0/+4
| | | | | | | | The implemention wants APR_HAS_THREADS too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821644 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-8/+15
| | | | | | | | Prepare mpm_worker to use common fdqueue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821635 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-4/+6
| | | | | | | | Clear recycled_pools_count in ap_free_idle_pools(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821632 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-1/+1
| | | | | | | | Rename ap_queue_info_get_idlers() to ap_queue_info_num_idlers(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821629 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-30/+26
| | | | | | | | Style, no functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821627 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-4/+11
| | | | | | | | Opacify fdqueue types. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821626 13f79535-47bb-0310-9956-ffa450edef68
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-2/+3
| | | | | | | | And now it's mpm_fdqueue, with minimal #includes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821625 13f79535-47bb-0310-9956-ffa450edef68
* Shared fdqueue code between MPMs event and worker into mpm_fdqueue.Yann Ylavic2018-01-191-0/+524
This first step moves the files server/mpm/event/fdqueue.[ch] to server/mpm_fdqueue.[ch] (untouched for now, simple svn move). Will follow up with the necessary changes to mpm_unix.* for common code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821624 13f79535-47bb-0310-9956-ffa450edef68