aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateIO.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-7/+7
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-6/+6
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* Log: new logging library APIMax Kellermann2013-10-021-6/+6
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* UpdateIO.cxx: use file system API, log in UTF-8Denis Krjuchkov2013-02-021-12/+17
|
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-6/+4
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-27/+20
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-5/+5
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* mapper: convert to C++Max Kellermann2013-01-021-4/+1
|
* update: convert to C++Max Kellermann2013-01-021-0/+120