aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Introduce specific WantNotValidException for serversShawn Pearce2016-02-162-15/+96
* smart HTTP server: Pass along "want X not valid" to clientShawn Pearce2016-02-161-21/+14
* Merge branch 'stable-4.2'Matthias Sohn2016-02-151-2/+1
|\
| * Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-2/+1
| * Fix TransportException when reading bundleChris Gavin2016-01-211-10/+17
* | Allow to reuse disableSslVerify method, move it to HttpSupportSaša Živkov2016-02-041-43/+1
* | Prevent ChainingCredentialsProvider from adding delegated providers twiceRüdiger Herrmann2016-01-261-2/+0
* | Fix a @since tagThomas Wolf2016-01-231-1/+1
* | Merge "Fix TransportException when reading bundle"Shawn Pearce2016-01-211-10/+17
|\ \
| * | Fix TransportException when reading bundleChris Gavin2016-01-211-10/+17
| |/
* / daemon: Add --ketch=LEADER flagShawn Pearce2016-01-191-0/+10
|/
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-1/+1
|\
| * Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-1/+1
* | Transport: Implement AutoCloseableShawn Pearce2016-01-192-3/+10
* | ReceiveCommand.abort(): Utility to mark batch of commands as failedShawn Pearce2016-01-182-4/+23
* | Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-033-11/+98
|\ \
| * | ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-302-7/+80
| * | ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-303-5/+19
* | | Fix "remote: Counting objects: ..." formattingShawn Pearce2015-12-311-6/+13
|/ /
* | Unify fetch and receive ObjectChecker setupShawn Pearce2015-12-292-49/+36
* | Close copy threads in case of errorsDmitry Neverov2015-12-241-1/+14
* | Merge "ProgressSpinner: Simple busy wait entertainment"Shawn Pearce2015-12-161-0/+149
|\ \
| * | ProgressSpinner: Simple busy wait entertainmentShawn Pearce2015-12-161-0/+149
| |/
* | Merge "Fix InterruptTimer leak in BasePackConnection"Shawn Pearce2015-12-161-1/+3
|\ \
| * | Fix InterruptTimer leak in BasePackConnectionMatthias Sohn2015-12-161-1/+3
* | | Merge "Refspec: loosen restrictions on wildcard "*""Shawn Pearce2015-12-151-4/+0
|\ \ \
| * | | Refspec: loosen restrictions on wildcard "*"Marc Strapetz2015-10-211-4/+0
* | | | Merge "Fix possible arithmetic overflow when setting a timeout"Shawn Pearce2015-12-151-1/+2
|\ \ \ \
| * | | | Fix possible arithmetic overflow when setting a timeoutChristian Halstrick2015-12-151-1/+2
* | | | | Merge "Bug 484342: Support @ in username in SSH url."Shawn Pearce2015-12-151-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-151-1/+1
* | | | | Merge "NetRCCredentialsProvider should return false if any item is missing"Christian Halstrick2015-12-153-9/+15
|\ \ \ \ \
| * | | | | NetRCCredentialsProvider should return false if any item is missingMatthias Sohn2015-12-083-9/+15
* | | | | | Merge "Fix ChainingCredentialsProvider"Christian Halstrick2015-12-151-2/+8
|\| | | | | | |_|/ / / |/| | | |
| * | | | Fix ChainingCredentialsProviderMatthias Sohn2015-12-081-2/+8
* | | | | Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-156-19/+58
| |_|_|/ |/| | |
* | | | Merge "push: Do not blindly overwrite peer"Shawn Pearce2015-12-143-4/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | push: Do not blindly overwrite peerShawn Pearce2015-12-143-4/+13
* | | | URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-121-4/+8
* | | | Add remote command to JGit CLIKaloyan Raev2015-12-111-0/+2
| |/ / |/| |
* | | Fix NPE in HttpAuthMethodMatthias Sohn2015-12-071-1/+2
|/ /
* | Support atomic push in JGit clientShawn Pearce2015-12-023-6/+61
* | Fix wrong @since tag In ReceiveCommandMatthias Sohn2015-12-021-1/+1
* | ReceiveCommand.filter: Accept IterableShawn Pearce2015-12-011-7/+28
* | DirCache: Add helper to read from a treeShawn Pearce2015-11-291-6/+2
* | Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-253-9/+17
* | Revert "Remove PackWriter.Statistics and other deprecated classes"Jonathan Nieder2015-11-103-0/+211
* | Remove PackWriter.Statistics and other deprecated classesTerry Parker2015-11-093-211/+0
* | Add support for pre-push hooksChristian Halstrick2015-11-021-2/+24
* | [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-2812-51/+51
|/