Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -1/+1 |
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -4/+4 |
* | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 2013-10-17 | 1 | -3/+0 |
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -3/+3 |
* | ArchivePlugin: move instance methods to class ArchiveFile | Max Kellermann | 2013-01-30 | 1 | -33/+0 |
* | ArchiveFile: convert to a class | Max Kellermann | 2013-01-29 | 1 | -9/+9 |
* | ArchivePlugin: replace scan_reset(), scan_next() with visit() | Max Kellermann | 2013-01-29 | 1 | -15/+4 |
* | ArchivePlugin: scan_next() returns const string | Max Kellermann | 2013-01-29 | 1 | -2/+2 |
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -3/+5 |
* | archive/*: convert to C++ | Max Kellermann | 2013-01-24 | 1 | -0/+107 |