Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer_event is born, albeit w/ deformities. Can construct instances but ↵ | Thomas Harning Jr | 2007-09-21 | 1 | -1/+1 |
| | | | | not use, yet. | ||||
* | 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, ↵ | Thomas Harning Jr | 2007-09-07 | 1 | -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 Jr | 2007-09-07 | 1 | -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-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 ↵ | Thomas Harning Jr | 2007-09-06 | 1 | -3/+58 |
| | | | | `get_data`,`length`,`drain`,`close`,`new` | ||||
* | Added event_buffer object + 'add' functionality | Thomas Harning Jr | 2007-09-06 | 1 | -0/+76 |