summaryrefslogtreecommitdiff
path: root/src/UpdateIO.cxx
AgeCommit message (Collapse)Author
2014-01-24Update*: move to update/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
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.
2013-10-02Log: new logging library APIMax Kellermann
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-02-02UpdateIO.cxx: use file system API, log in UTF-8Denis Krjuchkov
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann
2013-01-02Directory: make the header C++ onlyMax Kellermann
2013-01-02mapper: convert to C++Max Kellermann
2013-01-02update: convert to C++Max Kellermann