84 Commits (f802f06e7fd5a98f256b7b7727598491f563bf2f)

Author SHA1 Message Date
  Thomas Wolf f802f06e7f Client-side protocol V2 support for fetching 3 years ago
  James Wynn 2171f868d9 Support "http.userAgent" and "http.extraHeader" from the git config 3 years ago
  Thomas Wolf bdb7357228 TransportHttp: abort on time-out or on SocketException 4 years ago
  Thomas Wolf 04e16afb05 TransportHttp: support HTTP response 308 Permanent Redirect 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 years ago
  Thomas Wolf 8c7f1a699a TransportHttp: resolve redirect URIs from the "Location" header 4 years ago
  David Turner 59640fb4f0 Constants for objects and info/{http-,}alternates 4 years ago
  David Pursehouse b5a1b770a0 TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size() > 0" 5 years ago
  David Pursehouse 9dc1ddf324 TransportHttp: Fix comparison of size with ">= 0" 5 years ago
  Konrad Windszus d7bd2e700c Support reading and writing cookies. 5 years ago
  David Pursehouse 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} 5 years ago
  Carsten Hammer c0268f899e Join catch sections using multicatch 5 years ago
  Carsten Hammer bf251ea0e8 Replace usage of String.indexOf with String.contains where possible 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Thomas Wolf 55ebb83c98 Add response message, if any, on HTTP status 404 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse 0bc2020412 TransportHttp: Refactor to use try-with-resource and suppress resource warning 6 years ago
  Matthias Sohn 39a1b4d325 Remove deprecated TransportHttp#httpOpen(String, URL) 6 years ago
  David Pursehouse 4c2f613a5a TransportHttp: Open auto-closeable resources in try-with-resource 6 years ago
  Matthias Sohn 781e106a26 Fix javadoc in org.eclipse.jgit transport package 6 years ago
  Thomas Wolf 7f2ef4b6ba TransportHttp: retry on IOException with another mechanism 6 years ago
  Thomas Wolf c227268995 Load the user config before modifying it 6 years ago
  Thomas Wolf d946f95c9c Handle SSL handshake failures in TransportHttp 6 years ago
  Thomas Wolf fdcd4f9a34 Support http.<url>.* configs 6 years ago
  Thomas Wolf 1b4daa2994 Cleanup: message reporting for HTTP redirect handling 6 years ago
  Thomas Wolf 7ac1bfc834 Do authentication re-tries on HTTP POST 7 years ago
  Thomas Wolf e17bfc96f2 Add support to follow HTTP redirects 9 years ago
  Dave Borowitz cf9662cdfe Eliminate SectionParser construction boilerplate 6 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Bo Zhang d4bd09b78d Follow redirects in transport 7 years ago
  Zhen Chen d621305588 Decide whether to "Accept-Encoding: gzip" on a request-by-request basis 7 years ago
  Zhen Chen 8803718493 dump HTTP: Avoid being confused by Content-Length of a gzipped stream 7 years ago
  Christian Pontesegger ac3d3af632 http transport does not use authentication fallback 8 years ago
  Saša Živkov a0e1374e22 Allow to reuse disableSslVerify method, move it to HttpSupport 8 years ago
  Andrey Loskutov df876d2e0f [performance] Remove synthetic access$ methods in transport package 8 years ago
  Shawn Pearce 4a984e2033 Support agent= capability in wire protocol 9 years ago
  Matthias Sohn 1c0b2a28ac Do not use .netrc implicitly if no CredentialsProvider was set 9 years ago
  Robin Rosenberg 2f6372337c Rename local variables/parameters to remove warnings about hiding 10 years ago
  Matthias Sohn 3885ce2a94 Prevent NPE if no CredentialsProvider is registered 9 years ago
  Alexey Kuznetsov a4f560551d NetRC parser and credentials provider. 10 years ago
  Laurent Goujon 0b5441a8ce Creates HttpAuthMethod type enum to support auth ordering 10 years ago
  Laurent Goujon 0e7622a915 Detects background authentication and force use of jgit authentication 10 years ago
  Bogdan Gheorghe 8923e67a16 Add API to permit the setting of additional HTTP headers 10 years ago
  Matthias Sohn a53a18e988 Ensure that stored credentials aren't reset too early 10 years ago
  Matthias Sohn 8598fe3d2b Retry to call credentials provider if http authentication failed 10 years ago
  Christian Halstrick 38c4f35d8b Introduce an abstraction for HTTP connections 11 years ago