aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | bufferevent learned (get|set)_timeoutsThomas Harning Jr2007-11-252-0/+33
| |
* | bufferevent learned get_*_watermarksThomas Harning Jr2007-11-252-0/+28
| |
* | bufferevent learned set_*_watermarksThomas Harning Jr2007-11-252-0/+38
| |
* | docs: Learned bufferevent's new get_read/writeThomas Harning Jr2007-11-251-0/+6
| |
* | buffer_event learned get_read/get_write buffer accessorsThomas Harning Jr2007-11-251-0/+16
| |
* | buffer_event: Learned how to erase read/write buffer knowledge from LuaThomas Harning Jr2007-11-251-0/+6
| |
* | buffer_event: removed magic numbers for read/write buffer locationsThomas Harning Jr2007-11-251-4/+8
| |
* | docs: Added remaining documentation for luaevent.coreThomas Harning Jr2007-11-201-0/+33
| |
* | doc: Update luaevent.core to contain docs on EV_* valuesThomas Harning Jr2007-11-201-0/+17
| |
* | Added EV_SIGNAL and EV_PERSIST flags to the registered valuesThomas Harning Jr2007-11-201-0/+2
| |
* | Added newline at end-of-file for API doc pageThomas Harning Jr2007-11-201-1/+1
| |
* | docs: Beginning of luaevent.core documentationThomas Harning Jr2007-11-161-0/+17
| |
* | docs: Added documentation for buffereventThomas Harning Jr2007-11-161-0/+28
| |
* | docs: Fixed formatting glitchesThomas Harning Jr2007-11-162-3/+4
| |
* | Added EVBUFFER_* constants to luaevent.coreThomas Harning Jr2007-11-161-0/+6
| |
* | docs: Refactored 'file descriptor' referenceThomas Harning Jr2007-11-162-5/+9
| |
* | Added initial shot at documentation using Ikiwiki (only luaevent.core.buffer ↵Thomas Harning Jr2007-11-167-0/+85
| | | | | | | | is really doc'ed yet)
* | Corrected spacing issues introduced in SciTE ... may begin using gvim to ↵Thomas Harning Jr2007-09-212-6/+5
| | | | | | | | avoid these issues...
* | buffer_event is born, albeit w/ deformities. Can construct instances but ↵Thomas Harning Jr2007-09-216-1/+224
| | | | | | | | not use, yet.
* | Exposed event_buffer checks/get/push operations in prep for buffer_eventThomas Harning Jr2007-09-212-3/+6
|/
* Relocated the COROUTINE_MANAGEMENT document...Thomas Harning Jr2007-09-211-0/+0
|
* CHANGELOG updated w/ version date for v0.2.0Thomas Harning Jr2007-09-211-1/+1
|
* event_buffer: drain learned spec notes, get_data learned negative values, ↵Thomas Harning Jr2007-09-073-2/+64
| | | | | | | | | many tests written The additional tests added were tests for: * Obtaining partial data using get_data * Reading lines using various line ending mixes/etc * Draining values w/ negative value
* Learned event_buffer tests and added failure for 'add' if no args passed.Thomas Harning Jr2007-09-072-0/+119
| | | | | | lunit-based unit tests for event_buffer have been added. They are currently not complete but are in the works to help manage corner cases/etc. These should also get behaviors well-defined.
* Added lunit 0.4a from Michael Roth (author of Lua-sqlite3)Michael Roth2007-09-071-0/+693
| | | | Gleaned from lua-sqlite3 since the `public` version of lunit is 0.3a
* event_buffer learned how to read/write from/to sockets/file-descriptorsThomas Harning Jr2007-09-072-0/+44
|
* event_buffer learned to manage '#' and the __tostring metafieldThomas Harning Jr2007-09-071-0/+4
|
* event_buffer:add learned not to append to itself...Thomas Harning Jr2007-09-071-0/+2
|
* event_buffer learned readline and cleaned fn-list.Thomas Harning Jr2007-09-072-6/+24
|
* Documented event_buffer functionsThomas Harning Jr2007-09-071-0/+25
|
* event_buffer:get_data learned (len) and (begin,len) APIThomas Harning Jr2007-09-061-1/+24
|
* Quick compilation-fixes.Thomas Harning Jr2007-09-061-5/+4
|
* Updated changelog. event_buffer learned ↵Thomas Harning Jr2007-09-062-3/+66
| | | | `get_data`,`length`,`drain`,`close`,`new`
* Added event_buffer object + 'add' functionalityThomas Harning Jr2007-09-063-0/+96
|
* Added timertest. Prevented GC-ed events from causing an abort.Thomas Harning Jr2007-09-062-1/+26
|
* Fixed compilation issuesThomas Harning Jr2007-09-052-4/+5
|
* Added support for timeouts and timers.Thomas Harning Jr2007-09-054-14/+49
|
* Completely refactored event_callback creation out into event_callback.Thomas Harning Jr2007-09-054-17/+29
|
* Added missing license headerThomas Harning Jr2007-09-051-0/+2
|
* Beginning refactoring of the event_callback outside of the coreThomas Harning Jr2007-09-054-56/+83
|
* Unlearned get/setMainThread functions since they were unused.Thomas Harning Jr2007-09-051-17/+2
|
* Added preliminary git-ignore declaration file for this project.Thomas Harning Jr2007-09-011-0/+5
|