77 Commits (0b320b2c357a02d1f7306cb572e09917a4ec59d9)

Author SHA1 Message Date
  Jonathan Nieder dbf6f9f692 Move BaseReceivePack#advertisedRefs getter and setter to ReceivePack 5 years ago
  Jonathan Nieder 939723807e Move BaseReceivePack#walk getter to ReceivePack 5 years ago
  Jonathan Nieder aaf41a51b7 Move BaseReceivePack#db getter to ReceivePack 5 years ago
  Jonathan Nieder 937beaa1ae Move BaseReceivePack#pushCert getter and setter to ReceivePack 5 years ago
  Masaya Suzuki 49befd84d7 Revert C Git 1.7.5 bug workaround 5 years ago
  Masaya Suzuki ad379793c7 Call unlockPack in finally 5 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Matthias Sohn 781e106a26 Fix javadoc in org.eclipse.jgit transport package 6 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Matthias Sohn 64a404803e Implement auto gc 8 years ago
  Shawn Pearce 3100662a5a ReceivePack: integrate push option parsing into recvCommands 7 years ago
  Shawn Pearce 2fd4559773 ReceivePack: simplify getPushOptions 7 years ago
  Shawn Pearce 8e00a317b2 ReceivePack: allow push options to be set 7 years ago
  Shawn Pearce c2e2326a43 ReceivePack: refactor push option parsing 7 years ago
  Dan Wang 7f9fb80002 Push implementation of option strings 8 years ago
  Shawn Pearce 306932c701 ReceivePack: enable capabilities immediately on first line 8 years ago
  Shawn Pearce 60ca93798c ReceivePack: Use Java 7 multi-catch for unpackError 8 years ago
  Jonathan Nieder 73b3c9c1d8 ReceivePack: Pass atomic setting from client to BatchRefUpdate 8 years ago
  Matthias Sohn 8468fae293 Document empty catch block to silence warning 9 years ago
  Christian Halstrick ebfd62433a Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions 9 years ago
  Stefan Beller 88c1b82e7a Implement atomic refs update, if possible by database 9 years ago
  Saša Živkov ef3d864b1e Revert "Add getPackFile to ReceivePack to make PostReceiveHook more 10 years ago
  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 12 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" 13 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 14 years ago