Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -9/+9 |
| | |||||
* | InputInternal: remove obsolete library | Max Kellermann | 2013-10-23 | 1 | -1/+0 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -4/+4 |
| | |||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -3/+3 |
| | | | | Decouple some more from GLib. | ||||
* | input_plugin: rename struct to "InputPlugin" | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -19/+15 |
| | | | | Replaces GLib's GError. | ||||
* | ArchivePlugin: move instance methods to class ArchiveFile | Max Kellermann | 2013-01-30 | 1 | -30/+16 |
| | |||||
* | archive/zzip: fix memory leak | Max Kellermann | 2013-01-30 | 1 | -15/+12 |
| | |||||
* | ArchiveFile: convert to a class | Max Kellermann | 2013-01-29 | 1 | -12/+9 |
| | |||||
* | refcount: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -5/+4 |
| | |||||
* | ArchivePlugin: replace scan_reset(), scan_next() with visit() | Max Kellermann | 2013-01-29 | 1 | -34/+17 |
| | | | | Add the interface ArchiveVisitor. | ||||
* | ArchivePlugin: scan_next() returns const string | Max Kellermann | 2013-01-29 | 1 | -3/+3 |
| | |||||
* | InputStream: add constructor/destructor | Max Kellermann | 2013-01-28 | 1 | -5/+2 |
| | | | | Eliminate input_stream_init() and input_stream_deinit(). | ||||
* | input/zzip: add constructor/destructor | Max Kellermann | 2013-01-28 | 1 | -22/+31 |
| | |||||
* | input/zzip: rename the classes | Max Kellermann | 2013-01-28 | 1 | -15/+14 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -0/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | input_{internal,plugin}: convert to C++ | Max Kellermann | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | archive/*: convert to C++ | Max Kellermann | 2013-01-24 | 1 | -0/+262 |