aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.storage.dht
Commit message (Expand)AuthorAgeFilesLines
* Fix loading packed objects >2GShawn O. Pearce2012-03-281-3/+3
* cleanup: Drop unused parameter on DhtPackParserRobin Rosenberg2012-03-091-4/+4
* Prepare 2.0.0-SNAPSHOT buildsMatthias Sohn2012-02-162-18/+18
* Merge branch 'stable-1.2'Matthias Sohn2011-12-262-0/+100
|\
| * JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2Matthias Sohn2011-12-232-2/+2
| * Enforce the use of Java5 API:s only (with a few exceptions)Robin Rosenberg2011-12-162-0/+100
* | Merge branch 'stable-1.2'Matthias Sohn2011-12-161-0/+19
|\|
| * Add API checking using clirrMatthias Sohn2011-12-151-0/+19
* | Prepare 1.3.0 buildsMatthias Sohn2011-12-102-18/+18
|/
* Fire IndexChangedEvent on DirCache.commit()Matthias Sohn2011-09-301-0/+5
* Prepare 1.2.0 buildsMatthias Sohn2011-09-152-18/+18
* Prepare post v1.1.0.201109151100-r buildstable-1.1Matthias Sohn2011-09-152-2/+2
* JGit v1.1.0.201109151100-rv1.1.0.201109151100-rMatthias Sohn2011-09-152-2/+2
* Prepare post v1.1.0.201109071825-rc3 buildsMatthias Sohn2011-09-082-2/+2
* JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3Matthias Sohn2011-09-082-2/+2
* Use commit message best practices for Mylyn Commit templateMatthias Sohn2011-09-052-0/+7
* Prepare post-v1.1.0.201109011030-rc2 buildsMatthias Sohn2011-09-012-2/+2
* JGit v1.1.0.201109011030-rc2v1.1.0.201109011030-rc2Matthias Sohn2011-09-012-2/+2
* Reassign symbolic ref list after calling put.Kevin Sawicki2011-08-241-1/+1
* DHT: Change DhtReadher caches to be dynamic by workloadShawn O. Pearce2011-06-096-54/+158
* DHT: Use a proper HashMap for RecentChunk lookupsShawn O. Pearce2011-06-091-12/+16
* DHT: Always have at least one recent chunk in DhtReaderShawn O. Pearce2011-06-091-1/+1
* DHT: Fix NPE during prefetchShawn O. Pearce2011-06-091-1/+1
* DHT: Drop leading hash digits from row keysShawn O. Pearce2011-06-092-20/+12
* Merge branch 'stable-1.0'Matthias Sohn2011-06-093-1/+62
|\
| * Prepare post JGit v1.0.0.201106090707-r buildsstable-1.0Matthias Sohn2011-06-092-13/+13
| * JGit v1.0.0.201106090707-rv1.0.0.201106090707-rMatthias Sohn2011-06-092-13/+13
| * Include about.html files in maven buildMatthias Sohn2011-06-091-0/+1
| * Prepare post v1.0.0.201106081625-r buildsMatthias Sohn2011-06-092-13/+13
| * JGit v1.0.0.201106081625-rv1.0.0.201106081625-rMatthias Sohn2011-06-082-13/+13
| * Add missing about.html files to all shipped bundlesMatthias Sohn2011-06-082-1/+61
| * Prepare post v1.0.0.201106071701-r buildsMatthias Sohn2011-06-082-13/+13
| * JGit v1.0.0.201106071701-rv1.0.0.201106071701-rMatthias Sohn2011-06-072-13/+13
| * Prepare post v1.0.0.201106051725-r buildsMatthias Sohn2011-06-062-13/+13
| * JGit v1.0.0.201106051725-rv1.0.0.201106051725-rMatthias Sohn2011-06-052-13/+13
* | Prepare 1.1.0 buildsMatthias Sohn2011-06-062-18/+18
|/
* Prepare post v1.0.0.201106011211-rc3 buildsMatthias Sohn2011-06-012-13/+13
* JGit v1.0.0.201106011211-rc3v1.0.0.201106011211-rc3Matthias Sohn2011-06-012-13/+13
* Remove incubation markerMatthias Sohn2011-05-311-1/+1
* DHT: Support removing a repository nameShawn O. Pearce2011-05-313-0/+43
* DHT: Fix thread-safety issue in AbstractWriteBufferShawn O. Pearce2011-05-311-7/+18
* DHT: Add sequence RefDataShawn O. Pearce2011-05-253-129/+197
* DHT: Replace TinyProtobuf with Google Protocol BuffersShawn O. Pearce2011-05-2541-2668/+994
* DHT: Remove per-process ChunkCacheShawn O. Pearce2011-05-256-626/+23
* Store Git on any DHTShawn O. Pearce2011-05-0598-0/+19928