aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changes to compile on OS X.James Snyder2010-03-033-5/+6
* README, CHANGELOG: Update for luaevent-prosody 0.1.1Matthew Wild2010-02-252-1/+4
* README: Note about dependency on libevent => 1.4Matthew Wild2010-02-251-0/+4
* Makefile: Reduce optimisation to -O2 from -O3Matthew Wild2010-02-251-1/+1
* luaevent.c: Fix potential overflow in converting seconds to timevalMatthew Wild2010-02-251-2/+2
* Makefile: Remove debug flags from compilation/linkingMatthew Wild2010-02-151-2/+2
* CHANGELOG: Update for luaevent-prosody 0.1.0Matthew Wild2010-02-151-0/+12
* README: Update to reflect fork releaseMatthew Wild2010-02-151-0/+10
* test/basic.lua: Add simple script to load libevent, show version, etc.Matthew Wild2010-02-151-0/+8
* luaevent.c: Fix for backwards-compatibility with 1.3Matthew Wild2010-02-151-1/+7
* event_buffer.c: Silence warnings about uninitialized variable 'ret'Matthew Wild2010-02-151-0/+2
* Update name and version to luaevent-prosody 0.1.0Matthew Wild2010-02-151-2/+2
* premake.lua: Remove, as we now have a standard MakefileMatthew Wild2010-02-151-32/+0
* buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes.Waqas Hussain2010-02-153-8/+0
* buffer_event.h, event_buffer.h, event_callback.h: Remove sys/time.h, and othe...Waqas Hussain2010-02-153-12/+0
* luaevent.h: sys/time.h is not available with MSVC, use winsock2.h on windows.Waqas Hussain2010-02-151-0/+4
* luaevent.c: Make ANSI C compatible.Waqas Hussain2010-02-151-2/+4
* Makefile: Make makefile a bit more genericDwayne Bent2010-01-181-8/+19
* Makefile: Added basic Makefile for standard makeMatthew Wild2010-01-171-0/+21
* base:addevent(): Accept integer as fd parameterMatthew Wild2009-12-091-8/+12
* Fix potential stack slot leak when error occursMatthew Wild2009-12-071-1/+6
* Add _NAME and _VERSION fields to moduleMatthew Wild2009-12-071-0/+3
* 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
* event_callback: Fix stack slot leakMatthew Wild2009-11-271-1/+1
* Merge branch 'v0.2'Thomas Harning Jr2009-07-151-0/+11
|\
| * base: add patch to get luaevent working on mingwblastbeat2009-07-151-0/+11
* | bufferevent got callback call fixed.Thomas Harning Jr2007-11-251-1/+1
* | docs: Added enable/disable documentation for buffereventThomas Harning Jr2007-11-251-0/+5
* | bufferevent learned enable/disableThomas Harning Jr2007-11-251-0/+18
* | bufferevent learned (get|set)_timeoutsThomas Harning Jr2007-11-252-0/+33
* | bufferevent learned get_*_watermarksThomas Harning Jr2007-11-252-0/+28
* | bufferevent learned set_*_watermarksThomas Harning Jr2007-11-252-0/+38
* | docs: Learned bufferevent's new get_read/writeThomas Harning Jr2007-11-251-0/+6
* | buffer_event learned get_read/get_write buffer accessorsThomas Harning Jr2007-11-251-0/+16
* | buffer_event: Learned how to erase read/write buffer knowledge from LuaThomas Harning Jr2007-11-251-0/+6
* | buffer_event: removed magic numbers for read/write buffer locationsThomas Harning Jr2007-11-251-4/+8
* | docs: Added remaining documentation for luaevent.coreThomas Harning Jr2007-11-201-0/+33
* | doc: Update luaevent.core to contain docs on EV_* valuesThomas Harning Jr2007-11-201-0/+17
* | Added EV_SIGNAL and EV_PERSIST flags to the registered valuesThomas Harning Jr2007-11-201-0/+2
* | Added newline at end-of-file for API doc pageThomas Harning Jr2007-11-201-1/+1
* | docs: Beginning of luaevent.core documentationThomas Harning Jr2007-11-161-0/+17
* | docs: Added documentation for buffereventThomas Harning Jr2007-11-161-0/+28
* | docs: Fixed formatting glitchesThomas Harning Jr2007-11-162-3/+4
* | Added EVBUFFER_* constants to luaevent.coreThomas Harning Jr2007-11-161-0/+6
* | docs: Refactored 'file descriptor' referenceThomas Harning Jr2007-11-162-5/+9
* | Added initial shot at documentation using Ikiwiki (only luaevent.core.buffer ...Thomas Harning Jr2007-11-167-0/+85
* | Corrected spacing issues introduced in SciTE ... may begin using gvim to avoi...Thomas Harning Jr2007-09-212-6/+5