Commit Graph

10 Commits (aa261d2a66e5c58b42c9bd5c110223a64f301d24)

Author SHA1 Message Date
Richard Fuchs 856c0b9cce make the obj_ primitives more liberal to make for easier calling
13 years ago
Richard Fuchs 540d847d08 catch the inevitable disaster early and define our own mutex types. sigh. and there i was, thinking that using the glib types would make things easier.
13 years ago
Richard Fuchs e11d55b3fb glib < 2.32 requires use of distinct static mutex type
13 years ago
Richard Fuchs 2b63e794df Prepare for multi-threaded operation
13 years ago
Richard Fuchs 8b320e76d9 lets be more strict with timer removal
13 years ago
Richard Fuchs 52ef56d106 it's inefficient to walk the entire list of poller items every second just to look for times which we don't really use. so instead, use the linked timers list for this purpose. this is also inefficient for timer remove, but since we don't use those times anyway, we don't care.
13 years ago
Richard Fuchs ee30ea647a BSEARCH macro is obsoleted
13 years ago
Richard Fuchs 69e5a2840a use glib slice allocator in poller
13 years ago
Richard Fuchs 48f0a61277 good bye poll(), hello epoll_*()
13 years ago
Richard Fuchs 593121d551 create tags and branches
14 years ago