summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gerrit 2.0.13v2.0.13Shawn O. Pearce2009-06-021-1/+1
* Disable AES192CBC and AES256CBC if unlimited cryptography is missingShawn O. Pearce2009-06-021-4/+30
* Use mvn -offline mode when running ./to_hosted.shShawn O. Pearce2009-06-021-1/+1
* Add sendemail.enable to disable email outputShawn O. Pearce2009-06-025-3/+42
* Use gwtorm, gwtexpui 1.1.1 final versionsShawn O. Pearce2009-06-021-2/+2
* Automatically switch from empty side-by-side to unified viewShawn O. Pearce2009-06-011-5/+21
* Block rcpt to addresses not on a whitelistShawn O. Pearce2009-06-013-0/+58
* Fix StackOverflowError during cherry-pick submitShawn O. Pearce2009-06-011-7/+29
* Fix CSS styling on the history tableShawn O. Pearce2009-06-011-2/+1
* Document where the nextval_project_id function is for MySQLShawn O. Pearce2009-06-011-2/+2
* Switch from Java Mail to Apache Commons NET basic SMTP clientShawn O. Pearce2009-06-0128-304/+723
* Move git_base_path to gerrit.configShawn O. Pearce2009-06-019-23/+30
* Move canonical_url, git_daemon_url to gerrit.configShawn O. Pearce2009-06-016-44/+44
* Move use_repo_download to gerrit.configShawn O. Pearce2009-06-015-13/+20
* Move gitwebUrl to gerrit.configShawn O. Pearce2009-06-016-32/+35
* Move authentication fields from system_config to gerrit.configShawn O. Pearce2009-06-016-166/+178
* Move gerrit_git_email,gerrit_git_name to gerrit.configShawn O. Pearce2009-06-015-39/+38
* Move contact store configuration to gerrit.configShawn O. Pearce2009-06-016-98/+111
* Create a utility to export system_config to gerrit.configShawn O. Pearce2009-06-015-8/+97
* Create GerritConfig after parsing gerrit.config fileShawn O. Pearce2009-06-011-2/+7
* Don't start background queues during command line toolsShawn O. Pearce2009-06-013-5/+12
* Delete now unnecessary ImportProjectSubmitTypesShawn O. Pearce2009-06-011-89/+0
* Move sshd_port to gerrit.config as sshd.listenaddressShawn O. Pearce2009-05-3012-86/+269
* Make SSH host key loading more consistent over timeShawn O. Pearce2009-05-302-11/+34
* Allow MINA SSHD to log about host key creationShawn O. Pearce2009-05-301-0/+1
* Add Next/Previous/Up links to the PatchScreenCedric Beust2009-05-308-50/+196
* Remove spurious whitespace from blank lines in diff viewsShawn O. Pearce2009-05-292-24/+4
* Document the other standard cachesShawn O. Pearce2009-05-281-0/+24
* Put a link back to the index in every page footerShawn O. Pearce2009-05-2823-0/+94
* Document all server side command line toolsShawn O. Pearce2009-05-2811-8/+528
* Fix NPE in "gerrit replicate --all"Shawn O. Pearce2009-05-281-1/+2
* Mention 'git receive-pack' --cc/--reviewer argsShawn O. Pearce2009-05-281-3/+3
* Remove references in documentation to My>SettingsShawn O. Pearce2009-05-281-6/+6
* Use gwtorm 1.1.1-SNAPSHOTShawn O. Pearce2009-05-281-1/+1
* Schedule replication by remote, not by projectShawn O. Pearce2009-05-284-66/+85
* Use a HashSet for the active tasks, rather than a ListShawn O. Pearce2009-05-281-1/+3
* Fix treatment of symbolic refs in PushOpShawn O. Pearce2009-05-271-2/+2
* Allow replication.config to drive the thread pool largerShawn O. Pearce2009-05-272-2/+12
* Correct the defaults for remote uploadpack, receivepackShawn O. Pearce2009-05-271-4/+2
* Document that remote.<name>.uploadpack is also supportedShawn O. Pearce2009-05-271-0/+8
* Don't attempt to replicate the magic "-- All Projects --"Shawn O. Pearce2009-05-271-1/+4
* Allow replication to match only some hostsShawn O. Pearce2009-05-273-12/+40
* Automatically replicate all projects at startupShawn O. Pearce2009-05-271-0/+5
* Add remote.<name>.replicationdelay to control delayShawn O. Pearce2009-05-272-32/+61
* Add admin command "gerrit replicate" to force resync a projectShawn O. Pearce2009-05-275-60/+309
* Move the per-command ReviewDb handle up to AbstractCommand base classShawn O. Pearce2009-05-272-20/+18
* Reload the submit queue on startup with a 15 second delayShawn O. Pearce2009-05-271-1/+1
* Add "gerrit show-queue" to display the work queueShawn O. Pearce2009-05-275-2/+142
* Refactor WorkQueue to support task inspectionShawn O. Pearce2009-05-271-6/+189
* Refactor PushQueue.scheduleUpdate to be smaller methodsShawn O. Pearce2009-05-271-12/+16