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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.http.test
/
tst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
HttpClientConnectionTest: Add missing license header
David Pursehouse
2018-08-27
1
-0
/
+42
*
|
|
|
|
HttpClientTests: Open OutputStream in try-with-resource
David Pursehouse
2018-08-25
1
-6
/
+6
*
|
|
|
|
HttpClientTests: Use assertEquals to assert about response code
David Pursehouse
2018-08-25
1
-3
/
+3
*
|
|
|
|
HttpClientConnection.getHeaderFields should support multiple values for same ...
Gabriel Couto
2018-07-23
1
-0
/
+90
*
|
|
|
|
Add response message, if any, on HTTP status 404
Thomas Wolf
2018-07-03
1
-2
/
+6
|
/
/
/
/
*
|
|
|
Add protocol v2 support in http
Jonathan Tan
2018-06-04
1
-0
/
+87
*
|
|
|
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
3
-3
/
+3
*
|
|
|
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-3
/
+3
*
|
|
|
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
3
-19
/
+7
*
|
|
|
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-2
/
+2
|
/
/
/
*
|
|
MeasurePackSizeTest: Open Transport in try-with-resource
David Pursehouse
2018-03-07
1
-5
/
+1
*
|
|
HookMessageTest: Open Transport in try-with-resource
David Pursehouse
2018-03-06
1
-10
/
+2
*
|
|
GitServletResponseTests: Open Transport in try-with-resource
David Pursehouse
2018-03-06
1
-15
/
+3
*
|
|
DumbClientSmartServerTest: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-06
1
-22
/
+7
*
|
|
AdvertiseErrorTest: Open Transport in try-with-resource
David Pursehouse
2018-03-05
1
-4
/
+1
|
/
/
*
/
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-2
/
+2
|
/
*
Handle SSL handshake failures in TransportHttp
Thomas Wolf
2017-09-13
1
-13
/
+69
*
Support http.<url>.* configs
Thomas Wolf
2017-09-10
1
-1
/
+6
*
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
3
-62
/
+550
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
5
-11
/
+11
*
Fix bad test fix from 0bff481 "Limit receive commands"
Shawn Pearce
2017-02-20
1
-1
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
14
-0
/
+33
*
Update Jetty to 9.4.1.v20170120
Matthias Sohn
2017-02-19
2
-4
/
+4
*
Follow redirects in transport
Bo Zhang
2017-02-02
1
-13
/
+117
*
Organize imports
David Pursehouse
2016-11-14
1
-2
/
+2
*
Fix assertion in SmartClientSmartServerTest.testPush_CreateBranch()
Matthias Sohn
2016-07-07
1
-1
/
+1
*
Fix Buck build broken by 4812fda.
Mike Edgar
2016-04-14
1
-52
/
+0
*
Make UploadPack observe exceptions reading refs
Mike Edgar
2016-04-14
2
-12
/
+124
*
smart HTTP server: Pass along "want X not valid" to client
Shawn Pearce
2016-02-16
1
-0
/
+22
*
Suppress "unchecked cast" warnings related to UploadPackFactory.DISABLED
David Pursehouse
2016-02-15
2
-0
/
+2
*
Transport: Implement AutoCloseable
Shawn Pearce
2016-01-19
3
-151
/
+50
*
GitServletResponseTest: Fix testObjectCheckerException
Shawn Pearce
2016-01-06
1
-2
/
+4
*
Ensure all http tests are run and fix broken tests
Matthias Sohn
2016-01-02
1
-3
/
+4
*
Repository: Introduce exactRef and findRef, deprecate getRef
Jonathan Nieder
2015-11-25
4
-15
/
+15
*
Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions
Christian Halstrick
2015-05-27
1
-0
/
+295
*
Update to Jetty 9.2.10
Matthias Sohn
2015-05-10
5
-10
/
+14
*
Provide more details in exceptions thrown when packfile is invalid
Matthias Sohn
2015-02-17
1
-1
/
+1
*
Fix LocalDiskRepositoryTestCase to create correct type of repos
Christian Halstrick
2014-12-12
1
-0
/
+5
*
Add API to permit the setting of additional HTTP headers
Bogdan Gheorghe
2014-04-25
1
-0
/
+139
*
Expose the received pack size in ReceivePack
Saša Živkov
2014-03-02
1
-0
/
+165
*
Add an implementation for HttpConnection using Apache HttpClient
Christian Halstrick
2014-02-18
3
-0
/
+63
*
Use getPath() in FileResolverTest
Shawn Pearce
2013-11-01
1
-1
/
+1
*
Fix NPE in openFetch on Transport without local repository
Robin Stocker
2013-07-21
1
-0
/
+16
*
Fix tests for OS X when the tmpdir is the default /tmp
Robin Rosenberg
2013-06-16
3
-3
/
+11
*
Make the Reflog a public API again
Robin Rosenberg
2013-04-26
1
-2
/
+2
*
Remove some unnecessary dependencies on FileRepostory
Robin Rosenberg
2013-04-18
7
-35
/
+28
*
Allow users to show server messages while pushing
André Dietisheim
2013-03-21
1
-0
/
+38
[prev]
[next]