aboutsummaryrefslogtreecommitdiffstats
path: root/src/event_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to compile on OS X.James Snyder2010-03-031-2/+1
* event_buffer.c: Silence warnings about uninitialized variable 'ret'Matthew Wild2010-02-151-0/+2
* buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes.Waqas Hussain2010-02-151-1/+0
* buffer_event is born, albeit w/ deformities. Can construct instances but not...Thomas Harning Jr2007-09-211-1/+1
* Exposed event_buffer checks/get/push operations in prep for buffer_eventThomas Harning Jr2007-09-211-3/+3
* event_buffer: drain learned spec notes, get_data learned negative values, man...Thomas Harning Jr2007-09-071-1/+16
* Learned event_buffer tests and added failure for 'add' if no args passed.Thomas Harning Jr2007-09-071-0/+2
* event_buffer learned how to read/write from/to sockets/file-descriptorsThomas Harning Jr2007-09-071-0/+43
* 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-071-6/+23
* 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 `get_data`,`length`,`drain`,`close`,...Thomas Harning Jr2007-09-061-3/+58
* Added event_buffer object + 'add' functionalityThomas Harning Jr2007-09-061-0/+76