aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientFile.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* Client: move trivial functions into the Client classMax Kellermann2013-10-191-1/+1
|
* *: 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-9/+7
| | | | Replaces GLib's GError.
* ack.h: move to protocol/Max Kellermann2013-08-101-1/+1
|
* ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov2013-05-061-2/+4
| | | | This commit also fixes incorrect passing of UTF-8 strings to client_allow_file
* ClientFile.cxx: include config.hDenis Krjuchkov2013-05-061-0/+1
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-1/+1
|
* client: convert to C++Max Kellermann2013-01-031-0/+70