summaryrefslogtreecommitdiffstats
path: root/gerrit-sshd
Commit message (Expand)AuthorAgeFilesLines
* gerrit 2.1.3v2.1.3Shawn O. Pearce2010-06-211-1/+1
* review: Refactor to reuse same code as PublishComments web UIMartin Fick2010-06-151-98/+27
* review: Actually log an internal server error's root causeShawn O. Pearce2010-06-151-1/+1
* Add ssh command line feature to submit change setMartin Fick2010-06-153-4/+25
* ls-projects command can show the project hierarchylincoln2010-06-011-14/+205
* Merge "Add a separate queue for non-interactive users"Shawn Pearce2010-05-244-23/+106
|\
| * Add a separate queue for non-interactive usersNico Sallembien2010-05-214-23/+106
* | show-queue cannot be starved for adminscarloseduardo.baldacin2010-05-203-1/+39
|/
* transfer.timeout: Support configurable timeouts for dead clientsShawn O. Pearce2010-05-124-3/+64
* Merge branch 'stable'Shawn O. Pearce2010-05-101-1/+1
|\
| * ps: Fix implementation to alias to gerrit show-queueShawn O. Pearce2010-05-101-1/+1
* | Merge "show-queue accessible to users"Shawn Pearce2010-05-054-11/+112
|\ \
| * | show-queue accessible to userslincoln2010-05-054-11/+112
* | | upload-pack: Delay reserving database connection until executingShawn O. Pearce2010-05-051-3/+3
|/ /
* | create-project: Add --parent to set the parent right awayShawn O. Pearce2010-04-231-0/+7
* | Inherit project permissions from more than just All Projectslincoln2010-04-233-0/+140
* | Enable create-project for non-AdministratorsHugo Josefson2010-04-232-17/+63
* | Access control for branch readsNico Sallembien2010-04-202-38/+50
* | Use string constants for refs/*, refs/heads/, refs/tags/Shawn O. Pearce2010-04-201-2/+2
* | create-account: Permit creation of batch user accounts over SSHShawn O. Pearce2010-03-203-0/+181
* | Display the sha1 of each branch for all relevant projects in sshNico Sallembien2010-03-171-2/+49
|/
* Fix source code formatting in ApproveCommand.javaShawn O. Pearce2010-03-041-2/+2
* Allow gerrit approve to post comments on closed changesShawn O. Pearce2010-03-041-22/+21
* gerrit-sshd: Allow double quoted stringsNasser Grainawi2010-03-041-2/+12
* Show localhost based SSH URLsShawn O. Pearce2010-03-021-11/+19
* Support gsql output in JSON formatShawn O. Pearce2010-02-262-30/+208
* Add stream-events commandKenny Root2010-02-255-0/+314
* Fix database connection leak in git-receive-packShawn O. Pearce2010-02-233-3/+33
* Drop unused err PrintWriter in ReceiveShawn O. Pearce2010-02-211-2/+0
* Move new change display to PostReceiveHookShawn O. Pearce2010-02-101-33/+0
* Execute Git commands with AccessPath.GITShawn O. Pearce2010-02-083-11/+46
* Make hooks/commit-msg available over HTTPShawn O. Pearce2010-01-296-934/+21
* Update JGit to 0.5.1.140-g660fd39Shawn O. Pearce2010-01-291-1/+6
* Require branch deletion permission for pushes over HTTPShawn O. Pearce2010-01-293-13/+15
* Replace our own @Nullable with javax.annotation.Nullable.Nico Sallembien2010-01-251-1/+2
* Change permissions to be branch basedNico Sallembien2010-01-251-5/+6
* Add --commit to comment-added as there was previously no way to know which ch...Shane Mc Cormack2010-01-251-1/+1
* Fix NoShell to flush the error before exitingShawn O. Pearce2010-01-161-1/+3
* Allow suexec to run any command as any userShawn O. Pearce2010-01-1615-146/+409
* Allow $site_path/etc/peer_keys to authenticate peer daemonsShawn O. Pearce2010-01-161-6/+91
* Allow the daemon's host key to authenticate to itselfShawn O. Pearce2010-01-163-2/+52
* Teach all ssh commands to stop option parsing on --Shawn O. Pearce2010-01-161-0/+4
* Refactor the SSH session stateShawn O. Pearce2010-01-1614-258/+406
* Authenticate /p/ HTTP and SSH access by passwordShawn O. Pearce2010-01-154-8/+113
* Split the core receive logic out of the SSH codeShawn O. Pearce2010-01-141-1420/+29
* Add event hook supportShane Mc Cormack2010-01-142-3/+27
* Replace all transactions with single row updatesShawn O. Pearce2010-01-133-289/+304
* Remove @SecondaryKey from AccountGroupShawn O. Pearce2010-01-131-1/+1
* Move sshUserName from Account to AccountExternalIdShawn O. Pearce2010-01-132-5/+11
* Remove Project.Id and use only Project.NameKeyShawn O. Pearce2010-01-131-3/+1