- Bugfixes for native extension compilation
- Bugfixes for internal corruption
- Fix problems with native extension not compiling
- IO::Buffer#read_frame for reading delimited data
- Bugfixes (#6)
- Some basic gem modernization
- Switch to rake-compiler for building the C extension
- Define IO::Buffer::MAX_SIZE (1 GiB) as the maximum buffer size
- Raise ArgumentError instead of RangeError if the buffer size is too big
- Fix botched release :(
- Update gemspec so it only globs .c and .rb files, to prevent future botched releases containing .o or .so files.
- Tuneable node size
- Ruby 1.8.7 compatibility fix
- Initial release