index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.test
/
tst
/
org
/
eclipse
/
jgit
/
transport
/
UploadPackTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-7.0' into stable-7.1
Matthias Sohn
7 days
1
-6
/
+6
|
\
|
*
Advertise "agent" capability when using protocol v2
Antonio Barone
12 days
1
-6
/
+6
|
*
Test advertised capabilities with protocol V0 and allow*Sha1InWant
pszlazak
2024-11-21
1
-0
/
+42
*
|
UploadPackTest: fix unclosed resource warning
Matthias Sohn
2024-11-19
1
-4
/
+4
*
|
Test advertised capabilities with protocol V0 and allow*Sha1InWant
Luca Milanesio
2024-10-12
1
-0
/
+42
|
/
*
[errorprone] Fix UnnecessaryParentheses errors
Matthias Sohn
2024-04-28
1
-20
/
+23
*
Use try-with-resource to ensure UploadPack is closed
Matthias Sohn
2023-11-09
1
-5
/
+6
*
Fix hiding field warning
Matthias Sohn
2023-11-09
1
-4
/
+4
*
UploadPackTest: Cover using wanted-refs as advertised set
Ivan Frade
2023-10-27
1
-0
/
+62
*
UploadPack: use want-refs as advertised set in fetch v2
Patrick Hiesel
2023-10-27
1
-1
/
+1
*
BasePackFetchConnection: Avoid full clone with useNegotiationTip
Ronald Bhuleskar
2023-10-25
1
-2
/
+65
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-4
/
+4
*
Merge branch 'stable-6.5'
Matthias Sohn
2023-04-28
1
-0
/
+69
|
\
|
*
Merge branch 'stable-6.4' into stable-6.5
Matthias Sohn
2023-04-27
1
-0
/
+69
|
|
\
|
|
*
Merge branch 'stable-6.3' into stable-6.4
Matthias Sohn
2023-04-27
1
-0
/
+69
|
|
|
\
|
|
|
*
UploadPack: Fix NPE when traversing a tag chain
Kaushik Lingarkar
2023-04-21
1
-0
/
+69
*
|
|
|
BasePackFetchConnection: support negotiationTip feature
Ronald Bhuleskar
2023-03-28
1
-0
/
+232
|
/
/
/
*
|
|
UploadPack: use allow-any-sha1-in-want configuration
kylezhao
2023-02-21
1
-0
/
+44
*
|
|
UploadPack: consume delimiter in object-info command
Han-Wen Nienhuys
2023-02-02
1
-1
/
+3
|
/
/
*
|
UploadPackTest: ensure UploadPack is closed to fix resource leak
Matthias Sohn
2022-11-21
1
-37
/
+43
*
|
UploadPack: Receive and parse client session-id
Josh Brown
2022-11-02
1
-0
/
+42
|
/
*
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2022-01-18
1
-0
/
+55
|
\
|
*
Merge branch 'stable-5.12' into stable-5.13
Matthias Sohn
2022-01-18
1
-0
/
+55
|
|
\
|
|
*
UploadPack v2 protocol: Stop negotiation for orphan refs
Marcin Czech
2022-01-18
1
-0
/
+55
*
|
|
[6.0 API cleanup] Public interface for PackLock
Thomas Wolf
2021-11-23
1
-1
/
+0
|
/
/
*
|
transport: add object-info capability
Bruno Albuquerque
2021-08-31
1
-0
/
+47
*
|
Teach independent negotiation (no pack file) using an option "wait-for-done"
Ronald Bhuleskar
2021-06-11
1
-0
/
+102
|
/
*
Use new protocol version constants
Matthias Sohn
2020-11-30
1
-13
/
+25
*
Merge branch 'stable-5.9'
Matthias Sohn
2020-11-30
1
-2
/
+6
|
\
|
*
Add constants for parsing git wire protocol version
David Ostrovsky
2020-11-29
1
-2
/
+7
*
|
UploadPackTest#testUploadRedundantBytes: ensure test repo is closed
Matthias Sohn
2020-10-02
1
-7
/
+10
*
|
Measure time taken for reachability checks
Alexa Panfil
2020-09-24
1
-11
/
+122
*
|
ReceivePackStats: Add size and count of unnecessary pushed objects
Yunjie Li
2020-09-11
1
-0
/
+61
|
/
*
Do not send empty blob in response to blob:none filter
Jonathan Nieder
2020-07-29
1
-1
/
+1
*
Add support for tree filters when fetching
Jonathan Nieder
2020-07-29
1
-0
/
+32
*
UploadPack: Clear advertised ref map after negotiation
Minh Thai
2020-04-23
1
-0
/
+78
*
Replace deprecated junit assertion methods with hamcrest
Matthias Sohn
2020-01-22
1
-1
/
+1
*
Update to Orbit I20200120214610 and JUnit to 4.13
David Pursehouse
2020-01-22
1
-1
/
+1
*
UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed
David Pursehouse
2019-11-25
1
-7
/
+11
*
ProtocolV2Parser: Introduce advertise sideband-all option
Ivan Frade
2019-10-15
1
-2
/
+5
*
CachedPackUriProvider: Add size to the pack information
Ivan Frade
2019-10-11
1
-1
/
+1
*
UploadPackTest: Stop using deprecated PacketLineIn constants
David Pursehouse
2019-10-07
1
-6
/
+6
*
UploadPackTest: Move "reachability" tests to its own file
Ivan Frade
2019-09-18
1
-97
/
+0
*
UploadPack: support custom packfile-to-URI mapping
Jonathan Tan
2019-08-20
1
-0
/
+54
*
UploadPack: move writing of "packfile" header
Jonathan Tan
2019-07-30
1
-1
/
+8
*
UploadPackTest: use Consumer to set up UploadPack
Jonathan Tan
2019-07-16
1
-43
/
+70
*
Support "sideband-all" in protocol v2 fetch
Jonathan Tan
2019-07-16
1
-0
/
+58
*
UploadPackTest: refactor capability config test
Jonathan Tan
2019-07-16
1
-48
/
+59
*
Move exception handling code to the caller
Masaya Suzuki
2019-06-27
1
-48
/
+42
*
Add assertThrows
Masaya Suzuki
2019-06-27
1
-154
/
+109
[next]