aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add simple unit tests for Base64"Chris Aniszczyk2010-11-131-0/+96
|\
| * Add simple unit tests for Base64Shawn O. Pearce2010-11-121-0/+96
* | Merge "Base64: Reformat to match JGit style"Chris Aniszczyk2010-11-131-369/+270
|\|
| * Base64: Reformat to match JGit styleShawn O. Pearce2010-11-121-369/+270
* | Merge "Base64: Strip out code JGit doesn't use"Chris Aniszczyk2010-11-131-1094/+30
|\|
| * Base64: Strip out code JGit doesn't useShawn O. Pearce2010-11-121-1094/+30
* | Merge "Remove unnecessary note fanout when removing notes"Chris Aniszczyk2010-11-133-0/+49
|\ \
| * | Remove unnecessary note fanout when removing notesShawn O. Pearce2010-11-123-0/+49
* | | Merge "Split note leaf buckets at 256 elements"Chris Aniszczyk2010-11-134-7/+99
|\| |
| * | Split note leaf buckets at 256 elementsShawn O. Pearce2010-11-124-7/+99
* | | Merge "Add internal API for note iteration"Chris Aniszczyk2010-11-133-0/+85
|\| |
| * | Add internal API for note iterationShawn O. Pearce2010-11-123-0/+85
* | | Merge "Allow writing a NoteMap back to the repository"Chris Aniszczyk2010-11-137-2/+249
|\| |
| * | Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-127-2/+249
* | | Merge "Add in-memory updating support to NoteMap"Chris Aniszczyk2010-11-136-0/+497
|\| |
| * | Add in-memory updating support to NoteMapShawn O. Pearce2010-11-126-0/+497
* | | Merge "Remember non-note tree entries when reading"Chris Aniszczyk2010-11-133-1/+116
|\| |
| * | Remember non-note tree entries when readingShawn O. Pearce2010-11-113-1/+116
* | | Merge branch 'rename-detection'Shawn O. Pearce2010-11-124-65/+141
|\ \ \
| * | | RenameDetector: Only scan deletes if adds existShawn O. Pearce2010-11-121-9/+8
| * | | SimilarityRenameDetector: Initialize sizes to 0Shawn O. Pearce2010-11-121-9/+4
| * | | SimilarityRenameDetector: Avoid allocating source indexShawn O. Pearce2010-11-121-8/+11
| * | | SimilarityRenameDetector: Only attempt to index large files onceShawn O. Pearce2010-11-121-0/+10
| * | | SimilarityIndex: Don't overflow internal counter fieldsShawn O. Pearce2010-11-121-9/+20
| * | | SimilarityIndex: Accept files larger than 8 MBShawn O. Pearce2010-11-124-35/+93
| * | | SimilarityIndex: Correct comment explaining the logicShawn O. Pearce2010-11-121-2/+2
| |/ /
* | | Merge branch 'fs-fsync'Shawn O. Pearce2010-11-125-76/+173
|\ \ \
| * | | Remove unnecessary flush calls from LockFileShawn O. Pearce2010-11-121-6/+0
| * | | Remove unnecessary region locking from LockFileShawn O. Pearce2010-11-121-31/+0
| * | | Support core.fsyncRefFiles optionShawn O. Pearce2010-11-124-13/+82
| * | | Support core.fsyncObjectFiles optionShawn O. Pearce2010-11-122-7/+89
| * | | Simplify LockFile write(ObjectId) caseShawn O. Pearce2010-11-091-21/+4
* | | | Added one-tree constructor to DirCacheCheckoutChristian Halstrick2010-11-131-6/+46
| |_|/ |/| |
* | | Merge "Fix null ref exception in DirCacheCheckout"Shawn Pearce2010-11-121-2/+3
|\ \ \
| * | | Fix null ref exception in DirCacheCheckoutLluis Sanchez2010-11-101-2/+3
| |/ /
* | / Use capital L for long constantsRobin Rosenberg2010-11-121-8/+8
| |/ |/|
* | Lazy load note subtrees from fanout levelsShawn O. Pearce2010-11-116-69/+557
* | Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-115-0/+556
* | Merge "Add MutableObjectId setByte to modify a mutable id"Chris Aniszczyk2010-11-112-0/+83
|\ \
| * | Add MutableObjectId setByte to modify a mutable idShawn O. Pearce2010-11-042-0/+83
* | | Merge "Implement command line support for CredentialsProvider"Chris Aniszczyk2010-11-117-335/+386
|\ \ \
| * | | Implement command line support for CredentialsProviderShawn O. Pearce2010-11-107-335/+386
* | | | Merge "Support CredentialsProvider for SSH connections"Chris Aniszczyk2010-11-117-4/+235
|\| | |
| * | | Support CredentialsProvider for SSH connectionsShawn O. Pearce2010-11-107-4/+235
* | | | Merge "Define a default CredentialsProvider"Stefan Lay2010-11-112-0/+18
|\| | |
| * | | Define a default CredentialsProviderShawn O. Pearce2010-11-102-0/+18
* | | | Merge "Enable providing credentials for HTTP authentication"Stefan Lay2010-11-1110-6/+614
|\| | |
| * | | Enable providing credentials for HTTP authenticationShawn O. Pearce2010-11-1010-6/+614
* | | | Merge "Add ObjectId getByte for random access"Chris Aniszczyk2010-11-102-3/+63
|\ \ \ \ | | |/ / | |/| |
| * | | Add ObjectId getByte for random accessShawn O. Pearce2010-11-042-3/+63