summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/WorkQueue.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix thread exhaustion in SSH daemonJames Moger2014-05-291-2/+4
|
* Eliminate use of Dagger and do not create inner classesJames Moger2014-04-101-16/+22
| | | | | | | | | | | This change outlines somethings I'd like to see in your latest code. 1. Elimination of Dagger 2. Less noise from inner class instantiation 3. Formalizing filesystem location for keys instead of Unix-y /tmp/ 4. Password authentication as alternative to Key authentication Change-Id: I7a76e1811ad7cd545444fd8b59bbe8c4f45ccfec
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-101-0/+340
Change-Id: I5a60710323ca674d70e34f7451422ec167105429