56 Commits (2670fd427cd4aad49ccdb6dde66271fdffff86f8)

Author SHA1 Message Date
  Saša Živkov 2670fd427c Add getPackFile to ReceivePack to make PostReceiveHook more usable 10 years ago
  Shawn Pearce b0dbb78e7d Extract protocol constants to a common class 10 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Shawn O. Pearce e63f1c94f8 Mark fields of BaseReceivePack private 11 years ago
  Shawn O. Pearce 1c6c73c5a9 Work around smart HTTP bugs in C Git 12 years ago
  Dave Borowitz cc37cb777e Factor a base class out of ReceivePack 12 years ago
  Dave Borowitz e0531ace35 Properly parse first line in ReceivePack with no '\0' 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 eea8581da5 Fix a typo in "capabilities" in ReceivePack 12 years ago
  Dave Borowitz d023f2c78b Extract filterCommands as a static method on ReceiveCommand 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 4bf22ff6e8 Execute ReceiveCommands via a method rather than in ReceivePack 12 years ago
  Sasa Zivkov 1fbe688f51 maxObjectSizeLimit for receive-pack. 12 years ago
  Tomasz Zarna c35c23db8d Use JGitText.refAlreadyExists instead of "ref exists" 12 years ago
  Shawn O. Pearce 1a87a725be Report progress while updating references 13 years ago
  Shawn O. Pearce 67a1a0993f Ensure the HTTP request is fully consumed 13 years ago
  Shawn O. Pearce 3609dde4cd Fix ReceivePack connectivity validation with alternates 13 years ago
  Shawn O. Pearce bd531eb998 smart-http: Support progress in ReceivePack 13 years ago
  Shawn O. Pearce 04759f3274 RefAdvertiser: Avoid object parsing 13 years ago
  Shawn O. Pearce 168114fd39 Show resolving deltas progress to push clients 13 years ago
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Shawn O. Pearce ba984ba2e0 Fix checkReferencedIsReachable to use correct base list 13 years ago
  Shawn O. Pearce 6f385076e1 Discard object bodies when checking connectivity 13 years ago
  Shawn O. Pearce 9239c10385 ReceivePack: Rethrow exceptions caught during indexing 13 years ago
  Shawn O. Pearce 1709800f27 Undo translation of protocol string 'unpack error' 13 years ago
  Shawn O. Pearce 515deaf7e5 Ensure RevWalk is released when done 14 years ago
  Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 14 years ago
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago
  Shawn O. Pearce 47c07e1a0d Replace manual peel loops with RevWalk.peel 14 years ago
  Sasa Zivkov f3d8a8ecad Externalize strings from JGit 14 years ago
  Shawn O. Pearce 585dcb7a1c ReceivePack: Clarify the check reachable option 14 years ago
  Shawn O. Pearce a770205070 ReceivePack: Micro-optimize object lookup when checking connectivity 14 years ago
  Shawn O. Pearce 6029bb24ad ReceivePack: Correct type of not provided object 14 years ago
  Shawn O. Pearce 2bb8defa54 IndexPack: Tighten up new and base object bookkeeping 14 years ago
  Shawn O. Pearce 329a0e1689 ReceivePack: Remove need new,base object id properties 14 years ago
  Shawn O. Pearce 8279361de8 ReceivePack: Discard IndexPack as soon as possible 14 years ago
  Shawn O. Pearce 7a91b180c1 ReceivePack: fix ensureProvidedObjectsVisible on thin packs 14 years ago
  Nico Sallembien 0f95d2d046 Add a paranoid 'must be provided' option to ReceivePack 14 years ago
  Shawn O. Pearce d8c3e98d73 Use "ERR message" for early ReceivePack problems 14 years ago
  Shawn O. Pearce d33f939e8e ReceivePack: Enable side-band-64k capability for status reports 14 years ago
  Nico Sallembien 19126f70e9 Allow users of ReceivePack access to the objects being sent 14 years ago
  Nico Sallembien e54d33b687 Add a RefFilter interface to ReceivePack and UploadPack 14 years ago
  Shawn O. Pearce efa8b52df5 Fix server side NPE during push to empty repository 14 years ago
  Shawn O. Pearce 36f05a9c27 Optimize RefAdvertiser performance by avoiding sorting 14 years ago
  Shawn O. Pearce 01b5392cdb Rewrite reference handling to be abstract and accurate 14 years ago