Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2016-12-11 | paludis: address -Wterminate warning from gcc 6 | -3/+5 | |
2016-08-06 | modernize: use default method synthesis | -3/+1 | |
2013-06-23 | C++11: auto convert to nullptr via cpp11-migrate | -1/+1 | |
2013-05-22 | Switch to std mutex and condition_variable | -5/+5 | |
2013-05-22 | Use std::thread | -4/+7 | |
2011-08-07 | Move explicit instantiations to namespace paludis | -4/+6 | |
2011-02-12 | Add lots of debug logging | -0/+47 | |
2011-02-03 | OutputManager::ignore_succeeded | -0/+20 | |
2011-01-09 | Rework Pimp to avoid ImpPtr ickiness | -4/+4 | |
2010-12-10 | Do our own buffering for SafeOFStream | -3/+3 | |
2010-11-19 | Handle errors when creating the output manager | -3/+14 | |
2010-08-24 | FSEntry -> FSPath, FSStat | -1/+0 | |
2010-07-23 | Avoid more explicit newage | -1/+1 | |
2010-07-23 | Avoid sptr.reset(new ...) | -6/+6 | |
2010-07-23 | PrivateImplementationPattern -> Pimp, Implementation -> Imp | -13/+13 | |
2010-07-22 | Less verbose PrivateImplementationPattern | -3/+3 | |
2010-07-22 | Use std::make_shared<> | -1/+0 | |
2010-07-22 | No more tr1:: and tr1/ | -21/+21 | |
2010-07-16 | IPCInputManager's exclusivity does nothing | -5/+3 | |
2010-06-17 | Fix race condition | -1/+2 | |
2010-04-20 | Callback for IPCInputManager creation | -4/+10 | |
2010-04-02 | Deserialise via a stream rather than a string. | -1/+2 | |
2010-02-19 | ClientOutputFeatures | -4/+8 | |
2010-01-13 | Fix gcc 4.1 build | -2/+4 | |
2010-01-08 | IPCInputManager::underlying_output_manager_if_constructed | -4/+17 | |
2010-01-07 | Close off unused FDs | -2/+22 | |
2010-01-05 | Output via IPC | -0/+405 |