aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-7.0' into stable-7.1Matthias Sohn7 days1-0/+1
|\
| * Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn7 days1-0/+1
| |\
| | * Advertise "agent" capability when using protocol v2Antonio Barone12 days1-0/+1
* | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-061-1/+1
|\| |
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-061-1/+3
| |\|
| | * UploadPack#implies: add missing @since tagMatthias Sohn2024-12-021-1/+3
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-261-13/+25
| |\|
| | * Align request policies with CGitpszlazak2024-11-211-13/+25
* | | Merge branch 'stable-7.1'Matthias Sohn2024-11-051-1/+3
|\ \ \
| * | | Add missing @since 7.1 to UploadPack#impliesMatthias Sohn2024-11-051-1/+3
* | | | [errorprone] Remove deprecated security managerIvan Frade2024-11-011-5/+2
* | | | [errorprone] HttpConnection: Add missing summary in javaIvan Frade2024-10-301-0/+16
|/ / /
* | | Align request policies with CGitLuca Milanesio2024-10-121-13/+25
* | | UploadPack: suppress resource warning for DepthWalk.RevWalkMatthias Sohn2024-10-111-1/+2
|/ /
* | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-09-261-3/+2
|\|
| * Merge branch 'stable-6.9' into stable-6.10Matthias Sohn2024-09-261-3/+2
| |\
| | * Merge branch 'stable-6.8' into stable-6.9stable-6.9Matthias Sohn2024-09-261-3/+2
| | |\
| | | * Merge branch 'stable-6.7' into stable-6.8stable-6.8Matthias Sohn2024-09-261-3/+2
| | | |\
| | | | * Merge branch 'stable-6.6' into stable-6.7stable-6.7Matthias Sohn2024-09-261-3/+2
| | | | |\
| | | | | * AdvertisedRequestValidator: fix WantNotValidException caused by racestable-6.6Matthias Sohn2024-09-251-3/+2
* | | | | | UserAgent: remove deprecated #getAgent, #hasAgent methodsMatthias Sohn2024-09-031-41/+0
* | | | | | Remove deprecated Transport#getFilterBlobLimit methodsMatthias Sohn2024-09-031-22/+0
* | | | | | Remove deprecated RefAdvertiser#send(Map<String, Ref>) methodMatthias Sohn2024-09-031-21/+0
* | | | | | Remove deprecated ReceivePack#setEchoCommandFailures methodMatthias Sohn2024-09-031-16/+0
* | | | | | Remove deprecated class ReceivePack.FirstLineMatthias Sohn2024-09-031-46/+0
* | | | | | PacketLineIn: make deprecated #END and #DELIM privateMatthias Sohn2024-09-031-13/+2
* | | | | | UploadPack: Remove @Deprecated classes and methodsIvan Frade2024-08-291-60/+1
* | | | | | Merge branch 'stable-6.10'Matthias Sohn2024-08-271-2/+4
|\| | | | |
| * | | | | AmazonS3: Ensure SAXParserFactory sets valid/expected input paramsMatthias Sohn2024-08-271-2/+4
* | | | | | Merge branch 'stable-6.10'Matthias Sohn2024-08-201-1/+1
|\| | | | |
| * | | | | Merge branch 'stable-6.9' into stable-6.10Matthias Sohn2024-08-201-1/+1
| |\| | | |
| | * | | | Merge branch 'stable-6.8' into stable-6.9Matthias Sohn2024-08-201-1/+1
| | |\| | |
| | | * | | Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-08-201-1/+1
| | | |\| |
| | | | * | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-08-201-1/+1
| | | | |\|
| | | | | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2024-08-201-1/+1
| | | | | |\
| | | | | | * Merge branch 'stable-6.4' into stable-6.5stable-6.5Matthias Sohn2024-08-181-1/+1
| | | | | | |\
| | | | | | | * Merge branch 'stable-6.3' into stable-6.4stable-6.4Matthias Sohn2024-08-181-1/+1
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-6.2' into stable-6.3stable-6.3Matthias Sohn2024-08-141-1/+1
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-6.1' into stable-6.2stable-6.2Matthias Sohn2024-08-141-1/+1
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-6.0' into stable-6.1stable-6.1Matthias Sohn2024-08-141-1/+1
| | | | | | | | | | |\
| | | | | | | | | | | * Merge branch 'stable-5.13' into stable-6.0stable-6.0Matthias Sohn2024-08-141-1/+1
| | | | | | | | | | | |\
| | | | | | | | | | | | * Fix "Comparison of narrow type with wide type in loop condition"stable-5.13Matthias Sohn2024-08-091-1/+1
* | | | | | | | | | | | | Add worktrees read supportJanne Valkealahti2024-07-142-0/+7
|/ / / / / / / / / / / /
* | | | | | | | | | | | WalkFetchConnection: Remove marked packs on all function exitsIvan Frade2024-05-161-6/+15
* | | | | | | | | | | | Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-161-16/+20
* | | | | | | | | | | | [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-294-19/+17
|/ / / / / / / / / / /
* | | | | | | | | | | Errorprone EscapedEntity: Do not use HTML entities inside @code javadocIvan Frade2024-02-092-3/+3
* | | | | | | | | | | BasePackFetchConnection: Skip object/ref lookups if local repo is emptyDariusz Luksza2023-12-201-9/+20
|/ / / / / / / / / /
* | | | | | | | | | UploadPack: use want-refs as advertised set in fetch v2Patrick Hiesel2023-10-271-5/+18
* | | | | | | | | | BasePackFetchConnection: Avoid full clone with useNegotiationTipRonald Bhuleskar2023-10-251-19/+45