64 Commits (6e4e34bb9e0620f00a820457705a0df60a1bd9c2)

Author SHA1 Message Date
  Dave Borowitz 6e4e34bb9e Report PackProtocolExceptions to client during receive-pack 9 years ago
  Jonathan Nieder cc4f4f2fe1 Use message from ServiceNotAuthorizedException, ServiceNotEnabledException 9 years ago
  Jonathan Nieder 761e61f1ed dumb HTTP: Clarify AsIsFilter by introducing req and res locals 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Shawn Pearce a870a8a03c Skip logging stack trace on corrupt objects 9 years ago
  Shawn Pearce ae592cc655 Add repository name to failures in HTTP server log 9 years ago
  Shawn Pearce 4a984e2033 Support agent= capability in wire protocol 9 years ago
  Hector Oswaldo Caballero cbb617603a Clearer error message when service is not enabled 9 years ago
  Shawn Pearce f6cff781ee Revert "Extract path info from requests without decoding" 9 years ago
  David Pletcher 19f869996f Extract path info from requests without decoding 9 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Shawn Pearce b0dbb78e7d Extract protocol constants to a common class 10 years ago
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 10 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 years ago
  Robin Rosenberg 04bc9b3ddc Add type argumente to some raw reclaration 11 years ago
  Shawn Pearce 20e3779e10 Disable response compression on /git-receive-pack URLs 11 years ago
  Robin Rosenberg 20c829838a Make an exception for the formatting rules (turn off) for some files 11 years ago
  Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 11 years ago
  Robin Rosenberg 22427b748b Remove unnecessary @SuppressWarnings 11 years ago
  Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 11 years ago
  Shawn O. Pearce b3e8f29fe9 Use '406 Not Acceptable' when info/refs is disabled 11 years ago
  Shawn O. Pearce f93a6a7229 Compress large /info/refs responses on HTTP 11 years ago
  Shawn O. Pearce 1c6c73c5a9 Work around smart HTTP bugs in C Git 12 years ago
  Dave Borowitz 330c3cae72 Serve 403 from RepositoryFilter on ServiceMayNotContinueException 12 years ago
  Dave Borowitz b12f80e71c Add MetaFilter.serveRegex(Pattern) 12 years ago
  Dave Borowitz 61c4e39067 Expand RegexPipeline documentation 12 years ago
  Dave Borowitz 55bf06b43d Allow RepositoryResolver to throw ServiceMayNotContinueException 12 years ago
  Robin Rosenberg 708febedaf cleanup: Remove unnecessary @SuppressWarnings 12 years ago
  Shawn O. Pearce c1ed9483ff Use readString() to trim trailing LF from first line 12 years ago
  Dave Borowitz 039c785d9f Try to send HTTP error messages over sideband 12 years ago
  Dave Borowitz 1f2022e3a7 Modify refs in UploadPack/ReceivePack using a hook interface 12 years ago
  Shawn O. Pearce db00632db7 Discard request HTTP bodies for status code <400 12 years ago
  Shawn O. Pearce ac6cda955c Ensure all smart HTTP errors are sent to clients 12 years ago
  Shawn O. Pearce 0d61707f12 Always close the GZIPOutputStream to release Deflater 12 years ago
  Shawn O. Pearce 867087bb11 Add utilities for smart HTTP error handling 12 years ago
  Shawn O. Pearce 9d311b3333 Strip leading slashes in RepositoryFilter 12 years ago
  Shawn O. Pearce c3554ac583 Refactor HTTP server stack to use Filter as base 12 years ago
  Shawn O. Pearce 7ff6eb584c Push errors back over sideband when possible 13 years ago
  Shawn O. Pearce de16d5e8f9 Fix error handling in RepositoryFilter 13 years ago
  Shawn O. Pearce b209671d04 Implement the no-done capability 13 years ago
  Shawn O. Pearce 58ed0cb840 smart HTTP: Return errors inside payload 13 years ago
  Shawn O. Pearce 64b524e3ca UploadPack: Add a PreUploadHook to monitor and control behavior 13 years ago
  Shawn O. Pearce af3562f7f7 Allow application filters on smart HTTP operations 13 years ago
  Robin Rosenberg ba77150040 Use generics in RepositoryFilter constructor 13 years ago
  Shawn O. Pearce bd1c1156a0 smart-http: Fix recognition of gzip encoding 13 years ago
  Shawn O. Pearce bd531eb998 smart-http: Support progress in ReceivePack 13 years ago
  Shawn O. Pearce 18e822a7fe smart-http: Fix recognition of gzip encoding 13 years ago
  Shawn O. Pearce 1b7a5a2960 daemon: Use HTTP's resolver and factory pattern 13 years ago
  Shawn O. Pearce 04759f3274 RefAdvertiser: Avoid object parsing 13 years ago