aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-041-0/+30
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-2/+3
* Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-261-6/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-2035-123/+123
* Fix bad test fix from 0bff481 "Limit receive commands"Shawn Pearce2017-02-201-9/+14
* Add some more missing @Override annotationsDavid Pursehouse2017-02-201-0/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1953-0/+164
* Limit receive commandsShawn Pearce2017-02-112-25/+130
* RefLeaseSpec: Fix Eclipse errorsDavid Pursehouse2017-02-091-8/+8
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-082-5/+168
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-082-5/+168
* | Follow redirects in transportBo Zhang2017-02-022-2/+23
* | Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-284-8/+14
|/
* Get rid of javax.servlet API dependency for core org.eclipse.jgitMarc Strapetz2017-01-031-5/+4
* Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2016-12-092-18/+78
* dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-221-3/+15
* Close input stream after useZhen Chen2016-11-221-7/+11
* Fix cryptoVer constant name to CRYPTO_VERShawn Pearce2016-11-141-3/+3
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-144-20/+14
* Organize importsDavid Pursehouse2016-11-147-6/+5
* Merge "Extract insecure Cipher factory"Matthias Sohn2016-11-132-6/+71
|\
| * Extract insecure Cipher factoryShawn Pearce2016-11-132-6/+71
* | Merge "Switch JSchSession to simple isolated OutputStream"Shawn Pearce2016-11-131-27/+5
|\ \ | |/ |/|
| * Switch JSchSession to simple isolated OutputStreamShawn Pearce2016-11-131-27/+5
* | WalkEncryption: Cleanup Java 8 supportShawn Pearce2016-11-131-35/+3
|/
* Implement auto gcMatthias Sohn2016-10-232-0/+15
* TransportBundleFile: Resolve remote repository locallyThomas Meyer2016-10-211-1/+1
* AmazonS3: ensure that errorStream is closedMatthias Sohn2016-10-121-12/+20
* Delay inserter.flush in WalkFetchConnectionZhen Chen2016-10-021-3/+7
* Suppress deprecation warnings related to UploadPackLoggerDavid Pursehouse2016-09-222-1/+3
* Fix wrong @since tags introduced by 1beb3ccdMatthias Sohn2016-09-213-3/+3
* Add ReceivedPackStatistics for PackParserMasaya Suzuki2016-09-193-2/+268
* ReceivePack: integrate push option parsing into recvCommandsShawn Pearce2016-08-292-11/+23
* ReceivePack: simplify getPushOptionsShawn Pearce2016-08-291-13/+7
* ReceivePack: allow push options to be setShawn Pearce2016-08-291-6/+18
* ReceivePack: refactor push option parsingShawn Pearce2016-08-262-75/+58
* Fix push option initalization on HTTPStefan Beller2016-08-261-1/+3
* Packet logging for JGitDan Wang2016-08-242-5/+31
* Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki2016-08-231-2/+43
* Merge "BaseReceivePack: null and IllegalStateException cases for getPushOptions"Jonathan Nieder2016-08-151-3/+19
|\
| * BaseReceivePack: null and IllegalStateException cases for getPushOptionsDan Wang2016-08-101-3/+19
* | Merge changes Ib0d8c294,Idfb83482Jonathan Nieder2016-08-081-4/+7
|\ \
| * | Shallow fetch: Pass along "shallow"s in unparsed-wants case, tooJonathan Nieder2016-08-081-1/+1
| * | Shallow fetch: Pass a DepthWalk to PackWriterJonathan Nieder2016-08-081-3/+6
* | | Shallow fetch/clone: Make --depth mean the total history depthTerry Parker2016-08-051-4/+13
|/ /
* | RefSpec: Make WildcardMode publicStefan Beller2016-07-281-2/+20
* | RefSpecs: allow construction of weird wildcarded RefSpecsStefan Beller2016-07-251-9/+84
* | RefSpec: reject refs ending in '/'Stefan Beller2016-07-251-0/+2
|/
* Push implementation of option stringsDan Wang2016-07-226-1/+177
* ReceivePack: report protocol parsing failures on channel 3Shawn Pearce2016-07-052-1/+34