History log of /httpd/server/mpm/motorz/motorz.c
Revision Date Author Comments Expand
3b693912367cadb2ceba5ea0405d542e6716bc2a 1674609 19-Apr-2015 ylavic

motorz: add missing (fix duplicated) APLOGNOs.

8b5061f99cc45647103549794f5b4989603e5797 1666619 14-Mar-2015 ylavic

mpm_motorz: follow up to r1666482. We only need one compare function for add semantic with apr_skiplist_insert() and unique timers (pointers). It also works with apr_skiplist_remove() and apr_skiplist_find().

42b726b81c73aca7b76ee56c9fb8d382df9a820f 1666482 13-Mar-2015 jim

work w/ apr_skiplist_insert()

6415151dcc1f5a7257cfe440efd0558adcccedc3 1665495 10-Mar-2015 ylavic

motorz: add and use the timer event of the connection. Set current_thread before calling timer callback. Use KeepAliveTimeout for CONN_STATE_CHECK_REQUEST_LINE_READABLE.

a79724574b554eb79b351f9d76ca78f56ac6b476 1665385 10-Mar-2015 ylavic

motorz: revert bogus r1665381.

02cd355dc66c6894c67a7657a3d800fd8f60c144 1665381 10-Mar-2015 ylavic

motorz: Fix access to timer's pool from different threads (timer_event_process). Set current_thread before calling timer callback. Reuse timers by using spare_timers from motorz core (acquire/release_timer). Use KeepAliveTimeout for CONN_STATE_CHECK_REQUEST_LINE_READABLE.

ccb1d3d23d96790217807954139c625ec9763350 1665317 09-Mar-2015 jim

use pollset impl instead of pollcb

4ef955e505f09413a07d092dd64802e14ce2d6bc 1665270 09-Mar-2015 jim

we need sbh and might as well have some debug

4f8f719e885ed696d42eb18db7ebc95b91a7ddf0 1664478 05-Mar-2015 jim

Some fluff

2d2a74fd6783b3303078e6812efa18f8be8b9fa7 1664449 05-Mar-2015 jim

Move statics

bb04d48b07d7e3ceb722a859db4b84992770485f 1664443 05-Mar-2015 jim

Fix errors and mistakenly removed rets

2e8b7069c130e393504dcf9c28562606a5d29b47 1664358 05-Mar-2015 jim

Don't return

e727b3cfc15b8a21efaafccb7ca41795f2a060d5 1664357 05-Mar-2015 jim

Move to traditional C header

c76b9f9f0feb93458a61875e0c4f7aa36fac8cf5 1664077 04-Mar-2015 jim

We no longer need eventopt. And might as well be a good time to add motorz in to trunk