summaryrefslogtreecommitdiffstats
path: root/gerrit-pgm/src/main/java/com/google/gerrit/pgm/http/jetty/JettyServer.java
Commit message (Expand)AuthorAgeFilesLines
* Upgrade embedded Jetty to 8.1.7.v20120910Shawn O. Pearce2012-10-211-8/+13
* Rename gerrit module to gerrit_uiShawn O. Pearce2012-10-211-1/+1
* Enables the use of session management in Jetty.Luca Milanesio2012-09-131-0/+6
* Merge tag 'v2.4.1'Sasa Zivkov2012-06-181-1/+1
|\
| * Make async logging buffer size configurable.Sasa Zivkov2012-06-111-1/+1
* | Export LifecycleListener in the extension APIShawn O. Pearce2012-05-181-1/+1
* | Add support for HTTP pluginsShawn O. Pearce2012-05-101-1/+3
|/
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-1/+1
* Updated to Guice 3.0.Colby Ranger2012-03-071-30/+14
* Ensure HttpLog can always get the user identityShawn O. Pearce2011-10-311-1/+22
* SSO via client SSL certificatesSasa Zivkov2010-10-131-1/+14
* Log HTTP activity to $site_path/logs/httpd_logShawn O. Pearce2010-01-151-3/+18
* daemon: Really allow httpd.listenUrl to end with /Shawn O. Pearce2010-01-141-1/+1
* Teach Main to check the Java runtime versionv2.1-rc1Shawn O. Pearce2009-12-181-2/+2
* init: Refactor init to be small parts created through GuiceShawn O. Pearce2009-12-171-12/+6
* daemon: Allow httpd.listenUrl to end with unnecessary '/'Shawn O. Pearce2009-12-141-1/+8
* daemon: Run correctly under Eclipse debuggerShawn O. Pearce2009-12-071-0/+59
* daemon: Unpack the WAR contents to a local directoryShawn O. Pearce2009-12-071-3/+97
* Move configuration files under $site_path/etcShawn O. Pearce2009-11-171-2/+3
* Embed Jetty and run it out of `java -jar gerrit.war daemon`Shawn O. Pearce2009-11-111-0/+304