aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow users of ReceivePack access to the objects being sentNico Sallembien2010-02-112-5/+121
|/
* Add a RefFilter interface to ReceivePack and UploadPackNico Sallembien2010-02-103-5/+129
* Remove pointless boolean during native pushShawn O. Pearce2010-02-091-1/+1
* Fix server side NPE during push to empty repositoryShawn O. Pearce2010-02-011-1/+1
* Merge "Check for remote server exec failures and report"Shawn Pearce2010-01-291-16/+40
|\
| * Check for remote server exec failures and reportShawn O. Pearce2010-01-231-16/+40
* | Merge "Added caching for loose object lookup during pack indexing"Shawn Pearce2010-01-271-1/+9
|\ \
| * | Added caching for loose object lookup during pack indexingConstantine Plotnikov2010-01-211-1/+9
* | | Disable the JRE HTTP cache, if anyShawn O. Pearce2010-01-231-0/+1
| |/ |/|
* | Merge branch 'ref-abstract'Shawn O. Pearce2010-01-2310-57/+86
|\ \ | |/ |/|
| * Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce2010-01-233-10/+19
| * Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-239-47/+67
* | Introduce a named constant for the ".git" directory extensionRobin Rosenberg2010-01-152-5/+8
* | Introduce a named constant for the .git directory.Robin Rosenberg2010-01-152-5/+6
|/
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-121-5/+31
* Download HEAD by itself if not in info/refsShawn O. Pearce2010-01-121-10/+59
* client side smart HTTPShawn O. Pearce2010-01-123-55/+534
* Expose PacketLineOut for reuse outside of the transport packageShawn O. Pearce2010-01-122-10/+74
* Expose RefAdvertiser for reuse outside of the transport packageShawn O. Pearce2010-01-123-23/+165
* Teach UploadPack how to use an RPC style interfaceShawn O. Pearce2010-01-121-5/+55
* Teach ReceivePack how to use an RPC style interfaceShawn O. Pearce2010-01-121-2/+43
* Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce2010-01-121-1/+1
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-123-35/+101