Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2017-01-16 | paludis: c++11-ify repository iteration | -6/+5 | |
2016-08-04 | modernize: use override annotations | -10/+10 | |
2016-08-04 | modernize: convert to range based for-loops | -3/+2 | |
2013-05-22 | Use nullptr | -5/+4 | |
2013-05-22 | Switch to std mutex and condition_variable | -3/+1 | |
2013-05-22 | Use std::thread | -2/+1 | |
2011-10-04 | Rename sync suffixes to sources | -5/+7 | |
2011-06-22 | Warn if an --option is specified multiple times | -1/+1 | |
2011-04-12 | MetadataKey value -> parse_value | -4/+9 | |
2011-03-27 | ActionQueue no longer used | -1/+0 | |
2011-03-26 | Use Environment rather than PackageDatabase | -9/+8 | |
2011-03-19 | cave sync --revision | -2/+5 | |
2011-03-19 | Let syncing specify a revision | -1/+1 | |
2011-03-12 | Make command importance an enum | -7/+7 | |
2010-11-08 | cave sync --suffix | -4/+10 | |
2010-11-07 | Let sync take a suffix | -3/+3 | |
2010-08-17 | formats -> colours | -1/+1 | |
2010-08-17 | format_general is dead | -1/+0 | |
2010-08-17 | fmt sync | -19/+22 | |
2010-08-12 | Let hooks take an output manager | -8/+9 | |
2010-07-23 | Avoid more explicit newage | -1/+1 | |
2010-07-23 | Avoid sptr.reset(new ...) | -1/+1 | |
2010-07-22 | Use std::make_shared<> | -2/+1 | |
2010-07-22 | No more tr1:: and tr1/ | -14/+14 | |
2010-06-09 | Replace Validated with WrappedValue | -1/+1 | |
2010-04-25 | Don't start timestamps until after pre hooks | -0/+3 | |
2010-03-26 | Create a temporary StandardOutputManager in case of errors | -0/+2 | |
2010-03-05 | Fix 4.2 | -4/+4 | |
2010-02-19 | ClientOutputFeatures | -1/+2 | |
2010-01-10 | Auto-sequential if syncing one repo | -0/+3 | |
2010-01-05 | Make use of OutputManager::nothing_more_to_come() | -0/+2 | |
2010-01-05 | Tweak actions, create output manager info | -1/+1 | |
2010-01-03 | Don't show (active) when sequential | -1/+1 | |
2010-01-03 | Prettier output handling | -10/+26 | |
2010-01-02 | Cleaner output managers | -4/+27 | |
2010-01-02 | Signal success to output managers | -14/+23 | |
2009-12-28 | Make sequential work | -0/+4 | |
2009-12-28 | Move executors into util | -120/+1 | |
2009-12-28 | Change how we execute syncs | -210/+291 | |
2009-10-21 | There's no point in sync_interface | -6/+2 | |
2009-06-07 | mark sync as an important command | -0/+6 | |
2009-04-27 | Only invalidate expired write cache entries | -0/+7 | |
2009-02-11 | Move output manager out of util | -1/+1 | |
2009-02-11 | Support out of band messages | -0/+4 | |
2009-02-10 | Don't do log via OutputManager for now | -5/+0 | |
2009-02-10 | Header fixes | -0/+4 | |
2009-02-06 | More general OutputManager framework. | -25/+55 | |
2008-12-05 | kill some sr | -5/+5 | |
2008-11-17 | add --help option to commands | -1/+9 | |
2008-10-27 | Handle failures better | -0/+11 |