| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | 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 |
* | | bufferevent compiler-flag fix regarding >= 2.0 ... must rebuild between 1.4 a... | Thomas Harning Jr | 2011-01-15 | 1 | -0/+5 |
|/ |
|
* | 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 |
* | | bufferevent learned (get|set)_timeouts | Thomas Harning Jr | 2007-11-25 | 2 | -0/+33 |
* | | bufferevent learned get_*_watermarks | Thomas Harning Jr | 2007-11-25 | 2 | -0/+28 |
* | | bufferevent learned set_*_watermarks | Thomas Harning Jr | 2007-11-25 | 2 | -0/+38 |
* | | docs: Learned bufferevent's new get_read/write | Thomas Harning Jr | 2007-11-25 | 1 | -0/+6 |
* | | buffer_event learned get_read/get_write buffer accessors | Thomas Harning Jr | 2007-11-25 | 1 | -0/+16 |
* | | buffer_event: Learned how to erase read/write buffer knowledge from Lua | Thomas Harning Jr | 2007-11-25 | 1 | -0/+6 |
* | | buffer_event: removed magic numbers for read/write buffer locations | Thomas Harning Jr | 2007-11-25 | 1 | -4/+8 |
* | | docs: Added remaining documentation for luaevent.core | Thomas Harning Jr | 2007-11-20 | 1 | -0/+33 |
* | | doc: Update luaevent.core to contain docs on EV_* values | Thomas Harning Jr | 2007-11-20 | 1 | -0/+17 |
* | | Added EV_SIGNAL and EV_PERSIST flags to the registered values | Thomas Harning Jr | 2007-11-20 | 1 | -0/+2 |
* | | Added newline at end-of-file for API doc page | Thomas Harning Jr | 2007-11-20 | 1 | -1/+1 |
* | | docs: Beginning of luaevent.core documentation | Thomas Harning Jr | 2007-11-16 | 1 | -0/+17 |
* | | docs: Added documentation for bufferevent | Thomas Harning Jr | 2007-11-16 | 1 | -0/+28 |
* | | docs: Fixed formatting glitches | Thomas Harning Jr | 2007-11-16 | 2 | -3/+4 |
* | | Added EVBUFFER_* constants to luaevent.core | Thomas Harning Jr | 2007-11-16 | 1 | -0/+6 |
* | | docs: Refactored 'file descriptor' reference | Thomas Harning Jr | 2007-11-16 | 2 | -5/+9 |
* | | Added initial shot at documentation using Ikiwiki (only luaevent.core.buffer ... | Thomas Harning Jr | 2007-11-16 | 7 | -0/+85 |
* | | Corrected spacing issues introduced in SciTE ... may begin using gvim to avoi... | Thomas Harning Jr | 2007-09-21 | 2 | -6/+5 |
* | | buffer_event is born, albeit w/ deformities. Can construct instances but not... | Thomas Harning Jr | 2007-09-21 | 6 | -1/+224 |
* | | Exposed event_buffer checks/get/push operations in prep for buffer_event | Thomas Harning Jr | 2007-09-21 | 2 | -3/+6 |
|/ |
|