aboutsummaryrefslogtreecommitdiffstats
path: root/src/event_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes to compile on OS X.James Snyder2010-03-031-2/+1
| | | | | - BSD version of install doesn't have -D flag - stdlib.h should include malloc defs (malloc.h is obsolete)
* 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 ↵Thomas Harning Jr2007-09-211-1/+1
| | | | not use, yet.
* 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, ↵Thomas Harning Jr2007-09-071-1/+16
| | | | | | | | | 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-071-0/+2
| | | | | | 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.
* 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 ↵Thomas Harning Jr2007-09-061-3/+58
| | | | `get_data`,`length`,`drain`,`close`,`new`
* Added event_buffer object + 'add' functionalityThomas Harning Jr2007-09-061-0/+76