CHANGELOG

changeset 27
0d82e4f49a56
parent 16
742a6620b378
child 31
1956a957c613
equal deleted inserted replaced
26:a117895e867c 27:0d82e4f49a56
1 0.2.0 - 2007-*-*
2 + Reorganized project to better fit GIT
3 + Refactored and cleaned sources
4 * Broke event_callback into its own source file
5 + Added timer/timeout capabilities + minor test
6 + Added event_buffer object
7 * Can 'add' a sequence of strings/event_buffers
8 * Can 'get_data', 'length','drain','close' and create new instances
1 ====== 9 ======
2 0.1.2 - 2007-08-18 10 0.1.2 - 2007-08-18
3 + Setup system to use new coro management as described in COROUTINE_MANAGEMENT 11 + Setup system to use new coro management as described in COROUTINE_MANAGEMENT
4 The callbacks are called from the event_loop 'thread' rather than that which they are 12 The callbacks are called from the event_loop 'thread' rather than that which they are
5 created in. This will prevent the self-resume problem as well as dead-thread problems. 13 created in. This will prevent the self-resume problem as well as dead-thread problems.

mercurial