Sat, 15 Jan 2011 20:21:54 -0500 Thomas Harning Jr base: noted in CHANGELOG pending 0.3.0 release changeset | files
Sat, 15 Jan 2011 20:14:13 -0500 Thomas Harning Jr base: updates changelog w/ recent changes changeset | files
Sat, 15 Jan 2011 20:13:03 -0500 Thomas Harning Jr lua: updates reported version details to reflect the mainline use changeset | files
Sat, 15 Jan 2011 20:12:24 -0500 Thomas Harning Jr bufferevent learns to set watermarking using write-accessor functions rather than low-level access changeset | files
Sat, 15 Jan 2011 20:11:54 -0500 Thomas Harning Jr bufferevent unlearns read access to low-level timeout/watermark properties that appear shouldn't be exposed changeset | files
Sat, 15 Jan 2011 20:02:20 -0500 Thomas Harning Jr base: updated makefile to be a little more configurable, still needs much work changeset | files
Sat, 15 Jan 2011 19:57:56 -0500 Thomas Harning Jr docs: adjusted to note that luaevent-prosody was merged into this WIP changeset | files
Sat, 15 Jan 2011 19:51:21 -0500 Thomas Harning Jr Merge branch 'prosody-tree' changeset | files
Sat, 15 Jan 2011 19:46:55 -0500 Thomas Harning Jr bufferevent compiler-flag fix regarding >= 2.0 ... must rebuild between 1.4 and 2.0 version builds changeset | files
Wed, 12 Oct 2011 17:00:15 +0100 Matthew Wild malloc.h -> stdlib.h (thanks nulani) changeset | files
Thu, 25 Feb 2010 14:52:25 +0000 Matthew Wild README, CHANGELOG: Update for luaevent-prosody 0.1.1 changeset | files
Thu, 25 Feb 2010 14:51:58 +0000 Matthew Wild README: Note about dependency on libevent => 1.4 changeset | files
Thu, 25 Feb 2010 14:51:39 +0000 Matthew Wild Makefile: Reduce optimisation to -O2 from -O3 changeset | files
Thu, 25 Feb 2010 14:50:55 +0000 Matthew Wild luaevent.c: Fix potential overflow in converting seconds to timeval changeset | files
Mon, 15 Feb 2010 14:30:27 +0000 Matthew Wild Makefile: Remove debug flags from compilation/linking changeset | files
Mon, 15 Feb 2010 14:27:11 +0000 Matthew Wild CHANGELOG: Update for luaevent-prosody 0.1.0 changeset | files
Mon, 15 Feb 2010 14:26:47 +0000 Matthew Wild README: Update to reflect fork release changeset | files
Mon, 15 Feb 2010 14:23:00 +0000 Matthew Wild test/basic.lua: Add simple script to load libevent, show version, etc. changeset | files
Mon, 15 Feb 2010 14:16:55 +0000 Matthew Wild luaevent.c: Fix for backwards-compatibility with 1.3 changeset | files
Mon, 15 Feb 2010 14:15:36 +0000 Matthew Wild event_buffer.c: Silence warnings about uninitialized variable 'ret' changeset | files
Mon, 15 Feb 2010 13:32:24 +0000 Matthew Wild Update name and version to luaevent-prosody 0.1.0 changeset | files
Mon, 15 Feb 2010 13:20:27 +0000 Matthew Wild premake.lua: Remove, as we now have a standard Makefile changeset | files
Mon, 15 Feb 2010 06:26:34 +0500 Waqas Hussain buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes. changeset | files
Mon, 15 Feb 2010 06:25:25 +0500 Waqas Hussain buffer_event.h, event_buffer.h, event_callback.h: Remove sys/time.h, and other redundant #includes. changeset | files
Mon, 15 Feb 2010 06:24:06 +0500 Waqas Hussain luaevent.h: sys/time.h is not available with MSVC, use winsock2.h on windows. changeset | files
Mon, 15 Feb 2010 06:22:58 +0500 Waqas Hussain luaevent.c: Make ANSI C compatible. changeset | files
Mon, 18 Jan 2010 13:16:06 -0500 Dwayne Bent Makefile: Make makefile a bit more generic changeset | files
Sun, 17 Jan 2010 01:07:14 +0000 Matthew Wild Makefile: Added basic Makefile for standard make changeset | files
Wed, 09 Dec 2009 00:34:39 +0000 Matthew Wild base:addevent(): Accept integer as fd parameter changeset | files
Mon, 07 Dec 2009 22:48:43 +0000 Matthew Wild Fix potential stack slot leak when error occurs changeset | files
Mon, 07 Dec 2009 22:45:12 +0000 Matthew Wild Add _NAME and _VERSION fields to module changeset | files
Mon, 07 Dec 2009 22:40:03 +0000 Matthew Wild Add core.libevent_version() function to get version of libevent in use changeset | files
Mon, 07 Dec 2009 21:44:00 +0000 Matthew Wild Add base:method() to return string identifying the current libevent backend in use changeset | files
Mon, 07 Dec 2009 21:36:31 +0000 Matthew Wild base:loopexit(): Support for specifying the timeout before exit changeset | files
Sun, 06 Dec 2009 01:10:59 +0000 Matthew Wild Add base:loopexit() method changeset | files
Fri, 27 Nov 2009 01:33:55 +0000 Matthew Wild event_callback: Fix stack slot leak changeset | files
Wed, 15 Jul 2009 10:39:10 -0400 Thomas Harning Jr Merge branch 'v0.2' default/master default/mob mob changeset | files
Wed, 15 Jul 2009 10:38:52 -0400 blastbeat base: add patch to get luaevent working on mingw default/v0.2 v0.2 changeset | files
Sun, 25 Nov 2007 18:46:04 -0500 Thomas Harning Jr bufferevent got callback call fixed. changeset | files
Sun, 25 Nov 2007 18:26:55 -0500 Thomas Harning Jr docs: Added enable/disable documentation for bufferevent changeset | files
Sun, 25 Nov 2007 18:19:58 -0500 Thomas Harning Jr bufferevent learned enable/disable changeset | files
Sun, 25 Nov 2007 18:16:32 -0500 Thomas Harning Jr bufferevent learned (get|set)_timeouts changeset | files
Sun, 25 Nov 2007 18:08:11 -0500 Thomas Harning Jr bufferevent learned get_*_watermarks changeset | files
Sun, 25 Nov 2007 18:05:17 -0500 Thomas Harning Jr bufferevent learned set_*_watermarks changeset | files
Sun, 25 Nov 2007 17:43:57 -0500 Thomas Harning Jr docs: Learned bufferevent's new get_read/write changeset | files
Sun, 25 Nov 2007 17:41:48 -0500 Thomas Harning Jr buffer_event learned get_read/get_write buffer accessors changeset | files
Sun, 25 Nov 2007 17:41:30 -0500 Thomas Harning Jr buffer_event: Learned how to erase read/write buffer knowledge from Lua changeset | files
Sun, 25 Nov 2007 17:40:47 -0500 Thomas Harning Jr buffer_event: removed magic numbers for read/write buffer locations changeset | files
Tue, 20 Nov 2007 18:03:53 -0500 Thomas Harning Jr docs: Added remaining documentation for luaevent.core changeset | files
Tue, 20 Nov 2007 15:40:23 -0500 Thomas Harning Jr doc: Update luaevent.core to contain docs on EV_* values changeset | files
Tue, 20 Nov 2007 15:36:38 -0500 Thomas Harning Jr Added EV_SIGNAL and EV_PERSIST flags to the registered values changeset | files
Tue, 20 Nov 2007 14:52:53 -0500 Thomas Harning Jr Added newline at end-of-file for API doc page changeset | files
Fri, 16 Nov 2007 11:51:01 -0500 Thomas Harning Jr docs: Beginning of luaevent.core documentation changeset | files
Fri, 16 Nov 2007 11:48:09 -0500 Thomas Harning Jr docs: Added documentation for bufferevent changeset | files
Fri, 16 Nov 2007 11:46:23 -0500 Thomas Harning Jr docs: Fixed formatting glitches changeset | files
Fri, 16 Nov 2007 11:39:55 -0500 Thomas Harning Jr Added EVBUFFER_* constants to luaevent.core changeset | files
Fri, 16 Nov 2007 11:26:01 -0500 Thomas Harning Jr docs: Refactored 'file descriptor' reference changeset | files
Fri, 16 Nov 2007 11:22:01 -0500 Thomas Harning Jr Added initial shot at documentation using Ikiwiki (only luaevent.core.buffer is really doc'ed yet) changeset | files
Fri, 21 Sep 2007 14:37:24 -0400 Thomas Harning Jr Corrected spacing issues introduced in SciTE ... may begin using gvim to avoid these issues... changeset | files
Fri, 21 Sep 2007 14:35:11 -0400 Thomas Harning Jr buffer_event is born, albeit w/ deformities. Can construct instances but not use, yet. changeset | files
(0) -60 tip

mercurial