summaryrefslogtreecommitdiffstats
path: root/gerrit-pgm
Commit message (Expand)AuthorAgeFilesLines
* Fix 503 error when Jetty cancels a requestShawn O. Pearce2010-07-131-3/+5
* Migrate easymock to version 3.0. This is the latest stable release.Anatol Pomazau2010-07-122-6/+6
* Start 2.1.4 developmentShawn O. Pearce2010-06-211-1/+1
* gerrit 2.1.3v2.1.3Shawn O. Pearce2010-06-211-1/+1
* gerrit.sh: Request at least 1024 file descriptorsShawn O. Pearce2010-06-161-0/+1
* ScanTrackingIds: Utility to update tracking ids in the databaseShawn O. Pearce2010-06-161-0/+182
* container.slave defaults to --slave behaviorFredrik Luthander2010-06-161-0/+15
* Simplify reference level access control.v2.1.3-rc0Nico Sallembien2010-06-081-0/+6
* Add a separate queue for non-interactive usersNico Sallembien2010-05-211-13/+23
* Update H2 to 1.2.134Shawn O. Pearce2010-04-271-2/+1
* Ensure uncaught exceptions are logged into server error logShawn O. Pearce2010-03-041-0/+7
* Merge "Catch daemon startup failures in error_log"Shawn O. Pearce2010-03-021-35/+40
|\
| * Catch daemon startup failures in error_logShawn O. Pearce2010-03-021-35/+40
* | Correct JAVA_HOME behaviorNasser Grainawi2010-03-021-1/+3
|/
* Support gsql output in JSON formatShawn O. Pearce2010-02-261-1/+15
* gerrit.sh: Don't use let, dash doesn't support itv2.1.2-rc1Shawn O. Pearce2010-02-241-2/+2
* gerrit.sh: Wait until the daemon is serving requestsShawn O. Pearce2010-02-243-12/+63
* Replace CDDL javax.servlet with APLv2 implementationShawn O. Pearce2010-02-231-0/+5
* Bind to LDAP using only the end-user identityShawn O. Pearce2010-02-211-0/+1
* init: Only suggest downloading BouncyCastle on new installsShawn O. Pearce2010-02-161-1/+1
* Use JGit's LockFile to copy files during initNico Sallembien2010-02-021-7/+19
* Queue smart HTTP requests alongside SSH requestsShawn O. Pearce2010-01-152-1/+246
* Log HTTP activity to $site_path/logs/httpd_logShawn O. Pearce2010-01-155-4/+386
* daemon: Really allow httpd.listenUrl to end with /Shawn O. Pearce2010-01-141-1/+1
* init: Defer all prune executions until upgrade cycle is doneShawn O. Pearce2009-12-311-16/+41
* Cleanup Maven build by pushing component dependencies downShawn O. Pearce2009-12-301-0/+5
* Log SSH activity to $site_path/logs/sshd_logShawn O. Pearce2009-12-291-0/+1
* Implement automatic schema upgradingShawn O. Pearce2009-12-242-2/+37
* Consolidate windows platform tests to a single classShawn O. Pearce2009-12-222-10/+3
* Start next release developmentShawn O. Pearce2009-12-211-1/+1
* gerrit 2.1v2.1Shawn O. Pearce2009-12-211-1/+1
* Never compress a pid file under $site_path/logsShawn O. Pearce2009-12-191-1/+2
* Clean up the DWIMery for database.* configuration settingsShawn O. Pearce2009-12-191-1/+0
* Completely remove GerritServer.propertiesShawn O. Pearce2009-12-198-277/+7
* Refactor GitRepositoryManager to be an interfaceShawn O. Pearce2009-12-191-3/+8
* Teach Main to check the Java runtime versionv2.1-rc1Shawn O. Pearce2009-12-184-5/+5
* Mark compressed log files read-onlyShawn O. Pearce2009-12-181-0/+1
* Resolve out any symlinks before starting loggingShawn O. Pearce2009-12-172-2/+19
* Use SitePaths to locate the logs directory in ErrorLogFileShawn O. Pearce2009-12-171-2/+5
* daemon: Automatically compress our log filesShawn O. Pearce2009-12-173-2/+145
* Test init's upgrade from 2.0.x layout to 2.1 layoutShawn O. Pearce2009-12-174-2/+135
* Test init's Libraries classShawn O. Pearce2009-12-171-0/+52
* init: Refactor init to be small parts created through GuiceShawn O. Pearce2009-12-1724-1144/+2028
* init: Create database indexes during schema creationShawn O. Pearce2009-12-161-20/+5
* init: Move optional library download configuration to config fileShawn O. Pearce2009-12-164-26/+150
* Move all resource files into src/main/resourcesShawn O. Pearce2009-12-162-16/+524
* init: Fix a minor source code formatting errorShawn O. Pearce2009-12-161-1/+2
* init: Store httpd.sslKeyPasword in secure.configShawn O. Pearce2009-12-161-2/+2
* init: Fix LDAP prompts to store to ldap sectionShawn O. Pearce2009-12-161-12/+13
* Remove CreateSchema commandShawn O. Pearce2009-12-151-78/+0