| Commit message (Expand) | Author | Age | Files | Lines |
* | event_buffer.c: Silence warnings about uninitialized variable 'ret' | Matthew Wild | 2010-02-15 | 1 | -0/+2 |
* | buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes. | Waqas Hussain | 2010-02-15 | 1 | -1/+0 |
* | buffer_event is born, albeit w/ deformities. Can construct instances but not... | Thomas Harning Jr | 2007-09-21 | 1 | -1/+1 |
* | Exposed event_buffer checks/get/push operations in prep for buffer_event | Thomas Harning Jr | 2007-09-21 | 1 | -3/+3 |
* | event_buffer: drain learned spec notes, get_data learned negative values, man... | Thomas Harning Jr | 2007-09-07 | 1 | -1/+16 |
* | Learned event_buffer tests and added failure for 'add' if no args passed. | Thomas Harning Jr | 2007-09-07 | 1 | -0/+2 |
* | event_buffer learned how to read/write from/to sockets/file-descriptors | Thomas Harning Jr | 2007-09-07 | 1 | -0/+43 |
* | event_buffer learned to manage '#' and the __tostring metafield | Thomas Harning Jr | 2007-09-07 | 1 | -0/+4 |
* | event_buffer:add learned not to append to itself... | Thomas Harning Jr | 2007-09-07 | 1 | -0/+2 |
* | event_buffer learned readline and cleaned fn-list. | Thomas Harning Jr | 2007-09-07 | 1 | -6/+23 |
* | Documented event_buffer functions | Thomas Harning Jr | 2007-09-07 | 1 | -0/+25 |
* | event_buffer:get_data learned (len) and (begin,len) API | Thomas Harning Jr | 2007-09-06 | 1 | -1/+24 |
* | Quick compilation-fixes. | Thomas Harning Jr | 2007-09-06 | 1 | -5/+4 |
* | Updated changelog. event_buffer learned `get_data`,`length`,`drain`,`close`,... | Thomas Harning Jr | 2007-09-06 | 1 | -3/+58 |
* | Added event_buffer object + 'add' functionality | Thomas Harning Jr | 2007-09-06 | 1 | -0/+76 |