summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/util
Commit message (Expand)AuthorAgeFilesLines
* E-mail filter for publish commentsTomas Ljunggren2014-06-201-0/+381
* Run plugin startup and shutdown as PluginUserShawn Pearce2013-04-251-0/+46
* Merge "Refactor magic branch values into MagicBranchInput"Edwin Kempin2013-02-281-5/+0
|\
| * Refactor magic branch values into MagicBranchInputShawn Pearce2013-02-271-5/+0
* | Simplify MagicBranch.isMagicBranch()Shawn Pearce2013-02-271-6/+3
|/
* Move Url utility class to restapi packageShawn Pearce2013-01-281-65/+0
* Replace all '.git' with Constants.DOT_GIT_EXTBruce Zu2012-12-201-2/+3
* Fix IllegalStateException on push over HTTPEdwin Kempin2012-12-031-7/+18
* Merge "Fix relative URL detection in submodules"David Pursehouse2012-11-301-1/+1
|\
| * Fix relative URL detection in submodulesPhil Hord2012-11-151-1/+1
* | Fix broken IdGeneratorTestShawn O. Pearce2012-11-241-1/+5
* | Make new message UUIDs more URL encoding friendlyShawn O. Pearce2012-11-241-2/+2
* | Accept in_reply_to to thread inline commentsShawn O. Pearce2012-11-231-8/+14
* | Wrap URLEncoder, URLDecoderShawn O. Pearce2012-11-231-0/+59
* | Delay getting CurrentUser in RequestScopePropagatorShawn O. Pearce2012-11-211-2/+1
* | Fix RequestScopedPropagatorShawn O. Pearce2012-11-191-2/+2
* | Make ReviewDb available in the server on a per-thread basisShawn O. Pearce2012-11-166-13/+57
* | Improve error handling on branch creationEdwin Kempin2012-10-061-0/+14
|/
* Allow nesting propagated request scopes on same threadShawn O. Pearce2012-08-061-9/+6
* Cleaning up a few unused importsChad Horohoe2012-05-292-2/+0
* Merge branch 'stable-2.4'Shawn O. Pearce2012-05-211-1/+1
|\
| * Merge branch 'stable-2.3' into stable-2.4Sasa Zivkov2012-05-161-1/+1
| |\
| | * Rename refs/draft/ to refs/drafts/Edwin Kempin2012-03-151-1/+1
* | | Update the ThreadLocal based scopes to use RequestContext.Colby Ranger2012-05-183-30/+47
* | | Added the RequestContext for the scope.Colby Ranger2012-05-183-0/+154
|/ /
* | Merge changes Ic8052b4d,I41829d35,Ia2d112eb,Ieb95a0ed,I38b15303Shawn O. Pearce2012-04-071-0/+94
|\ \
| * | Refactor ls-projects code to gerrit-serverShawn O. Pearce2012-04-051-0/+94
* | | ProjectConfig sections refactoringmonica.dionisio2012-03-281-0/+124
|/ /
* | Clarify the behavior of continuingRequest()Dave Borowitz2012-03-131-0/+7
* | Eagerly evaluate Providers in GuiceServletScopePropagatorDave Borowitz2012-03-131-9/+6
* | Add a class for propagating request scoping to different threadsDave Borowitz2012-03-093-0/+347
* | Updated to gwtorm 1.4.Colby Ranger2012-03-072-4/+4
* | Rename refs/draft/ to refs/drafts/Edwin Kempin2012-03-071-1/+1
|/
* Support submodule subscriptions where the URL ends with ".git"Kiall Mac Innes2012-01-311-0/+4
* Allow superprojects to subscribe to submodules updatesGoran Lungberg2012-01-131-0/+121
* Add pushing drafts to refs/draft/Jason Tsay2011-12-121-0/+5
* New draft statuses and magic branchesJason Tsay2011-12-121-0/+106
* Consolidate windows platform tests to a single classShawn O. Pearce2009-12-221-0/+41
* Test SocketUtil classShawn O. Pearce2009-12-171-6/+15
* init: Refactor init to be small parts created through GuiceShawn O. Pearce2009-12-171-0/+123
* kill: Support killing any queued task by interrupting itShawn O. Pearce2009-11-211-0/+89