aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* event_callback.c: Don't delete and re-add the event if the timeout hasn't ↵HEADorigin/mastermasterMatthew Wild2012-01-161-10/+9
| | | | changed
* event_callback.c: Check for event being destroyed during callbackMatthew Wild2012-01-161-5/+4
|
* Merge with upstreamMatthew Wild2012-01-167-85/+52
|\
| * base/lua: fixes incorrectly recorded version and prepares a new releaseThomas Harning Jr2011-07-062-1/+3
| |
| * base: adds distribution archive generation functionality to MakefileThomas Harning Jr2011-07-051-0/+17
| |
| * base: removes direct dependency on liblua since Lua modules should not ↵Thomas Harning Jr2011-01-151-3/+1
| | | | | | | | directly link
| * docs: updates README and CHANGELOG with version notes and impending new tagThomas Harning Jr2011-01-152-3/+5
| |
| * Merge remote branch 'jsnyder-tree/master'Thomas Harning Jr2011-01-155-7/+11
| |\ | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG Makefile README
| | * Changes to compile on OS X.James Snyder2010-03-033-5/+6
| | | | | | | | | | | | | | | - BSD version of install doesn't have -D flag - stdlib.h should include malloc defs (malloc.h is obsolete)
| * | base: noted in CHANGELOG pending 0.3.0 releaseThomas Harning Jr2011-01-151-1/+1
| | |
| * | base: updates changelog w/ recent changesThomas Harning Jr2011-01-151-0/+2
| | |
| * | lua: updates reported version details to reflect the mainline useThomas Harning Jr2011-01-151-2/+2
| | |
| * | bufferevent learns to set watermarking using write-accessor functions rather ↵Thomas Harning Jr2011-01-151-4/+2
| | | | | | | | | | | | than low-level access
| * | bufferevent unlearns read access to low-level timeout/watermark properties ↵Thomas Harning Jr2011-01-152-47/+0
| | | | | | | | | | | | that appear shouldn't be exposed
| * | base: updated makefile to be a little more configurable, still needs much workThomas Harning Jr2011-01-151-9/+9
| | |
| * | docs: adjusted to note that luaevent-prosody was merged into this WIPThomas Harning Jr2011-01-152-16/+9
| | |
| * | Merge branch 'prosody-tree'Thomas Harning Jr2011-01-1514-63/+123
| |\ \
| * | | bufferevent compiler-flag fix regarding >= 2.0 ... must rebuild between 1.4 ↵Thomas Harning Jr2011-01-151-0/+5
| | | | | | | | | | | | | | | | and 2.0 version builds
* | | | malloc.h -> stdlib.h (thanks nulani)Matthew Wild2011-10-122-2/+2
| |_|/ |/| |
* | | 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 ↵Waqas Hussain2010-02-153-12/+0
| | | | | | | | other redundant #includes.
* | 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 ↵Matthew Wild2009-12-071-0/+7
| | | | | | | | in use
* | 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
| |