248 Commits (28d48b87ad41153ba3d53e75258e2bbbaaa0ab44)

Author SHA1 Message Date
  Dariusz Luksza 28d48b87ad Don't swallow JSchException "Auth fail" exception 12 years ago
  Dave Borowitz cc37cb777e Factor a base class out of ReceivePack 12 years ago
  Matthias Sohn c394d05a47 Add missing @since tags to mark API added in 2.0 12 years ago
  Kevin Sawicki e3335cfa6b Remove 4 unboxed warnings 12 years ago
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings 12 years ago
  Robin Rosenberg 2047eaa4c2 UnsupportedCredentialItem with password authentication 12 years ago
  Shawn O. Pearce 6c0d300a54 Fix loading packed objects >2G 12 years ago
  Dave Borowitz 55bf06b43d Allow RepositoryResolver to throw ServiceMayNotContinueException 12 years ago
  Dave Borowitz d794a4fde3 Clarify documentation of exceptions in RepositoryResolver 12 years ago
  Dave Borowitz e0531ace35 Properly parse first line in ReceivePack with no '\0' 12 years ago
  Kevin Sawicki bbfa4c9b2c Ignore trailing comments in transport SPI parsing 12 years ago
  Shawn O. Pearce dfff04742f Enable smart HTTP transport to place EOF at end of pack 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Dave Borowitz 039c785d9f Try to send HTTP error messages over sideband 12 years ago
  Dave Borowitz d2787d481e Extract the capability parsing logic in {Upload,Receive}Pack 12 years ago
  Dave Borowitz 2b0044f222 Make capability strings in BasePack{Fetch,Push}Connection public 12 years ago
  Dave Borowitz eea8581da5 Fix a typo in "capabilities" in ReceivePack 12 years ago
  Kevin Sawicki 9908c203a5 Support insteadOf and pushInsteadOf URL replacement 12 years ago
  Kevin Sawicki 2c6187697c Check connection's error stream before reading from it 12 years ago
  Dave Borowitz d023f2c78b Extract filterCommands as a static method on ReceiveCommand 12 years ago
  Dave Borowitz 903e1b81d4 Remove PreUploadHook.onPreAdvertiseRefs 12 years ago
  Dave Borowitz 9d41dbd958 Add an AdvertiseRefsHookChain, similar to the other hook chains 12 years ago
  Dave Borowitz 1f2022e3a7 Modify refs in UploadPack/ReceivePack using a hook interface 12 years ago
  Dave Borowitz bb8f0bec4a Minor javadoc wording fixes in ReceivePack 12 years ago
  Dave Borowitz 27cbdaf497 Expose an OutputStream from ReceivePack for sending client messages 12 years ago
  Dave Borowitz 4a01f47e82 Allow creating ReceiveCommands with a specified type 12 years ago
  Dave Borowitz 4bf22ff6e8 Execute ReceiveCommands via a method rather than in ReceivePack 12 years ago
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. 12 years ago
  Tomasz Zarna 5d95cd9418 Add constant for default name for the Git repo configuration 12 years ago
  Dave Borowitz 629c61513c Add simple chain implementations of transport hooks and loggers 12 years ago
  Dave Borowitz d6172dc0de Add a no-op UploadPackLogger and use it by default 12 years ago
  Robin Rosenberg 00514bde50 Add percent-encoding of reserved characters in URIish 12 years ago
  Kevin Sawicki b4ff1e1e03 Remove calls to printStackTrace in catch blocks 12 years ago
  Matthias Sohn 430395a669 Reset SSH connection and credentials on "Auth fail" 12 years ago
  Sasa Zivkov 1fbe688f51 maxObjectSizeLimit for receive-pack. 12 years ago
  Robin Rosenberg afd4f3b0cf Allow '\' in user names in URI-ish 12 years ago
  Shawn O. Pearce 01888db892 UploadPack: Fix races in smart HTTP negotiation 13 years ago
  Shawn O. Pearce 38b3816d65 Do not requeue state vector in stateless RPC fetch 12 years ago
  Shawn O. Pearce 575a80ac44 Wrap excessively long line in BasePackFetchConnection 12 years ago
  Shawn O. Pearce c1a9b2ae8b Fix smart HTTP client stream alignment errors 12 years ago
  Tomasz Zarna c35c23db8d Use JGitText.refAlreadyExists instead of "ref exists" 13 years ago
  Matt Fischer 9952223e06 Implement server support for shallow clones 14 years ago
  Shawn O. Pearce 74333e63b6 PackWriter: Make want/have actual sets 13 years ago
  Shawn O. Pearce c81f6ab3ab IndexPack: Defer the "Resolving deltas" progress meter 13 years ago
  Shawn O. Pearce e0111b18c8 IndexPack: Fix "Resolving deltas" progress meter 13 years ago
  Shawn O. Pearce bfa62d88d4 Don't close ObjectDatabase after parsing pack 13 years ago
  Carsten Pfeiffer 46110935b5 Fix compilation with Java 1.5 13 years ago
  Shawn O. Pearce 7ff6eb584c Push errors back over sideband when possible 13 years ago
  Shawn O. Pearce 1a87a725be Report progress while updating references 13 years ago
  Ketan Padegaonkar 8b8ad75ada Fix a complicated multi level nested if block structure to use a single level with multiple returns. 13 years ago