summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/GitBlitServer.java
Commit message (Collapse)AuthorAgeFilesLines
* Add setting to automatically redirect http requests to the https portJames Moger2013-10-271-0/+29
| | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f
* Use equals to compare strings instead of ==Simon Harrer2013-10-241-2/+2
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-26/+26
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Fixed regression with http socket connectorJames Moger2013-05-061-8/+18
|
* Partially merged url panel with optional support for app clone urlsJames Moger2013-05-031-8/+8
|
* GO NIO connector thread pool size settingJames Moger2013-05-031-6/+8
|
* Added Git Daemon supportJames Moger2013-04-031-0/+4
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+626
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.