Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -1/+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 library | Max Kellermann | 2013-09-04 | 1 | -3/+2 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigFile: move code to ConfigGlobal.cxx | Max Kellermann | 2013-01-30 | 1 | -0/+31 |