diff options
author | Thomas Harning Jr <harningt@gmail.com> | 2007-09-07 23:55:20 -0400 |
---|---|---|
committer | Thomas Harning Jr <harningt@gmail.com> | 2007-09-07 23:55:20 -0400 |
commit | a2cea3da193bdbf0e2754109982befafd8db7858 (patch) | |
tree | 59fb7eb90a017820f9d49fe7c707717b1bba9416 /CHANGELOG | |
parent | 7640ff3de4854bd196b254ca190a40de9ebda5ad (diff) | |
download | luaevent-prosody-a2cea3da193bdbf0e2754109982befafd8db7858.tar.gz luaevent-prosody-a2cea3da193bdbf0e2754109982befafd8db7858.zip |
event_buffer: drain learned spec notes, get_data learned negative values, 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
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ + Added event_buffer object * Can 'add' a sequence of strings/event_buffers * Can 'get_data', 'length','drain','close' and create new instances - * Can 'readline' + * Can 'readline', 'read' from file des, 'write' to file des + * Added lunit tests for basic functions (read/write from/to FD) ====== 0.1.2 - 2007-08-18 + Setup system to use new coro management as described in COROUTINE_MANAGEMENT |