234 Révisions (039c785d9f0eac3fcb78b9dc2bf61796b82d3401)

Auteur SHA1 Message Date
  Dave Borowitz 039c785d9f Try to send HTTP error messages over sideband il y a 12 ans
  Dave Borowitz d2787d481e Extract the capability parsing logic in {Upload,Receive}Pack il y a 12 ans
  Dave Borowitz 2b0044f222 Make capability strings in BasePack{Fetch,Push}Connection public il y a 12 ans
  Dave Borowitz eea8581da5 Fix a typo in "capabilities" in ReceivePack il y a 12 ans
  Kevin Sawicki 9908c203a5 Support insteadOf and pushInsteadOf URL replacement il y a 12 ans
  Kevin Sawicki 2c6187697c Check connection's error stream before reading from it il y a 12 ans
  Dave Borowitz d023f2c78b Extract filterCommands as a static method on ReceiveCommand il y a 12 ans
  Dave Borowitz 903e1b81d4 Remove PreUploadHook.onPreAdvertiseRefs il y a 12 ans
  Dave Borowitz 9d41dbd958 Add an AdvertiseRefsHookChain, similar to the other hook chains il y a 12 ans
  Dave Borowitz 1f2022e3a7 Modify refs in UploadPack/ReceivePack using a hook interface il y a 12 ans
  Dave Borowitz bb8f0bec4a Minor javadoc wording fixes in ReceivePack il y a 12 ans
  Dave Borowitz 27cbdaf497 Expose an OutputStream from ReceivePack for sending client messages il y a 12 ans
  Dave Borowitz 4a01f47e82 Allow creating ReceiveCommands with a specified type il y a 12 ans
  Dave Borowitz 4bf22ff6e8 Execute ReceiveCommands via a method rather than in ReceivePack il y a 12 ans
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. il y a 12 ans
  Tomasz Zarna 5d95cd9418 Add constant for default name for the Git repo configuration il y a 12 ans
  Dave Borowitz 629c61513c Add simple chain implementations of transport hooks and loggers il y a 12 ans
  Dave Borowitz d6172dc0de Add a no-op UploadPackLogger and use it by default il y a 12 ans
  Robin Rosenberg 00514bde50 Add percent-encoding of reserved characters in URIish il y a 12 ans
  Kevin Sawicki b4ff1e1e03 Remove calls to printStackTrace in catch blocks il y a 12 ans
  Matthias Sohn 430395a669 Reset SSH connection and credentials on "Auth fail" il y a 12 ans
  Sasa Zivkov 1fbe688f51 maxObjectSizeLimit for receive-pack. il y a 12 ans
  Robin Rosenberg afd4f3b0cf Allow '\' in user names in URI-ish il y a 12 ans
  Shawn O. Pearce 01888db892 UploadPack: Fix races in smart HTTP negotiation il y a 13 ans
  Shawn O. Pearce 38b3816d65 Do not requeue state vector in stateless RPC fetch il y a 12 ans
  Shawn O. Pearce 575a80ac44 Wrap excessively long line in BasePackFetchConnection il y a 12 ans
  Shawn O. Pearce c1a9b2ae8b Fix smart HTTP client stream alignment errors il y a 12 ans
  Tomasz Zarna c35c23db8d Use JGitText.refAlreadyExists instead of "ref exists" il y a 13 ans
  Matt Fischer 9952223e06 Implement server support for shallow clones il y a 14 ans
  Shawn O. Pearce 74333e63b6 PackWriter: Make want/have actual sets il y a 13 ans
  Shawn O. Pearce c81f6ab3ab IndexPack: Defer the "Resolving deltas" progress meter il y a 13 ans
  Shawn O. Pearce e0111b18c8 IndexPack: Fix "Resolving deltas" progress meter il y a 13 ans
  Shawn O. Pearce bfa62d88d4 Don't close ObjectDatabase after parsing pack il y a 13 ans
  Carsten Pfeiffer 46110935b5 Fix compilation with Java 1.5 il y a 13 ans
  Shawn O. Pearce 7ff6eb584c Push errors back over sideband when possible il y a 13 ans
  Shawn O. Pearce 1a87a725be Report progress while updating references il y a 13 ans
  Ketan Padegaonkar 8b8ad75ada Fix a complicated multi level nested if block structure to use a single level with multiple returns. il y a 13 ans
  Shawn O. Pearce 67a1a0993f Ensure the HTTP request is fully consumed il y a 13 ans
  Carsten Pfeiffer 486e22c91f Use the stored password instead of prompting for it all the time il y a 13 ans
  Ketan Padegaonkar f953a35e9a Fix NPE in URIish when parsing an empty URI il y a 13 ans
  Stefan Lay 05bb92980b Fix getHumanishName broken for windows paths il y a 13 ans
  Shawn O. Pearce de8946c0c2 Store Git on any DHT il y a 13 ans
  Shawn O. Pearce b209671d04 Implement the no-done capability il y a 13 ans
  Shawn O. Pearce 3609dde4cd Fix ReceivePack connectivity validation with alternates il y a 13 ans
  Shawn O. Pearce 64b524e3ca UploadPack: Add a PreUploadHook to monitor and control behavior il y a 13 ans
  Shawn O. Pearce 00eae14a7f Make PacketLineIn public il y a 13 ans
  Robin Rosenberg d1718a34d3 Do not normalize URIishes il y a 13 ans
  Matthias Sohn 5152ed8e2e Prevent NPE during fetch and push via SSH il y a 13 ans
  Roland Schulz ccd3d83719 Create RemoteSession interface il y a 13 ans
  Shawn O. Pearce 04f7acb7e7 Assume refs of alternates are reachable during fetch il y a 13 ans