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
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
/
src
/
org
/
eclipse
/
jgit
/
transport
/
TransportHttp.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[errorprone] Fix error pattern JdkObsolete
Matthias Sohn
2024-04-29
1
-3
/
+2
*
[errorprone] Fix BadImport
Matthias Sohn
2023-09-25
1
-3
/
+3
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-7
/
+11
*
Add TransportHttp#getAdditionalHeaders
Matthias Sohn
2023-05-03
1
-0
/
+11
*
Merge branch 'stable-5.11' into stable-5.12
Matthias Sohn
2022-06-07
1
-12
/
+24
|
\
|
*
Merge branch 'stable-5.10' into stable-5.11
Matthias Sohn
2022-06-07
1
-12
/
+24
|
|
\
|
|
*
Merge branch 'stable-5.9' into stable-5.10
Matthias Sohn
2022-06-07
1
-11
/
+23
|
|
|
\
|
|
|
*
Fix connection leak for smart http connections
Saša Živkov
2022-06-06
1
-11
/
+23
*
|
|
|
HTTP cookies: do tilde expansion on http.cookieFile
Thomas Wolf
2021-03-12
1
-8
/
+19
|
/
/
/
*
|
|
TransportHttp: support preemptive Basic authentication
Thomas Wolf
2021-01-14
1
-0
/
+71
*
|
|
TransportHttp: shared SSLContext during fetch or push
Thomas Wolf
2021-01-14
1
-2
/
+19
*
|
|
TransportHttp: make the connection factory configurable
Thomas Wolf
2021-01-14
1
-1
/
+46
*
|
|
Client-side protocol V2 support for fetching
Thomas Wolf
2021-01-01
1
-27
/
+97
|
/
/
*
|
Revert "Client-side protocol V2 support for fetching"
Thomas Wolf
2020-11-03
1
-92
/
+25
*
|
Client-side protocol V2 support for fetching
Thomas Wolf
2020-10-29
1
-25
/
+92
*
|
Support "http.userAgent" and "http.extraHeader" from the git config
James Wynn
2020-09-26
1
-1
/
+43
|
/
*
TransportHttp: abort on time-out or on SocketException
Thomas Wolf
2020-05-23
1
-0
/
+14
*
TransportHttp: support HTTP response 308 Permanent Redirect
Thomas Wolf
2020-03-10
1
-0
/
+2
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-8
/
+5
*
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-20
1
-7
/
+3
|
\
|
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-20
1
-7
/
+3
|
|
\
|
|
*
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
1
-7
/
+3
*
|
|
TransportHttp: resolve redirect URIs from the "Location" header
Thomas Wolf
2019-08-16
1
-7
/
+14
*
|
|
Constants for objects and info/{http-,}alternates
David Turner
2019-08-02
1
-0
/
+2
|
/
/
*
|
TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size()...
David Pursehouse
2019-06-07
1
-2
/
+2
*
|
TransportHttp: Fix comparison of size with ">= 0"
David Pursehouse
2019-06-07
1
-1
/
+1
*
|
Support reading and writing cookies.
Konrad Windszus
2019-06-06
1
-1
/
+247
*
|
Replace trivial reference comparison of PacketLineIn.{DELIM,END}
David Pursehouse
2019-06-02
1
-1
/
+1
*
|
Join catch sections using multicatch
Carsten Hammer
2019-04-13
1
-9
/
+3
*
|
Replace usage of String.indexOf with String.contains where possible
Carsten Hammer
2019-04-11
1
-1
/
+1
|
/
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-2
/
+3
*
Add response message, if any, on HTTP status 404
Thomas Wolf
2018-07-03
1
-5
/
+16
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-8
/
+8
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-10
/
+10
*
TransportHttp: Refactor to use try-with-resource and suppress resource warning
David Pursehouse
2018-03-25
1
-15
/
+18
*
Remove deprecated TransportHttp#httpOpen(String, URL)
Matthias Sohn
2018-03-10
1
-15
/
+0
*
TransportHttp: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-05
1
-29
/
+14
*
Fix javadoc in org.eclipse.jgit transport package
Matthias Sohn
2017-12-20
1
-3
/
+9
*
TransportHttp: retry on IOException with another mechanism
Thomas Wolf
2017-12-06
1
-7
/
+22
*
Load the user config before modifying it
Thomas Wolf
2017-09-23
1
-4
/
+17
*
Handle SSL handshake failures in TransportHttp
Thomas Wolf
2017-09-13
1
-107
/
+248
*
Support http.<url>.* configs
Thomas Wolf
2017-09-10
1
-95
/
+12
*
Cleanup: message reporting for HTTP redirect handling
Thomas Wolf
2017-08-23
1
-14
/
+19
*
Do authentication re-tries on HTTP POST
Thomas Wolf
2017-08-22
1
-22
/
+120
*
Add support to follow HTTP redirects
Thomas Wolf
2017-08-17
1
-63
/
+241
*
Eliminate SectionParser construction boilerplate
Dave Borowitz
2017-08-02
1
-9
/
+1
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-4
/
+4
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+18
*
Follow redirects in transport
Bo Zhang
2017-02-02
1
-2
/
+17
[next]