Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ArchiveLookup: in-place editing, avoid string copy | Max Kellermann | 2013-10-17 | 1 | -29/+24 |
| | |||||
* | ArchiveLookup: declare local variables later | Max Kellermann | 2013-10-17 | 1 | -5/+4 |
| | |||||
* | ArchiveLookup: don't reset out arguments | Max Kellermann | 2013-10-17 | 1 | -4/+0 |
| | | | | If we return false, their values are undefined. | ||||
* | ArchiveLookup: move code to FindSlash() | Max Kellermann | 2013-10-17 | 1 | -7/+18 |
| | |||||
* | ArchiveLookup: move code to FindSuffix() | Max Kellermann | 2013-10-17 | 1 | -8/+13 |
| | |||||
* | ArchiveLookup: return const strings | Max Kellermann | 2013-10-17 | 1 | -1/+3 |
| | |||||
* | ArchiveLookup: move API documentation to header | Max Kellermann | 2013-10-17 | 1 | -18/+0 |
| | |||||
* | Archive*: move archive_domain to ArchiveDomain.cxx | Max Kellermann | 2013-10-15 | 1 | -3/+1 |
| | | | | Merge duplicate symbol. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -5/+10 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | archive/*: convert to C++ | Max Kellermann | 2013-01-24 | 1 | -0/+111 |