summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src
Commit message (Expand)AuthorAgeFilesLines
* dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-221-1/+2
* Organize importsDavid Pursehouse2016-11-145-9/+9
* WrappedRequest: Don't use deprecated ServletRequestWrapper#realPathDavid Pursehouse2016-09-221-1/+1
* Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki2016-08-233-3/+3
* Report PackProtocolExceptions to client during receive-packDave Borowitz2015-07-091-1/+2
* Use message from ServiceNotAuthorizedException, ServiceNotEnabledExceptionJonathan Nieder2015-06-025-15/+11
* dumb HTTP: Clarify AsIsFilter by introducing req and res localsJonathan Nieder2015-06-021-3/+5
* Replace deprecated release() methods by close()Matthias Sohn2015-05-212-2/+2
* Skip logging stack trace on corrupt objectsShawn Pearce2015-05-062-0/+11
* Add repository name to failures in HTTP server logShawn Pearce2015-05-063-9/+29
* Support agent= capability in wire protocolShawn Pearce2015-04-302-0/+8
* Clearer error message when service is not enabledHector Oswaldo Caballero2015-04-031-1/+1
* Revert "Extract path info from requests without decoding"Shawn Pearce2014-12-123-50/+4
* Extract path info from requests without decodingDavid Pletcher2014-12-093-4/+50
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Extract protocol constants to a common classShawn Pearce2013-11-011-3/+3
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-183-4/+4
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-273-3/+3
* Disable response compression on /git-receive-pack URLsShawn Pearce2012-12-071-1/+1
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-161-0/+1
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* Remove unnecessary @SuppressWarningsRobin Rosenberg2012-09-231-1/+0
* Merge changes Ic2b78ba9,Ia13e63edShawn O. Pearce2012-09-226-9/+17
|\
| * Use '406 Not Acceptable' when info/refs is disabledShawn O. Pearce2012-09-191-1/+1
| * Compress large /info/refs responses on HTTPShawn O. Pearce2012-09-195-8/+16
* | Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-2/+7
|/
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-275-1/+229
* Serve 403 from RepositoryFilter on ServiceMayNotContinueExceptionDave Borowitz2012-06-201-1/+1
* Add MetaFilter.serveRegex(Pattern)Dave Borowitz2012-06-082-0/+16
* Expand RegexPipeline documentationDave Borowitz2012-06-081-6/+13
* Allow RepositoryResolver to throw ServiceMayNotContinueExceptionDave Borowitz2012-03-261-0/+4
* cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2012-03-091-2/+0
* Use readString() to trim trailing LF from first lineShawn O. Pearce2012-03-071-2/+2
* Try to send HTTP error messages over sidebandDave Borowitz2012-03-071-12/+121
* Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2012-02-292-4/+4
* Discard request HTTP bodies for status code <400Shawn O. Pearce2011-12-014-7/+59
* Ensure all smart HTTP errors are sent to clientsShawn O. Pearce2011-12-012-15/+21
* Always close the GZIPOutputStream to release DeflaterShawn O. Pearce2011-11-301-2/+5
* Add utilities for smart HTTP error handlingShawn O. Pearce2011-11-227-96/+354
* Strip leading slashes in RepositoryFilterShawn O. Pearce2011-11-221-2/+2
* Refactor HTTP server stack to use Filter as baseShawn O. Pearce2011-10-078-291/+690
* Push errors back over sideband when possibleShawn O. Pearce2011-06-092-4/+24
* Fix error handling in RepositoryFilterShawn O. Pearce2011-05-041-3/+6
* Implement the no-done capabilityShawn O. Pearce2011-04-211-0/+1
* smart HTTP: Return errors inside payloadShawn O. Pearce2011-04-014-7/+61
* UploadPack: Add a PreUploadHook to monitor and control behaviorShawn O. Pearce2011-04-012-1/+16
* Allow application filters on smart HTTP operationsShawn O. Pearce2011-04-015-64/+228
* Use generics in RepositoryFilter constructorRobin Rosenberg2011-02-251-2/+2