summaryrefslogtreecommitdiff
path: root/lib/bbackupd
Commit message (Collapse)AuthorAge
* Replace mpGetLine pointer with a std::auto_ptr.Chris Wilson2015-12-24
| | | | Allows us to remove cleanup code, because it happens automatically.
* Move reusable code out of bin directories.Chris Wilson2015-12-13
Allows tests to depend on lib/bbackupd instead of bin/bbackupd, which was always a hack, and really doesn't work with CMake.