Sign in
gerrit
/
jgit
/
95de60594ed6fdbc2ac6eaebe114be71c171c038
/
org.eclipse.jgit.http.test
ee74782
PacketLineIn: Add an iterator over strings in the input stream
by David Pursehouse
· 6 years ago
7377b8d
Replace trivial reference comparison of PacketLineIn.{DELIM,END}
by David Pursehouse
· 6 years ago
e19e859
Tune max heap size for tests
by Matthias Sohn
· 6 years ago
84fc5c9
Convert to lambda or member reference
by Carsten Hammer
· 6 years ago
90107d5
Prepare 5.4.0-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
3b94cd0
SmartClientSmartServerTest: Open Repository in try-with-resource
by David Pursehouse
· 6 years ago
ec72e80
SmartClientSmartServerTest: Open ObjectInserter.Formatter in try-with-resource
by David Pursehouse
· 6 years ago
4cba10b
SmartClientSmartServerTest#addBrokenContext: Remove unused TestRepository
by David Pursehouse
· 6 years ago
5ac044a
SmartClientSmartServerTest: Open TestRepository in try-with-resource
by David Pursehouse
· 6 years ago
283830a
SmartClientSmartServerTest: Stop using deprecated Repository#hasObject
by David Pursehouse
· 6 years ago
fb7b943
DumbClientSmartServerTest: Open TestRepository in try-with-resource
by David Pursehouse
· 6 years ago
4635f38
DumbClientDumbServerTest: Open TestRepository in try-with-resource
by David Pursehouse
· 6 years ago
ec94268
Merge branch 'stable-5.2'
by Jonathan Nieder
· 6 years ago
3f9a5ce
Deprecate Repository#hasObject
by Jonathan Nieder
· 6 years ago
5656222
Prepare 5.2.2-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
24e8995
JGit v5.2.1.201812262042-r
by Matthias Sohn
· 6 years ago
v5.2.1.201812262042-r
f909de5
Merge branch 'stable-5.1' into stable-5.2
by Jonathan Nieder
· 6 years ago
d14209e
Prepare 5.1.5-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
c93aec2
JGit v5.1.4.201812251853-r
by Matthias Sohn
· 6 years ago
v5.1.4.201812251853-r
25deb30
Merge branch 'stable-5.0' into stable-5.1
by Matthias Sohn
· 6 years ago
9caa942
Merge branch 'stable-4.11' into stable-5.0
by Matthias Sohn
· 6 years ago
23e4765
Prepare 4.11.7-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
cc76de5
JGit v4.11.6.201812241910-r
by Matthias Sohn
· 6 years ago
v4.11.6.201812241910-r
affbb99
Merge branch 'stable-4.10' into stable-4.11
by Matthias Sohn
· 6 years ago
60a606a
Merge branch 'stable-4.9' into stable-4.10
by Matthias Sohn
· 6 years ago
8f1fd09
Prepare 4.9.9-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
67af2d46d
JGit v4.9.8.201812241815-r
by Matthias Sohn
· 6 years ago
v4.9.8.201812241815-r
78b18db
UploadPack: Test filtering by AdvertiseRefsHook in stateless transports
by Masaya Suzuki
· 6 years ago
9e5c7c5
Capture test coverage and add an aggregate test coverage report
by Matthias Sohn
· 6 years ago
57b8cf4
Prepare 5.2.1-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
c84c081
JGit v5.2.0.201812061821-r
by Matthias Sohn
· 6 years ago
v5.2.0.201812061821-r
38da21d
Prepare 5.3.0-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
055c312
Prepare 5.2.0-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
12d840d
JGit v5.2.0.201811281532-m3
by Matthias Sohn
· 6 years ago
v5.2.0.201811281532-m3
49befd8
Revert C Git 1.7.5 bug workaround
by Masaya Suzuki
· 6 years ago
b65e247
Prepare 5.1.4-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
cf24983
JGit v5.1.3.201810200350-r
by Matthias Sohn
· 6 years ago
v5.1.3.201810200350-r
9b6d30f
Prepare 4.11.6-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
92aca61
JGit v4.11.5.201810191925-r
by Matthias Sohn
· 6 years ago
v4.11.5.201810191925-r
7ae0045
Prepare 4.9.8-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
9753405
JGit v4.9.7.201810191756-r
by Matthias Sohn
· 6 years ago
v4.9.7.201810191756-r
91021cb
Configure classpath for separate test sources in Eclipse
by Michael Keppler
· 6 years ago
7ebd434
Disable Eclipse warning about unrecognized @SuppressWarnings value
by David Pursehouse
· 6 years ago
2078b23
Prepare 5.1.3-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
b638702
JGit v5.1.2.201810061102-r
by Matthias Sohn
· 6 years ago
v5.1.2.201810061102-r
620370a
Prepare 4.11.5-SNAPSHOT builds
by Matthias Sohn
· 6 years ago
c2a866b
JGit v4.11.4.201810060650-r
by Matthias Sohn
· 6 years ago
v4.11.4.201810060650-r
bf7a611
Prepare 4.9.7-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
73e6a93
JGit v4.9.6.201810051924-r
by Matthias Sohn
· 7 years ago
v4.9.6.201810051924-r
a97e79d
Explicitly specify charset when constructing PrintWriter
by David Pursehouse
· 7 years ago
fbf6ce6
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
by David Pursehouse
· 7 years ago
873b0b7
FileResolverTest#testNotAGitRepository: Fail when exception is not thrown
by David Pursehouse
· 7 years ago
dbabe5f
Explicitly specify charset in constructor of InputStreamReader
by David Pursehouse
· 7 years ago
ee40efc
Make inner classes static where possible
by David Pursehouse
· 7 years ago
751abf4
Fix Mylyn commit message template
by Michael Keppler
· 7 years ago
48e21dc
Prepare 5.1.2-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
b06d2e6
JGit v5.1.1.201809181055-r
by Matthias Sohn
· 7 years ago
v5.1.1.201809181055-r
35255a2
Prepare 4.11.4-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
47ad1f6
JGit v4.11.3.201809181037-r
by Matthias Sohn
· 7 years ago
v4.11.3.201809181037-r
430ff21
Prepare 4.9.6-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
0bd9cb6
JGit v4.9.5.201809180939-r
by Matthias Sohn
· 7 years ago
v4.9.5.201809180939-r
a44d95c
Prepare 5.1.1-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
47956bc
JGit v5.1.0.201809111528-r
by Matthias Sohn
· 7 years ago
v5.1.0.201809111528-r
34618a4
Prepare 4.11.3-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
ae21714
JGit v4.11.2.201809100523-r
by Matthias Sohn
· 7 years ago
v4.11.2.201809100523-r
0b11e31
Prepare 5.0.4-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
faf1ae2
JGit v5.0.3.201809091024-r
by Matthias Sohn
· 7 years ago
v5.0.3.201809091024-r
de0a687
Prepare 4.9.5-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
6657f93
JGit v4.9.4.201809090327-r
by Matthias Sohn
· 7 years ago
v4.9.4.201809090327-r
2fae326
Prepare 5.2.0-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
4c8a4eb
Prepare 5.1.0-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
e4281f1
JGit v5.1.0.201809051400-rc1
by Matthias Sohn
· 7 years ago
v5.1.0.201809051400-rc1
30c6c75
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
by David Pursehouse
· 7 years ago
e5b72a4
HttpClientConnectionTest: Throw UnsupportedOperationException for unused methods
by David Pursehouse
· 7 years ago
0a13545
HttpClientConnectionTest: Reformat with the Eclipse style
by David Pursehouse
· 7 years ago
6e797bc
HttpClientConnectionTest: Add missing license header
by David Pursehouse
· 7 years ago
3151bc3
HttpClientTests: Open OutputStream in try-with-resource
by David Pursehouse
· 7 years ago
3f8b9cb
HttpClientTests: Use assertEquals to assert about response code
by David Pursehouse
· 7 years ago
2f7bf6b
Prepare 5.0.3-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
4081338
JGit v5.0.2.201807311906-r
by Matthias Sohn
· 7 years ago
v5.0.2.201807311906-r
a8c7c42
Prepare 4.11.2-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
e51d2fc
JGit v4.11.1.201807311124-r
by Matthias Sohn
· 7 years ago
v4.11.1.201807311124-r
6a813c6
Prepare 4.9.4-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
56b435a
JGit v4.9.3.201807311005-r
by Matthias Sohn
· 7 years ago
v4.9.3.201807311005-r
280707b
HttpClientConnection.getHeaderFields should support multiple values for same header
by Gabriel Couto
· 7 years ago
55ebb83
Add response message, if any, on HTTP status 404
by Thomas Wolf
· 7 years ago
ff15df0
Prepare 5.0.2-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
a7e38fb
JGit v5.0.1.201806211838-r
by Matthias Sohn
· 7 years ago
v5.0.1.201806211838-r
0dbaf9d
Prepare 5.0.1-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
e729a83
JGit v5.0.0.201806131550-r
by Matthias Sohn
· 7 years ago
v5.0.0.201806131550-r
94a585e
JGit v5.0.0.201806131210-r
by Matthias Sohn
· 7 years ago
cb0abf7
Prepare 5.0.0-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
ca57743
JGit v5.0.0.201806050710-rc3
by Matthias Sohn
· 7 years ago
v5.0.0.201806050710-rc3
903432e
Merge branch 'stable-5.0'
by Jonathan Nieder
· 7 years ago
f516c1d
Add protocol v2 support in http
by Jonathan Tan
· 7 years ago
c473bbf
Prepare 5.0.0-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
dbf091a
JGit v5.0.0.201805301535-rc2
by Matthias Sohn
· 7 years ago
v5.0.0.201805301535-rc2
2f1b4ff
Prepare 5.1.0-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
9ad7031
Prepare 5.0.0-SNAPSHOT builds
by Matthias Sohn
· 7 years ago
812abef
JGit v5.0.0.201805221745-rc1
by Matthias Sohn
· 7 years ago
v5.0.0.201805221745-rc1
Next »