aboutsummaryrefslogtreecommitdiffstats
path: root/src/luaevent.c
Commit message (Expand)AuthorAgeFilesLines
* luaevent.c: Fix potential overflow in converting seconds to timevalMatthew Wild2010-02-251-2/+2
* luaevent.c: Fix for backwards-compatibility with 1.3Matthew Wild2010-02-151-1/+7
* buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes.Waqas Hussain2010-02-151-6/+0
* luaevent.c: Make ANSI C compatible.Waqas Hussain2010-02-151-2/+4
* base:addevent(): Accept integer as fd parameterMatthew Wild2009-12-091-8/+12
* Add core.libevent_version() function to get version of libevent in useMatthew Wild2009-12-071-0/+6
* Add base:method() to return string identifying the current libevent backend i...Matthew Wild2009-12-071-0/+7
* base:loopexit(): Support for specifying the timeout before exitMatthew Wild2009-12-071-1/+3
* Add base:loopexit() methodMatthew Wild2009-12-061-0/+9
* Merge branch 'v0.2'Thomas Harning Jr2009-07-151-0/+11
|\
| * base: add patch to get luaevent working on mingwblastbeat2009-07-151-0/+11
* | Added EV_SIGNAL and EV_PERSIST flags to the registered valuesThomas Harning Jr2007-11-201-0/+2
* | Added EVBUFFER_* constants to luaevent.coreThomas Harning Jr2007-11-161-0/+6
* | buffer_event is born, albeit w/ deformities. Can construct instances but not...Thomas Harning Jr2007-09-211-0/+3
|/
* Added event_buffer object + 'add' functionalityThomas Harning Jr2007-09-061-0/+2
* Fixed compilation issuesThomas Harning Jr2007-09-051-2/+2
* Added support for timeouts and timers.Thomas Harning Jr2007-09-051-3/+21
* Completely refactored event_callback creation out into event_callback.Thomas Harning Jr2007-09-051-15/+9
* Beginning refactoring of the event_callback outside of the coreThomas Harning Jr2007-09-051-50/+3
* Unlearned get/setMainThread functions since they were unused.Thomas Harning Jr2007-09-051-17/+2
* Reformed project layout from 'luaevent/*' -> '*'Thomas Harning Jr2007-08-311-0/+184