aboutsummaryrefslogtreecommitdiffstats
path: root/src/ArchiveLookup.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* ArchiveLookup: in-place editing, avoid string copyMax Kellermann2013-10-171-29/+24
|
* ArchiveLookup: declare local variables laterMax Kellermann2013-10-171-5/+4
|
* ArchiveLookup: don't reset out argumentsMax Kellermann2013-10-171-4/+0
| | | | If we return false, their values are undefined.
* ArchiveLookup: move code to FindSlash()Max Kellermann2013-10-171-7/+18
|
* ArchiveLookup: move code to FindSuffix()Max Kellermann2013-10-171-8/+13
|
* ArchiveLookup: return const stringsMax Kellermann2013-10-171-1/+3
|
* ArchiveLookup: move API documentation to headerMax Kellermann2013-10-171-18/+0
|
* Archive*: move archive_domain to ArchiveDomain.cxxMax Kellermann2013-10-151-3/+1
| | | | Merge duplicate symbol.
* Log: new logging library APIMax Kellermann2013-10-021-5/+10
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* archive/*: convert to C++Max Kellermann2013-01-241-0/+111