74 次代码提交 (stable-3.1)

作者 SHA1 备注 提交日期
  Alex Rukhlin 81db591034 Fix HTTP response processing for WWW-Authenticate headers 11 年前
  Robin Stocker a76a4acf87 Implement open(URIish) for TransportLocal 11 年前
  Alex Rukhlin 98dd6e6abd Fix HTTP response processing for WWW-Authenticate headers 11 年前
  Robin Stocker a51899c203 Support refspecs with wildcard in middle (not only at end) 11 年前
  Robin Stocker 23e3fb135b URIish: Allow multiple slashes in paths 11 年前
  Robin Rosenberg 526b6266a5 Remove some unnecessary dependencies on FileRepostory 11 年前
  Andreas König d9d3439617 Fixed parsing of URI with a IPv6-address 11 年前
  André Dietisheim a31920555f Allow users to show server messages while pushing 11 年前
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 年前
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 11 年前
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 年前
  Robin Rosenberg 04bc9b3ddc Add type argumente to some raw reclaration 11 年前
  Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 11 年前
  Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 11 年前
  Robin Rosenberg a7b0641b96 Use assertTrue/False instead of equals with boolean literals 11 年前
  Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) 11 年前
  Robin Stocker beee7b86af Fix resolving of relative file URIs in TransportLocal 12 年前
  Ian Wetherbee b1e4d6bca2 ReceivePack supports InputStream data after pack 12 年前
  Shawn O. Pearce 3da13473f7 Use BatchRefUpdate for tracking refs in FetchProcess 12 年前
  Kevin Sawicki bbfa4c9b2c Ignore trailing comments in transport SPI parsing 12 年前
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 年前
  Kevin Sawicki 9908c203a5 Support insteadOf and pushInsteadOf URL replacement 12 年前
  Dave Borowitz 1f2022e3a7 Modify refs in UploadPack/ReceivePack using a hook interface 12 年前
  Tomasz Zarna 5d95cd9418 Add constant for default name for the Git repo configuration 12 年前
  Robin Rosenberg 00514bde50 Add percent-encoding of reserved characters in URIish 12 年前
  Sasa Zivkov 1fbe688f51 maxObjectSizeLimit for receive-pack. 12 年前
  Kevin Sawicki 1b472a7954 Add missing '' characters around quoted variables 12 年前
  Robin Rosenberg afd4f3b0cf Allow '\' in user names in URI-ish 12 年前
  Tomasz Zarna 90c96eb903 Fix boxing warnings in PushProcessTest 12 年前
  Shawn O. Pearce 67a1a0993f Ensure the HTTP request is fully consumed 13 年前
  Ketan Padegaonkar f953a35e9a Fix NPE in URIish when parsing an empty URI 13 年前
  Stefan Lay 05bb92980b Fix getHumanishName broken for windows paths 13 年前
  Robin Rosenberg d1718a34d3 Do not normalize URIishes 13 年前
  Robin Rosenberg 73602c448c Use Ignore to bypass unused test 13 年前
  Shawn O. Pearce b0a29c3fcf Handle "ERR %s" when ACK/NAK is expected 13 年前
  Shawn O. Pearce f18e1fd1d1 TransportProtocol: Allow null Repository in canHandle() 13 年前
  Shawn O. Pearce 305a8ac45f Make the supported Transports extensible and discoverable 13 年前
  Shawn O. Pearce 3ee3588b86 RemoteRefUpdate: Accept Ref and ObjectId arguments for source 13 年前
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 年前
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 13 年前
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 13 年前
  roberto 941b3d8a81 IndexPack: Remove blob-streaming size threshold 13 年前
  Shawn O. Pearce c181e1ab8a IndexPack: Use streaming for large whole blobs 13 年前
  Shawn O. Pearce 6af7e4d91a Fix URIish parsing of absolute scp-style URIs 13 年前
  Christian Halstrick be2ddff6a7 Add support for single-slash URI 13 年前
  Christian Halstrick 2160c09dd4 Refactored URI parsing to detect wrong URIs 13 年前
  Christian Halstrick 2136095203 Fixed URI regexp regarding user/password part 13 年前
  Christian Halstrick cee08c3027 Fix URIish tests to contain a hostname for git protocol 13 年前
  Chris West (Faux) 2a52359454 Allow ../relative paths in remotes 13 年前
  Shawn O. Pearce ba984ba2e0 Fix checkReferencedIsReachable to use correct base list 13 年前