| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Simplify error handling.
|
|
|
|
|
|
|
|
|
|
Fixes crash when another object attempts to access the EventLoop
during destruction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Eliminate the C wrappers.
|
|
|
|
BufferedSocket has just an input buffer, and FullyBufferedSocket adds
the output buffer.
|
|
|
|
|
|
|
|
|
|
Don't use va_list.
|
|
|
|
|
|
Add the interface ArchiveVisitor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Drop support for the old faacDec* API.
|
|
|
|
|
|
|
|
Eliminate input_stream_init() and input_stream_deinit().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|