aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientFile.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-2/+1
| | | | | | | 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.
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+2
| | | | Replaces GLib's GError.
* include cleanupMax Kellermann2013-07-301-2/+0
|
* ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov2013-05-061-1/+2
| | | | This commit also fixes incorrect passing of UTF-8 strings to client_allow_file
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-2/+2
|
* client: convert to C++Max Kellermann2013-01-031-0/+43