summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't reverse resolve CNAMEs when advertising our SSHDShawn O. Pearce2009-06-023-13/+9
* Use server name for advertised SSH host keysShawn O. Pearce2009-06-021-6/+6
* Use server name for ssh_info instead of local addressShawn O. Pearce2009-06-021-1/+1
* Restore Ctrl-Backspace in comment editorShawn O. Pearce2009-06-021-2/+0
* Disable AES192CBC and AES256CBC if unlimited cryptography is missingShawn O. Pearce2009-06-021-4/+30
* Add sendemail.enable to disable email outputShawn O. Pearce2009-06-024-3/+35
* 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-012-0/+48
* 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
* Switch from Java Mail to Apache Commons NET basic SMTP clientShawn O. Pearce2009-06-0124-289/+695
* Move git_base_path to gerrit.configShawn O. Pearce2009-06-015-7/+11
* Move canonical_url, git_daemon_url to gerrit.configShawn O. Pearce2009-06-014-14/+12
* Move use_repo_download to gerrit.configShawn O. Pearce2009-06-014-5/+9
* Move gitwebUrl to gerrit.configShawn O. Pearce2009-06-014-6/+11
* Move authentication fields from system_config to gerrit.configShawn O. Pearce2009-06-014-51/+62
* Move gerrit_git_email,gerrit_git_name to gerrit.configShawn O. Pearce2009-06-014-22/+18
* Move contact store configuration to gerrit.configShawn O. Pearce2009-06-014-11/+12
* 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-3011-77/+251
* Make SSH host key loading more consistent over timeShawn O. Pearce2009-05-301-10/+32
* 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
* Fix NPE in "gerrit replicate --all"Shawn O. Pearce2009-05-281-1/+2
* Schedule replication by remote, not by projectShawn O. Pearce2009-05-283-63/+62
* 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
* 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-271-29/+48
* 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
* Extract the PushOp logic from PushQueueShawn O. Pearce2009-05-272-146/+196
* Special case UnknownHostKey during replicationShawn O. Pearce2009-05-271-0/+7
* Simplify error logged for invalid URLs in replication.configShawn O. Pearce2009-05-271-1/+1
* Special case NoRemoteRepository during replicationShawn O. Pearce2009-05-271-0/+4
* Always run SSH replication in BatchModeShawn O. Pearce2009-05-271-0/+17
* Fix minor formatting style nit in PushQueueShawn O. Pearce2009-05-271-1/+1
* Fix NPE in MergeOp when submit to new branch fails due to dependenciesShawn O. Pearce2009-05-271-0/+8
* Invalid sshkeys cache entries when the sshUserName changesShawn O. Pearce2009-05-261-5/+20