Mon, 16 Jan 2012 04:25:48 +0000 Matthew Wild event_callback.c: Don't delete and re-add the event if the timeout hasn't changed default tip changeset | files
Mon, 16 Jan 2012 04:21:17 +0000 Matthew Wild event_callback.c: Check for event being destroyed during callback changeset | files
Mon, 16 Jan 2012 01:53:45 +0000 Matthew Wild Merge with upstream changeset | files
Wed, 06 Jul 2011 23:56:20 -0400 Thomas Harning Jr base/lua: fixes incorrectly recorded version and prepares a new release changeset | files
Tue, 05 Jul 2011 22:23:15 -0400 Thomas Harning Jr base: adds distribution archive generation functionality to Makefile changeset | files
Sat, 15 Jan 2011 20:35:09 -0500 Thomas Harning Jr base: removes direct dependency on liblua since Lua modules should not directly link master changeset | files
Sat, 15 Jan 2011 20:33:42 -0500 Thomas Harning Jr docs: updates README and CHANGELOG with version notes and impending new tag changeset | files
Sat, 15 Jan 2011 20:32:15 -0500 Thomas Harning Jr Merge remote branch 'jsnyder-tree/master' changeset | files
Wed, 03 Mar 2010 18:19:20 -0600 James Snyder Changes to compile on OS X. changeset | files
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
Fri, 21 Sep 2007 12:55:28 -0400 Thomas Harning Jr Exposed event_buffer checks/get/push operations in prep for buffer_event changeset | files
Fri, 21 Sep 2007 12:10:52 -0400 Thomas Harning Jr Relocated the COROUTINE_MANAGEMENT document... changeset | files
Fri, 21 Sep 2007 12:02:14 -0400 Thomas Harning Jr CHANGELOG updated w/ version date for v0.2.0 changeset | files
Fri, 07 Sep 2007 23:55:20 -0400 Thomas Harning Jr event_buffer: drain learned spec notes, get_data learned negative values, many tests written changeset | files
Fri, 07 Sep 2007 23:23:20 -0400 Thomas Harning Jr Learned event_buffer tests and added failure for 'add' if no args passed. changeset | files
Fri, 07 Sep 2007 22:19:31 -0400 Michael Roth Added lunit 0.4a from Michael Roth (author of Lua-sqlite3) changeset | files
Fri, 07 Sep 2007 00:34:10 -0400 Thomas Harning Jr event_buffer learned how to read/write from/to sockets/file-descriptors changeset | files
Fri, 07 Sep 2007 00:20:10 -0400 Thomas Harning Jr event_buffer learned to manage '#' and the __tostring metafield changeset | files
Fri, 07 Sep 2007 00:17:08 -0400 Thomas Harning Jr event_buffer:add learned not to append to itself... changeset | files
Fri, 07 Sep 2007 00:10:08 -0400 Thomas Harning Jr event_buffer learned readline and cleaned fn-list. changeset | files
Fri, 07 Sep 2007 00:00:59 -0400 Thomas Harning Jr Documented event_buffer functions changeset | files
Thu, 06 Sep 2007 23:55:48 -0400 Thomas Harning Jr event_buffer:get_data learned (len) and (begin,len) API changeset | files
Thu, 06 Sep 2007 23:43:45 -0400 Thomas Harning Jr Quick compilation-fixes. changeset | files
Thu, 06 Sep 2007 23:40:46 -0400 Thomas Harning Jr Updated changelog. event_buffer learned `get_data`,`length`,`drain`,`close`,`new` changeset | files
Thu, 06 Sep 2007 23:22:55 -0400 Thomas Harning Jr Added event_buffer object + 'add' functionality changeset | files
Thu, 06 Sep 2007 00:05:55 -0400 Thomas Harning Jr Added timertest. Prevented GC-ed events from causing an abort. changeset | files
Wed, 05 Sep 2007 23:35:31 -0400 Thomas Harning Jr Fixed compilation issues changeset | files
Wed, 05 Sep 2007 23:33:46 -0400 Thomas Harning Jr Added support for timeouts and timers. changeset | files
Wed, 05 Sep 2007 23:05:05 -0400 Thomas Harning Jr Completely refactored event_callback creation out into event_callback. changeset | files
Wed, 05 Sep 2007 22:49:38 -0400 Thomas Harning Jr Added missing license header changeset | files
Wed, 05 Sep 2007 22:48:49 -0400 Thomas Harning Jr Beginning refactoring of the event_callback outside of the core changeset | files
Wed, 05 Sep 2007 22:38:28 -0400 Thomas Harning Jr Unlearned get/setMainThread functions since they were unused. changeset | files
Sat, 01 Sep 2007 00:26:35 -0400 Thomas Harning Jr Added preliminary git-ignore declaration file for this project. changeset | files
Sat, 01 Sep 2007 00:24:11 -0400 Thomas Harning Jr Refactored luaevent.lua (unlearned borked fairness, collapsing useless code). changeset | files
Sat, 01 Sep 2007 00:06:39 -0400 Thomas Harning Jr Removed no-longer-applicable 'Revision' numbers from CHANGELOG changeset | files
Fri, 31 Aug 2007 23:47:55 -0400 Thomas Harning Jr Moved lua source into its own directory. changeset | files
Fri, 31 Aug 2007 23:21:09 -0400 Thomas Harning Jr Update README w/ more project details. changeset | files
Fri, 31 Aug 2007 09:34:09 -0400 Thomas Harning Jr Reformed project layout from 'luaevent/*' -> '*' changeset | files
Tue, 28 Aug 2007 17:50:26 -0400 Thomas Harning Jr Updated readme w/ page & repo. changeset | files
Sat, 18 Aug 2007 20:57:33 +0000 Thomas Harning Jr * Committing what will be version 0.1.2 changeset | files
Wed, 13 Jun 2007 04:32:12 +0000 Thomas Harning Jr Setup management of socket create/close. changeset | files
Wed, 13 Jun 2007 03:54:01 +0000 Thomas Harning Jr Fixed up return-value handling. changeset | files
Wed, 13 Jun 2007 03:29:11 +0000 Thomas Harning Jr Performed some refactoring... changeset | files
Wed, 13 Jun 2007 02:13:18 +0000 Thomas Harning Jr Fixed the strange event error... it was adding events to a dead socket. changeset | files
Mon, 11 Jun 2007 02:17:23 +0000 Thomas Harning Jr Reformatted changlog changeset | files
Mon, 11 Jun 2007 02:14:55 +0000 Thomas Harning Jr Added changelog changeset | files
Mon, 11 Jun 2007 01:52:16 +0000 Thomas Harning Jr Fixed stack overflow issue. (Forgot to pop error/integer) changeset | files
Mon, 11 Jun 2007 01:24:10 +0000 Thomas Harning Jr * Added some cheap protection code for failures in callback changeset | files
Mon, 11 Jun 2007 01:08:59 +0000 Thomas Harning Jr * Completed mostly working version changeset | files
Sun, 10 Jun 2007 16:52:55 +0000 Thomas Harning Jr * Adjusted licensing and added README. changeset | files
Sun, 10 Jun 2007 16:01:26 +0000 Thomas Harning Jr Initial commit: changeset | files
(0) tip

mercurial