Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Extract path info from requests without decodingDavid Pletcher3-4/+50
2014-03-29Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg1-1/+1
2013-11-02Extract protocol constants to a common classShawn Pearce1-3/+3
2013-10-07Propagate IOException where possible when getting refs.Colby Ranger1-1/+2
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce3-4/+4
2012-12-27Declare essentially static methods as staticRobin Rosenberg1-1/+1
2012-12-27Add type argumente to some raw reclarationRobin Rosenberg3-3/+3
2012-12-07Disable response compression on /git-receive-pack URLsShawn Pearce1-1/+1
2012-11-16Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg1-0/+1
2012-10-25Suppress resource warnings with Java 7Robin Rosenberg1-0/+1
2012-09-23Remove unnecessary @SuppressWarningsRobin Rosenberg1-1/+0
2012-09-22Merge changes Ic2b78ba9,Ia13e63edShawn O. Pearce6-9/+17
2012-09-21Suppress boxing warnings where we know they are okRobin Rosenberg1-2/+7
2012-09-20Use '406 Not Acceptable' when info/refs is disabledShawn O. Pearce1-1/+1
2012-09-20Compress large /info/refs responses on HTTPShawn O. Pearce5-8/+16
2012-06-27Work around smart HTTP bugs in C GitShawn O. Pearce5-1/+229
2012-06-20Serve 403 from RepositoryFilter on ServiceMayNotContinueExceptionDave Borowitz1-1/+1
2012-06-08Add MetaFilter.serveRegex(Pattern)Dave Borowitz2-0/+16
2012-06-08Expand RegexPipeline documentationDave Borowitz1-6/+13
2012-03-26Allow RepositoryResolver to throw ServiceMayNotContinueExceptionDave Borowitz1-0/+4
2012-03-09cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg1-2/+0
2012-03-08Use readString() to trim trailing LF from first lineShawn O. Pearce1-2/+2
2012-03-07Try to send HTTP error messages over sidebandDave Borowitz1-12/+121
2012-03-01Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2-4/+4
2011-12-02Discard request HTTP bodies for status code <400Shawn O. Pearce4-7/+59
2011-12-02Ensure all smart HTTP errors are sent to clientsShawn O. Pearce2-15/+21
2011-12-01Always close the GZIPOutputStream to release DeflaterShawn O. Pearce1-2/+5
2011-11-22Add utilities for smart HTTP error handlingShawn O. Pearce7-96/+354
2011-11-22Strip leading slashes in RepositoryFilterShawn O. Pearce1-2/+2
2011-10-08Refactor HTTP server stack to use Filter as baseShawn O. Pearce8-291/+690
2011-06-10Push errors back over sideband when possibleShawn O. Pearce2-4/+24
2011-05-04Fix error handling in RepositoryFilterShawn O. Pearce1-3/+6
2011-04-21Implement the no-done capabilityShawn O. Pearce1-0/+1
2011-04-01smart HTTP: Return errors inside payloadShawn O. Pearce4-7/+61
2011-04-01UploadPack: Add a PreUploadHook to monitor and control behaviorShawn O. Pearce2-1/+16
2011-04-01Allow application filters on smart HTTP operationsShawn O. Pearce5-64/+228
2011-02-25Use generics in RepositoryFilter constructorRobin Rosenberg1-2/+2
2011-02-16smart-http: Support progress in ReceivePackShawn O. Pearce1-1/+6
2011-02-16smart-http: Fix recognition of gzip encodingShawn O. Pearce1-2/+17
2011-02-15daemon: Use HTTP's resolver and factory patternShawn O. Pearce16-544/+41
2011-02-03RefAdvertiser: Avoid object parsingShawn O. Pearce1-31/+21
2010-06-29Ensure RevWalk is released when doneShawn O. Pearce3-24/+39
2010-06-27Move FileRepository to storage.file.FileRepositoryShawn O. Pearce3-4/+4
2010-06-26Allow Repository.getDirectory() to be nullShawn O. Pearce2-1/+5
2010-06-24UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce1-1/+6
2010-06-14git-servlet: Fix comparing uploadFactory with the wrong DISABLED instanceRobin Rosenberg1-1/+1
2010-06-05Repository can be configured with FSMarc Strapetz1-1/+2
2010-05-27Don't use interruptable pread() to access pack filesShawn O. Pearce1-2/+3
2010-05-19Externalize strings from JGitSasa Zivkov12-24/+122
2010-03-13http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce6-33/+149

Back to the top