aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn""Matthias Sohn2010-11-091-1/+2
|\
| * Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn"Shawn O. Pearce2010-11-081-1/+2
* | Fix URIish parsing of absolute scp-style URIsShawn O. Pearce2010-11-091-7/+25
|/
* [findbugs] Fix illegal format specifierMatthias Sohn2010-10-231-1/+1
* IndexPack: Make translated progress messages non-staticShawn O. Pearce2010-10-171-8/+3
* Add support for single-slash URIChristian Halstrick2010-10-081-19/+36
* Refactored URI parsing to detect wrong URIsChristian Halstrick2010-10-081-28/+76
* Fixed URI regexp regarding user/password partChristian Halstrick2010-10-081-1/+2
* Introduce commented constants for the segments of an URI regexChristian Halstrick2010-10-081-6/+51
* Externalize strings in TransportHttpMatthias Sohn2010-10-081-30/+32
* Merge "Support HTTP basic and digest authentication"Chris Aniszczyk2010-10-072-24/+364
|\
| * Support HTTP basic and digest authenticationShawn O. Pearce2010-09-282-24/+364
* | Split URI regex strings differentlyChristian Halstrick2010-10-061-10/+17
|/
* Allow ../relative paths in remotesChris West (Faux)2010-09-101-1/+6
* Fix checkReferencedIsReachable to use correct base listShawn O. Pearce2010-09-061-9/+20
* Discard object bodies when checking connectivityShawn O. Pearce2010-09-061-0/+2
* ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-031-0/+4
* IndexPack: Use byte limited form of getCachedBytesShawn O. Pearce2010-08-301-2/+2
* Undo translation of protocol string 'unpack error'Shawn O. Pearce2010-08-301-1/+1
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-2/+2
* Expose pack fetch/push connections for subclassingShawn O. Pearce2010-08-202-5/+41
* Implement async/batch lookup of object dataShawn O. Pearce2010-08-201-81/+131
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-2/+2
* TransportHttp does not honor timeout settingMathias Kinzler2010-08-101-0/+2
* Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-286-14/+100
* Simplify UploadPack use of options during writingShawn O. Pearce2010-07-281-4/+2
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-272-2/+3
* Merge branch 'delta'Shawn O. Pearce2010-07-2219-299/+358
|\
| * Support large loose objects as streamsShawn O. Pearce2010-07-011-3/+4
| * Ensure RevWalk is released when doneShawn O. Pearce2010-06-296-79/+110
| * Use one ObjectReader for WalkFetchConnectionShawn O. Pearce2010-06-281-8/+30
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-282-5/+8
| * Fix minor formatting issue in UploadPackShawn O. Pearce2010-06-281-2/+1
| * Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-281-2/+2
| * Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-284-16/+17
| * Remove Repository.openObject(ObjectReader, AnyObjectId)Shawn O. Pearce2010-06-281-3/+5
| * Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-284-60/+75
| * Release ObjectReader before the cached ObjectDatabaseShawn O. Pearce2010-06-281-6/+6
| * Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-265-5/+5
| * Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-2610-15/+15
| * Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-252-3/+5
| * Use ObjectInserter for loose objects in WalkFetchConnectionShawn O. Pearce2010-06-251-56/+18
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-6/+16
| * Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-2/+3
| * Move additional have enumeration to RepositoryShawn O. Pearce2010-06-251-16/+3
| * Refactor amazon-s3:// property file loading to support no directoryShawn O. Pearce2010-06-251-17/+28
| * Download pack-*.idx to /tmp if not on local filesystemShawn O. Pearce2010-06-251-7/+16
| * Replace manual peel loops with RevWalk.peelShawn O. Pearce2010-06-232-8/+9
| * Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-232-2/+4
* | IndexPack: Fix spurious pack file corruption errorsShawn O. Pearce2010-07-201-3/+3