852 Commits (38198972d4b3ac26828867317a7daa8bdfb10f4b)

Author SHA1 Message Date
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
  David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Jonathan Nieder eb4c63fbbf UploadPack: Filter refs used for deepen-not resolution 5 years ago
  Jonathan Nieder c961e2d773 UploadPack: Avoid calling AdvertiseRefsHook twice 5 years ago
  Jonathan Nieder fcafdcc404 UploadPack: Filter refs used for want-ref resolution 5 years ago
  Jonathan Nieder 1638a2fce8 UploadPack: Defer want-ref resolution to after parsing 5 years ago
  Masaya Suzuki 8eecb4f8b7 Call AdvertiseRefsHook for protocol v2 5 years ago
  Masaya Suzuki 61f0bd54d0 Call AdvertiseRefsHook before validating wants 5 years ago
  David Pursehouse f4fc6404ba BasePackConnection: Check for expected length of ref advertisement 5 years ago
  David Pursehouse 2269669fb1 TransferConfig: Make constructors public 5 years ago
  Thomas Wolf 450b196627 Include id_ed25519 in the known default identity files 5 years ago
  Matthias Sohn 3f745e40a1 Add a method to get all values of HTTP header defined as list 5 years ago
  Masaya Suzuki 49befd84d7 Revert C Git 1.7.5 bug workaround 5 years ago
  Ivan Frade d9ac7ddf10 Remove unnecessary modifiers from interfaces 5 years ago
  Thomas Wolf 0173b25415 Add more ssh tests: pushing, known_host file handling, etc. 5 years ago
  Thomas Wolf 705691ee51 TransportSftp: eliminate dependency on Jsch 5 years ago
  Masaya Suzuki ad379793c7 Call unlockPack in finally 5 years ago
  Thomas Wolf cc000f93a8 Factor out a JSch-independent ssh config parser 5 years ago
  Thomas Wolf 2429ea2c41 TransportSftp: remove final modifiers from parameters 5 years ago
  Michael Keppler d9e67c8d8f Fix typos 5 years ago
  Jonathan Tan 237abe6ab5 UploadPack: Implement deepen-not for protocol v2 5 years ago
  Jonathan Tan f5fa1eaf39 Throw error when deepen-since excludes all commits 5 years ago
  Ivan Frade 94a3d8bae9 UploadPack v0: Extract "agent" client capability at parse time 5 years ago
  David Pursehouse e4fdc571c9 RemoteRefUpdate#toString: Fix indentation 5 years ago
  Michael Keppler f2db2a1f65 [releng] Fix boxing warning 5 years ago
  Ivan Frade 8d4f8d55d3 UploadPack: Return correct peer user agent on v2 requests 5 years ago
  Ivan Frade 40f5b28545 Accept protocol v2 server options on fetch and ls-refs requests 6 years ago
  Ivan Frade 0691c4b94b UploadPack: Use request instead of field for client capabilities 5 years ago
  Ivan Frade 7fde9ab8d2 UploadPack.FirstLine: Revert renaming of getOptions into getCapabilities 5 years ago
  Saša Živkov b6e2800560 ssh: Prefer algorithms of the known host keys 5 years ago
  Ivan Frade 13b3881b3e UploadPack: Use request instead of field for clientShallowCommits 5 years ago
  Ivan Frade 9694d89ea1 UploadPack: Use request instead of field for depth 5 years ago
  Ivan Frade 81a752bef7 UploadPack: Use request instead of field for shallowSince 5 years ago
  Ivan Frade 3c974d0251 UploadPack: Use request in computeShallowUnshallow 5 years ago
  Ivan Frade b41d7624b8 Move deepenSince and deepenNotRefs up to FetchRequest 5 years ago
  Ivan Frade 2bedc6e08b UploadPack: Use request instead of field for filterBlobLimt 5 years ago
  Ivan Frade ec838fee0c Mark fetch requests fields as final and @NonNull when possible 5 years ago
  Ivan Frade 1a0b48fecd Create FetchRequest superclass with common elements 5 years ago
  Ivan Frade 8460ab8e87 Rename Fetch V2 request wantsIds and options 5 years ago
  Ivan Frade 7d7b8dec56 Move protocol v0/v1 parsing to its own class and request objects 5 years ago
  Han-Wen Nienhuys 8a5b044a99 InternalPushConnection: don't swallow RuntimeException 5 years ago
  Ivan Frade e82cb5a6d3 FirstWant: tighten first-want line validation 5 years ago
  Ivan Frade 6aca8899a5 Move first line parsing for v0/v1 pack negotiation out of UploadPack 5 years ago
  Jonathan Nieder 608b6b03b1 Format @Nullable on return value as method annotation 5 years ago
  Ivan Frade 9372791fcf SubmoduleValidator: Always throw SubmoduleValidationException 5 years ago
  Michael Keppler 03ccdb0782 RefAdvertiser: Add Javadoc for usage of send(Collection) 5 years ago
  Ivan Frade e4c28665b6 BaseReceivePack: Validate incoming .gitmodules files 5 years ago
  David Pursehouse 74789e7786 SidebandInputStream: Specify charset when calling String.getBytes() 5 years ago
  David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago