| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement zero-copy for single window objects | Shawn O. Pearce | 2010-06-26 | 3 | -22/+65 |
* | Redo PackWriter object reuse output | Shawn O. Pearce | 2010-06-26 | 12 | -294/+512 |
* | Redo PackWriter object reuse selection | Shawn O. Pearce | 2010-06-26 | 11 | -129/+415 |
* | Reclaim some bits in ObjectToPack flags field | Shawn O. Pearce | 2010-06-25 | 1 | -7/+17 |
* | Extract PackFile specific code to ObjectToPack subclass | Shawn O. Pearce | 2010-06-25 | 5 | -52/+148 |
* | Extract ObjectToPack to be top-level | Shawn O. Pearce | 2010-06-25 | 2 | -143/+191 |
* | Allow Repository.getDirectory() to be null | Shawn O. Pearce | 2010-06-25 | 5 | -18/+31 |
* | Redo event listeners to be more generic | Shawn O. Pearce | 2010-06-25 | 11 | -170/+370 |
* | Rename Repository getWorkDir to getWorkTree | Shawn O. Pearce | 2010-06-25 | 3 | -10/+11 |
* | Refactor repository construction to builder class | Shawn O. Pearce | 2010-06-25 | 6 | -175/+811 |
* | Remove Repository.toFile(ObjectId) | Shawn O. Pearce | 2010-06-25 | 2 | -26/+0 |
* | Use ObjectInserter for loose objects in WalkFetchConnection | Shawn O. Pearce | 2010-06-25 | 1 | -56/+18 |
* | Replace WindowCache with ObjectReader | Shawn O. Pearce | 2010-06-25 | 16 | -150/+266 |
* | Refactor alternate object databases below ObjectDirectory | Shawn O. Pearce | 2010-06-25 | 7 | -613/+382 |
* | Start using ObjectInserter instead of ObjectWriter | Shawn O. Pearce | 2010-06-25 | 7 | -61/+92 |
* | Refactor object writing responsiblities to ObjectDatabase | Shawn O. Pearce | 2010-06-25 | 11 | -278/+694 |
* | Change Repository.getConfig() to return non-file Configs | Shawn O. Pearce | 2010-06-25 | 1 | -1/+1 |
* | Make lib.Repository abstract and lib.FileRepository its implementation | Shawn O. Pearce | 2010-06-25 | 5 | -337/+530 |
* | Consistently fail work tree methods on bare repositories | Shawn O. Pearce | 2010-06-25 | 1 | -0/+12 |
* | Consistently use getDirectory() for work tree state | Shawn O. Pearce | 2010-06-25 | 1 | -5/+5 |
* | Add RepositoryState.BARE | Shawn O. Pearce | 2010-06-25 | 2 | -0/+11 |
* | Rename Repository 'config' as 'repoConfig' | Shawn O. Pearce | 2010-06-25 | 1 | -8/+8 |
* | Remove RepositoryConfig and use FileBasedConfig instead | Shawn O. Pearce | 2010-06-25 | 3 | -140/+5 |
* | Delegate repository access to refs, objects | Shawn O. Pearce | 2010-06-25 | 1 | -15/+22 |
* | Cleanup Repository.create() | Shawn O. Pearce | 2010-06-25 | 1 | -4/+5 |
* | Move additional have enumeration to Repository | Shawn O. Pearce | 2010-06-25 | 2 | -16/+28 |
* | Refactor amazon-s3:// property file loading to support no directory | Shawn O. Pearce | 2010-06-25 | 1 | -17/+28 |
* | Download pack-*.idx to /tmp if not on local filesystem | Shawn O. Pearce | 2010-06-25 | 1 | -7/+16 |
* | DirCache must use getIndexFile | Shawn O. Pearce | 2010-06-25 | 1 | -2/+6 |
* | Disable topological sorting in PackWriter | Shawn O. Pearce | 2010-06-23 | 1 | -2/+1 |
* | UploadPack: Permit flushing progress messages under smart HTTP | Shawn O. Pearce | 2010-06-23 | 1 | -1/+18 |
* | Rewrite resolve in terms of RevWalk | Shawn O. Pearce | 2010-06-23 | 1 | -119/+83 |
* | Replace manual peel loops with RevWalk.peel | Shawn O. Pearce | 2010-06-23 | 4 | -23/+35 |
* | Use RevTag/RevCommit to sort in a PlotWalk | Shawn O. Pearce | 2010-06-23 | 1 | -9/+14 |
* | Use CoreConfig, UserConfig and TransferConfig directly | Shawn O. Pearce | 2010-06-23 | 5 | -6/+10 |
* | Use higher level Config types when possible | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | UploadPack: Avoid unnecessary flush in smart HTTP | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | Add MutableObjectId.copyFrom(AnyObjectId) | Shawn O. Pearce | 2010-06-23 | 2 | -10/+16 |
* | Expose AnyObjectId compareTo(byte[]) and compareTo(int[]) | Shawn O. Pearce | 2010-06-23 | 1 | -2/+24 |
* | Expose RefWriter constructor taking RefList | Shawn O. Pearce | 2010-06-23 | 1 | -2/+7 |
* | Expose RefUpdate constructor to any subclass | Shawn O. Pearce | 2010-06-23 | 1 | -1/+10 |
* | Expose repository change event constructors | Shawn O. Pearce | 2010-06-23 | 2 | -2/+14 |
* | isValidRefName: Inline the forbidden ref suffix of ".lock" | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | Merge ""Bare" Repository should not return working directory." | Shawn Pearce | 2010-06-16 | 3 | -26/+154 |
|\ |
|
| * | "Bare" Repository should not return working directory. | Mathias Kinzler | 2010-06-16 | 3 | -26/+154 |
* | | Make ObjectId, RefSpec, RemoteConfig, URIish serializable | Andrew Bayer | 2010-06-16 | 4 | -6/+37 |
|/ |
|
* | Merge "Add missing @Override tags in AlternateRepositoryDatabase" | Chris Aniszczyk | 2010-06-15 | 1 | -0/+3 |
|\ |
|
| * | Add missing @Override tags in AlternateRepositoryDatabase | Shawn O. Pearce | 2010-06-14 | 1 | -0/+3 |
* | | Allow to read configured keys | Mathias Kinzler | 2010-06-15 | 1 | -0/+101 |
* | | Cache filemode in GitIndex | Robin Rosenberg | 2010-06-13 | 1 | -1/+2 |