aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitSmartHttpTools.java
Commit message (Expand)AuthorAgeFilesLines
* Extract protocol constants to a common classShawn Pearce2013-11-011-3/+3
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* 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
* Discard request HTTP bodies for status code <400Shawn O. Pearce2011-12-011-7/+10
* Add utilities for smart HTTP error handlingShawn O. Pearce2011-11-221-0/+309