381 Commits (stable-3.6)

Author SHA1 Message Date
  Shawn Pearce d1b627ed83 Honor git-core meaning of receive.denyDeletes allowing tag deletion 9 years ago
  Shawn Pearce 67b8bcc1c4 AmazonS3: Buffer pushed pack content under $GIT_DIR 9 years ago
  Shawn Pearce 485b751b2f Allow configurable ObjectCheckers in fetch 9 years ago
  Yuxuan 'fishy' Wang 749dfeffc8 upload-pack: send symbolic refs as capabilities 9 years ago
  Stefan Beller 423ad8b0ad Fix variable name and error message for sideband testing 9 years ago
  Christian Halstrick 714f677ca5 Add missing @since tags 9 years ago
  Stefan Beller 88c1b82e7a Implement atomic refs update, if possible by database 9 years ago
  Dani Megert 3e131a35e3 Don't use SSL anymore to avoid POODLE attack 9 years ago
  Robin Stocker 590e1b7602 BundleWriter: Support including HEAD in bundle 9 years ago
  Matthias Sohn 3f0d9795ea Add chaining credentials provider 9 years ago
  Matthias Sohn 1c0b2a28ac Do not use .netrc implicitly if no CredentialsProvider was set 9 years ago
  Robin Rosenberg bbe99d5b39 Fix the ls-remote command when there is no local repo 10 years ago
  Robin Rosenberg 05896dabfc Drop warnings about unchecked casts in a few stable select places 10 years ago
  Robin Rosenberg 2f6372337c Rename local variables/parameters to remove warnings about hiding 10 years ago
  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 10 years ago
  Christian Halstrick 38c4f35d8b Introduce an abstraction for HTTP connections 10 years ago