381 Commits (stable-3.6)

Author SHA1 Message Date
  Robin Rosenberg 0bc98f17b2 Eliminate warnings for non-nls strings that will never be translated 10 years ago
  Matthias Sohn 3885ce2a94 Prevent NPE if no CredentialsProvider is registered 9 years ago
  Shawn Pearce 7b7d033ee1 UploadPack: Always make PackWriter.Statistics available 9 years ago
  Shawn Pearce 199dd4a9a9 ReceivePack: Accept shallow lines from Git >= 1.9 9 years ago
  Yi EungJun da6e729086 Throw URISyntaxException for incorrect percent-encoding 9 years ago
  Shawn Pearce 94c4d7eee8 Cleanup use of java.util.Inflater, fixing rare infinite loops 9 years ago
  Alexey Kuznetsov a4f560551d NetRC parser and credentials provider. 10 years ago
  Stefan Lay 4b2b3294b8 Allow retrying connecting SshSession in case of an exception 10 years ago
  Anton Bannykh f4943de29b Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 years ago
  Matthias Sohn f80b41fbc1 Fix authentication type names broken by 0b5441a8 10 years ago
  Matthias Sohn 1f1e93214b Remove usage of IOException(Throwable) not available on Java 5 10 years ago
  Laurent Goujon 4cb0bd8a43 Adds support for SPNEGO 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
  Jean-Jacques Lafay 8b65a4e6c6 Fix push to repo with non-fetched refs 10 years ago
  Bogdan Gheorghe 8923e67a16 Add API to permit the setting of additional HTTP headers 10 years ago
  Doug Kelly 44025d4c54 Automatically reload known_hosts file 10 years ago
  Shawn Pearce 911b115772 Expose ReceiveCommand version of TrackingRefUpdate 10 years ago
  Matthias Sohn a53a18e988 Ensure that stored credentials aren't reset too early 10 years ago
  Shawn Pearce 39904d6ad4 Abbreviate SHA-1s when reporting invalid objects 10 years ago
  Shawn Pearce 8924d4e0a0 Throw CorruptObjectException when a bad object is found 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Matthias Sohn 8598fe3d2b Retry to call credentials provider if http authentication failed 10 years ago
  Christian Halstrick fc9b1fbf6b Ensure that ssh authentication is retried only in JGit 10 years ago
  Shawn Pearce 4c3e7931ed Display progress while checking connectivity on push 10 years ago
  Shawn Pearce 3d412827e5 Allow configuration of receive pack's ObjectChecker through fsck.* 10 years ago
  Shawn Pearce ced58a7cff Correct fetch to use fetch.fsckObjects and transfer.fsckObjects 10 years ago
  Shawn Pearce a1a5218032 Default receive.fsckObjects to transfer.fsckObjects 10 years ago
  Shawn Pearce d300609495 Allow ReceivePack callers to configure their own ObjectChecker 10 years ago
  Saša Živkov 835ab30743 Expose the received pack size in ReceivePack 10 years ago
  Saša Živkov ef3d864b1e Revert "Add getPackFile to ReceivePack to make PostReceiveHook more 10 years ago
  Saša Živkov 2670fd427c Add getPackFile to ReceivePack to make PostReceiveHook more usable 10 years ago
  Saša Živkov 0d05e5d26c Possibility to limit the max pack size on receive-pack 10 years ago
  Matthias Sohn 3d3df3942a Move Apache httpclient based HTTP support to a separate bundle 10 years ago
  Christian Halstrick 2290516ddb Add an implementation for HttpConnection using Apache HttpClient 11 years ago
  Christian Halstrick 38c4f35d8b Introduce an abstraction for HTTP connections 11 years ago
  James Yonan 7bb7299e8a Fix a NullPointerException if properties file doesn't exist 10 years ago
  Roberto Tyley 47f47ffc07 Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors 10 years ago
  Shawn Pearce b0174a089c Fix serving fetch of existing shallow client 10 years ago
  Matthias Sohn 7cae388118 Add missing @since tags 10 years ago
  Shawn Pearce b0dbb78e7d Extract protocol constants to a common class 10 years ago
  Michael Nelson 9e9f00df9e Support extension of TransportHttp 10 years ago
  Matthias Sohn 72c7618571 Add / fix @since tags 10 years ago
  Colby Ranger 06ddee1c3f Fix ServiceMayNotContinueException constructors for Java 1.5 10 years ago
  Colby Ranger a27529c822 Add constructors that take Throwable to ServiceMayNotContinueException. 10 years ago
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 10 years ago
  Alex Rukhlin 81db591034 Fix HTTP response processing for WWW-Authenticate headers 11 years ago
  Dave Borowitz bbea37a9e3 Don't skip want validation when the client sends no haves 11 years ago
  Lars Vogel 594408e522 Add missing @since tags 11 years ago
  Colby Ranger ae1f46989c Advertise capabilities with no refs in upload service. 11 years ago