index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
stable-7.3
stable-7.4
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.http.test
/
tst
/
org
/
eclipse
/
jgit
/
http
/
test
/
SmartClientSmartServerTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate Repository#getReflogReader methods
Matthias Sohn
2025-01-27
1
-1
/
+2
*
Bump jetty version to 12.0.9 and servlet-api to 6.0
David Ostrovsky
2024-05-08
1
-3
/
+3
*
Bump jetty version to 11.0.20
David Ostrovsky
2024-05-02
1
-10
/
+10
*
Don't handle internal git errors as an HTTP error
Sven Selberg
2022-11-10
1
-6
/
+6
*
HTTP Smart: set correct HTTP status on error
Sven Selberg
2022-05-09
1
-8
/
+19
*
TransportHttp: support preemptive Basic authentication
Thomas Wolf
2021-01-14
1
-21
/
+179
*
TransportHttp: make the connection factory configurable
Thomas Wolf
2021-01-14
1
-0
/
+64
*
Protocol V2: respect MAX_HAVES only once we got at least one ACK
Thomas Wolf
2021-01-04
1
-0
/
+63
*
Enable git wire protocol version 2 on server side per default
David Ostrovsky
2021-01-03
1
-1
/
+4
*
Client-side protocol V2 support for fetching
Thomas Wolf
2021-01-01
1
-74
/
+182
*
Revert "Client-side protocol V2 support for fetching"
Thomas Wolf
2020-11-03
1
-181
/
+72
*
Client-side protocol V2 support for fetching
Thomas Wolf
2020-10-29
1
-72
/
+181
*
TransportHttp: abort on time-out or on SocketException
Thomas Wolf
2020-05-23
1
-0
/
+76
*
Replace ExpectedException which was deprecated in junit 4.13
Matthias Sohn
2020-01-24
1
-15
/
+11
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
UploadPackServlet: Use uploadWithExceptionPropagation
Masaya Suzuki
2019-12-02
1
-1
/
+1
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-2
/
+1
*
Apache HTTP: run more tests
Thomas Wolf
2019-08-26
1
-19
/
+2
*
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-20
1
-10
/
+8
|
\
|
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-20
1
-10
/
+8
|
|
\
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-19
1
-10
/
+8
|
|
|
\
|
|
|
*
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
1
-10
/
+8
|
|
|
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2019-06-19
1
-1
/
+1
*
|
|
|
TransportHttp: resolve redirect URIs from the "Location" header
Thomas Wolf
2019-08-16
1
-2
/
+39
|
/
/
/
*
/
/
Convert to lambda or member reference
Carsten Hammer
2019-05-16
1
-14
/
+6
|
/
/
*
|
SmartClientSmartServerTest: Open Repository in try-with-resource
David Pursehouse
2019-01-21
1
-97
/
+76
*
|
SmartClientSmartServerTest: Open ObjectInserter.Formatter in try-with-resource
David Pursehouse
2019-01-21
1
-3
/
+5
*
|
SmartClientSmartServerTest#addBrokenContext: Remove unused TestRepository
David Pursehouse
2019-01-21
1
-3
/
+3
*
|
SmartClientSmartServerTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-4
/
+12
*
|
SmartClientSmartServerTest: Stop using deprecated Repository#hasObject
David Pursehouse
2019-01-20
1
-4
/
+4
*
|
Merge branch 'stable-5.2'
Jonathan Nieder
2019-01-10
1
-1
/
+83
|
\
\
|
*
|
Merge branch 'stable-5.1' into stable-5.2
Jonathan Nieder
2018-12-26
1
-1
/
+83
|
|
\
|
|
|
*
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2018-12-25
1
-1
/
+83
|
|
|
\
|
|
|
*
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2018-12-25
1
-1
/
+83
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2018-12-25
1
-1
/
+83
|
|
|
|
|
\
|
|
|
|
|
*
UploadPack: Test filtering by AdvertiseRefsHook in stateless transports
Masaya Suzuki
2018-12-24
1
-1
/
+83
*
|
|
|
|
|
Deprecate Repository#hasObject
Jonathan Nieder
2019-01-04
1
-21
/
+21
|
/
/
/
/
/
*
/
/
/
/
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-30
1
-1
/
+1
|
/
/
/
/
*
/
/
/
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-2
/
+2
|
/
/
/
*
|
|
Use Constants.CHARACTER_ENCODING in tests
David Pursehouse
2018-04-11
1
-1
/
+1
*
|
|
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
1
-7
/
+4
*
|
|
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-2
/
+2
|
/
/
*
/
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-2
/
+2
|
/
*
Cleanup: message reporting for HTTP redirect handling
Thomas Wolf
2017-08-23
1
-4
/
+4
*
Do authentication re-tries on HTTP POST
Thomas Wolf
2017-08-22
1
-9
/
+252
*
Add support to follow HTTP redirects
Thomas Wolf
2017-08-17
1
-43
/
+268
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-3
/
+3
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+5
*
Update Jetty to 9.4.1.v20170120
Matthias Sohn
2017-02-19
1
-2
/
+2
*
Follow redirects in transport
Bo Zhang
2017-02-02
1
-13
/
+117
[next]