aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* UploadPack: Avoid unnecessary flush in smart HTTPShawn O. Pearce2010-06-231-1/+1
* Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-163-4/+13
* Repository can be configured with FSMarc Strapetz2010-06-049-52/+65
* Provide a public entry method to determine whether a URI protocol is supportedAlex Blewitt2010-06-041-0/+32
* Externalize strings from JGitSasa Zivkov2010-05-1933-244/+276
* Fix SSH deadlock during OutOfMemoryErrorShawn O. Pearce2010-05-191-4/+4
* Fix hang when fetching over SSHShawn O. Pearce2010-05-131-6/+12
* ReceivePack: Clarify the check reachable optionShawn O. Pearce2010-04-161-22/+40
* ReceivePack: Micro-optimize object lookup when checking connectivityShawn O. Pearce2010-04-161-3/+7
* ReceivePack: Correct type of not provided objectShawn O. Pearce2010-04-161-1/+1
* IndexPack: Tighten up new and base object bookkeepingShawn O. Pearce2010-04-162-31/+39
* ReceivePack: Remove need new,base object id propertiesShawn O. Pearce2010-04-161-49/+4
* ReceivePack: Discard IndexPack as soon as possibleShawn O. Pearce2010-04-161-0/+1
* ReceivePack: fix ensureProvidedObjectsVisible on thin packsShawn O. Pearce2010-04-162-5/+33
* IndexPack: Correct thin pack fix using less than 20 bytesShawn O. Pearce2010-04-161-0/+8
* Merge branch 'stable-0.7'Shawn O. Pearce2010-03-222-1/+26
|\
| * Fix EGit deadlock listing branches of SSH remoteShawn O. Pearce2010-03-202-1/+26
* | Add a paranoid 'must be provided' option to ReceivePackNico Sallembien2010-03-181-3/+55
|/
* Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-1221-357/+549
|\
| * Reuse the line buffer between strings in PacketLineInShawn O. Pearce2010-03-121-8/+13
| * Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-127-28/+57
| * Fix smart HTTP client buffer alignmentShawn O. Pearce2010-03-121-32/+15
| * Use "ERR message" for early ReceivePack problemsShawn O. Pearce2010-03-121-8/+31
| * Catch and report "ERR message" during remote advertisementsShawn O. Pearce2010-03-121-0/+20
| * Wait for EOF on stderr before finishing SSH channelShawn O. Pearce2010-03-121-13/+45
| * Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-1210-186/+210
| * ReceivePack: Enable side-band-64k capability for status reportsShawn O. Pearce2010-03-122-30/+54
| * Use more restrictive patterns for sideband progress scrapingShawn O. Pearce2010-03-121-4/+4
| * Prefix remote progress tasks with "remote: "Shawn O. Pearce2010-03-121-4/+9
| * Decode side-band channel number as unsigned integerShawn O. Pearce2010-03-121-1/+1
| * Refactor SideBandInputStream constructionShawn O. Pearce2010-03-123-20/+20
| * Refactor SideBandOutputStream to be bufferedShawn O. Pearce2010-03-124-45/+92
* | Merge "Don't doubly wrap TransportException in smart HTTP client"Shawn Pearce2010-02-111-13/+3
|\|
| * Don't doubly wrap TransportException in smart HTTP clientShawn O. Pearce2010-02-111-13/+3