234 Commits (039c785d9f0eac3fcb78b9dc2bf61796b82d3401)

Author SHA1 Message Date
  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
  Shawn O. Pearce 67a1a0993f Ensure the HTTP request is fully consumed 13 years ago
  Carsten Pfeiffer 486e22c91f Use the stored password instead of prompting for it all the time 13 years ago
  Ketan Padegaonkar f953a35e9a Fix NPE in URIish when parsing an empty URI 13 years ago
  Stefan Lay 05bb92980b Fix getHumanishName broken for windows paths 13 years ago
  Shawn O. Pearce de8946c0c2 Store Git on any DHT 13 years ago
  Shawn O. Pearce b209671d04 Implement the no-done capability 13 years ago
  Shawn O. Pearce 3609dde4cd Fix ReceivePack connectivity validation with alternates 13 years ago
  Shawn O. Pearce 64b524e3ca UploadPack: Add a PreUploadHook to monitor and control behavior 13 years ago
  Shawn O. Pearce 00eae14a7f Make PacketLineIn public 13 years ago
  Robin Rosenberg d1718a34d3 Do not normalize URIishes 13 years ago
  Matthias Sohn 5152ed8e2e Prevent NPE during fetch and push via SSH 13 years ago
  Roland Schulz ccd3d83719 Create RemoteSession interface 13 years ago
  Shawn O. Pearce 04f7acb7e7 Assume refs of alternates are reachable during fetch 13 years ago