Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base: add patch to get luaevent working on mingw | blastbeat | 2009-07-15 | 1 | -0/+11 |
| | |||||
* | 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 | 2 | -0/+78 |
| | |||||
* | Added timertest. Prevented GC-ed events from causing an abort. | Thomas Harning Jr | 2007-09-06 | 1 | -1/+7 |
| | |||||
* | Fixed compilation issues | Thomas Harning Jr | 2007-09-05 | 2 | -4/+5 |
| | |||||
* | Added support for timeouts and timers. | Thomas Harning Jr | 2007-09-05 | 2 | -14/+47 |
| | |||||
* | Completely refactored event_callback creation out into event_callback. | Thomas Harning Jr | 2007-09-05 | 2 | -15/+25 |
| | |||||
* | Added missing license header | Thomas Harning Jr | 2007-09-05 | 1 | -0/+2 |
| | |||||
* | Beginning refactoring of the event_callback outside of the core | Thomas Harning Jr | 2007-09-05 | 2 | -50/+59 |
| | |||||
* | Unlearned get/setMainThread functions since they were unused. | Thomas Harning Jr | 2007-09-05 | 1 | -17/+2 |
| | |||||
* | Reformed project layout from 'luaevent/*' -> '*' | Thomas Harning Jr | 2007-08-31 | 1 | -0/+184 |