| Commit message (Expand) | Author | Age | Files | Lines |
* | event_callback.c: Don't delete and re-add the event if the timeout hasn't cha...HEADorigin/mastermaster | Matthew Wild | 2012-01-16 | 1 | -10/+9 |
* | event_callback.c: Check for event being destroyed during callback | Matthew Wild | 2012-01-16 | 1 | -5/+4 |
* | Merge with upstream | Matthew Wild | 2012-01-16 | 7 | -85/+52 |
|\ |
|
| * | base/lua: fixes incorrectly recorded version and prepares a new release | Thomas Harning Jr | 2011-07-06 | 2 | -1/+3 |
| * | base: adds distribution archive generation functionality to Makefile | Thomas Harning Jr | 2011-07-05 | 1 | -0/+17 |
| * | base: removes direct dependency on liblua since Lua modules should not direct... | Thomas Harning Jr | 2011-01-15 | 1 | -3/+1 |
| * | docs: updates README and CHANGELOG with version notes and impending new tag | Thomas Harning Jr | 2011-01-15 | 2 | -3/+5 |
| * | Merge remote branch 'jsnyder-tree/master' | Thomas Harning Jr | 2011-01-15 | 5 | -7/+11 |
| |\ |
|
| | * | Changes to compile on OS X. | James Snyder | 2010-03-03 | 3 | -5/+6 |
| * | | base: noted in CHANGELOG pending 0.3.0 release | Thomas Harning Jr | 2011-01-15 | 1 | -1/+1 |
| * | | base: updates changelog w/ recent changes | Thomas Harning Jr | 2011-01-15 | 1 | -0/+2 |
| * | | lua: updates reported version details to reflect the mainline use | Thomas Harning Jr | 2011-01-15 | 1 | -2/+2 |
| * | | bufferevent learns to set watermarking using write-accessor functions rather ... | Thomas Harning Jr | 2011-01-15 | 1 | -4/+2 |
| * | | bufferevent unlearns read access to low-level timeout/watermark properties th... | Thomas Harning Jr | 2011-01-15 | 2 | -47/+0 |
| * | | base: updated makefile to be a little more configurable, still needs much work | Thomas Harning Jr | 2011-01-15 | 1 | -9/+9 |
| * | | docs: adjusted to note that luaevent-prosody was merged into this WIP | Thomas Harning Jr | 2011-01-15 | 2 | -16/+9 |
| * | | Merge branch 'prosody-tree' | Thomas Harning Jr | 2011-01-15 | 14 | -63/+123 |
| |\ \ |
|
| * | | | bufferevent compiler-flag fix regarding >= 2.0 ... must rebuild between 1.4 a... | Thomas Harning Jr | 2011-01-15 | 1 | -0/+5 |
* | | | | malloc.h -> stdlib.h (thanks nulani) | Matthew Wild | 2011-10-12 | 2 | -2/+2 |
| |_|/
|/| | |
|
* | | | README, CHANGELOG: Update for luaevent-prosody 0.1.1 | Matthew Wild | 2010-02-25 | 2 | -1/+4 |
* | | | README: Note about dependency on libevent => 1.4 | Matthew Wild | 2010-02-25 | 1 | -0/+4 |
* | | | Makefile: Reduce optimisation to -O2 from -O3 | Matthew Wild | 2010-02-25 | 1 | -1/+1 |
* | | | luaevent.c: Fix potential overflow in converting seconds to timeval | Matthew Wild | 2010-02-25 | 1 | -2/+2 |
| |/
|/| |
|
* | | Makefile: Remove debug flags from compilation/linking | Matthew Wild | 2010-02-15 | 1 | -2/+2 |
* | | CHANGELOG: Update for luaevent-prosody 0.1.0 | Matthew Wild | 2010-02-15 | 1 | -0/+12 |
* | | README: Update to reflect fork release | Matthew Wild | 2010-02-15 | 1 | -0/+10 |
* | | test/basic.lua: Add simple script to load libevent, show version, etc. | Matthew Wild | 2010-02-15 | 1 | -0/+8 |
* | | luaevent.c: Fix for backwards-compatibility with 1.3 | Matthew Wild | 2010-02-15 | 1 | -1/+7 |
* | | event_buffer.c: Silence warnings about uninitialized variable 'ret' | Matthew Wild | 2010-02-15 | 1 | -0/+2 |
* | | Update name and version to luaevent-prosody 0.1.0 | Matthew Wild | 2010-02-15 | 1 | -2/+2 |
* | | premake.lua: Remove, as we now have a standard Makefile | Matthew Wild | 2010-02-15 | 1 | -32/+0 |
* | | buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes. | Waqas Hussain | 2010-02-15 | 3 | -8/+0 |
* | | buffer_event.h, event_buffer.h, event_callback.h: Remove sys/time.h, and othe... | Waqas Hussain | 2010-02-15 | 3 | -12/+0 |
* | | luaevent.h: sys/time.h is not available with MSVC, use winsock2.h on windows. | Waqas Hussain | 2010-02-15 | 1 | -0/+4 |
* | | luaevent.c: Make ANSI C compatible. | Waqas Hussain | 2010-02-15 | 1 | -2/+4 |
* | | Makefile: Make makefile a bit more generic | Dwayne Bent | 2010-01-18 | 1 | -8/+19 |
* | | Makefile: Added basic Makefile for standard make | Matthew Wild | 2010-01-17 | 1 | -0/+21 |
* | | base:addevent(): Accept integer as fd parameter | Matthew Wild | 2009-12-09 | 1 | -8/+12 |
* | | Fix potential stack slot leak when error occurs | Matthew Wild | 2009-12-07 | 1 | -1/+6 |
* | | Add _NAME and _VERSION fields to module | Matthew Wild | 2009-12-07 | 1 | -0/+3 |
* | | Add core.libevent_version() function to get version of libevent in use | Matthew Wild | 2009-12-07 | 1 | -0/+6 |
* | | Add base:method() to return string identifying the current libevent backend i... | Matthew Wild | 2009-12-07 | 1 | -0/+7 |
* | | base:loopexit(): Support for specifying the timeout before exit | Matthew Wild | 2009-12-07 | 1 | -1/+3 |
* | | Add base:loopexit() method | Matthew Wild | 2009-12-06 | 1 | -0/+9 |
* | | event_callback: Fix stack slot leak | Matthew Wild | 2009-11-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'v0.2' | Thomas Harning Jr | 2009-07-15 | 1 | -0/+11 |
|\ |
|
| * | base: add patch to get luaevent working on mingw | blastbeat | 2009-07-15 | 1 | -0/+11 |
* | | bufferevent got callback call fixed. | Thomas Harning Jr | 2007-11-25 | 1 | -1/+1 |
* | | docs: Added enable/disable documentation for bufferevent | Thomas Harning Jr | 2007-11-25 | 1 | -0/+5 |
* | | bufferevent learned enable/disable | Thomas Harning Jr | 2007-11-25 | 1 | -0/+18 |