Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #1076: load commit cache in a background thread | Tom | 2016-10-27 | 1 | -50/+67 |
| | | | | | | | | | | * Make the CommitCache fully thread-safe. It was using a ConcurrentHashMap containing lists, but then handed out these lists. It also did multiple operations on that map that as a whole should be atomic. * Use isEmpty() instead of size() == 0. * Run the loading of the commit cache in a background daemon thread | ||||
* | [findbugs] Fix incorrect key lookup in commit cache | James Moger | 2014-04-17 | 1 | -2/+4 |
| | |||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -34/+34 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Reset dashboard and activity commit cache on branch REWIND or DELETE | James Moger | 2013-07-16 | 1 | -0/+17 |
| | |||||
* | Improve performance of cache filling | James Moger | 2013-06-24 | 1 | -3/+3 |
| | |||||
* | Implemented commit cache for the dashboards, activity, and project pages | James Moger | 2013-06-24 | 1 | -0/+253 |