summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/GitBlitServer.java
Commit message (Expand)AuthorAgeFilesLines
* Unit testing overhaul.James Moger2011-12-071-0/+11
* Added some flare to the console logJames Moger2011-11-181-4/+18
* o Adding support for customizing the webapp's context path.Trygve Laugstøl2011-10-101-1/+1
* Fix SSL allow renegotiation take 2.James Moger2011-10-071-4/+4
* Allow SSL renegotiation on Java 1.6.0_22 and laterJames Moger2011-09-281-1/+21
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-1/+1
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-1/+1
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-2/+5
* Default to port 8443 for GO to be more nix friendly (issue 12)James Moger2011-07-201-1/+19
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-27/+58
* Big push for first release.James Moger2011-06-251-9/+9
* Override settings from command-line.James Moger2011-06-181-3/+3
* Map gitservlet from web.xml and configure it from gitblit properties.James Moger2011-06-181-10/+0
* Mostly stable war build.James Moger2011-06-181-68/+10
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-61/+31
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-111-0/+3
* Unit testing.James Moger2011-05-291-4/+5
* Unit testing. Removal of some unused code paths.James Moger2011-05-281-1/+1
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-18/+21
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-65/+84
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
* Download zip feature.James Moger2011-05-241-2/+5
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-231-0/+11
* Make keystore script independent of JDK using BouncyCastle.James Moger2011-05-221-60/+1
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-1/+1
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-33/+24
* Comments in config file. Disable TLS renegotiation.James Moger2011-05-051-2/+2
* Automatically generate a self-signed certificate with BouncyCastle.James Moger2011-05-051-8/+73
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-041-2/+18
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-19/+31
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-17/+17
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-141-24/+23
* Added placeholder for Admin links on main page.James Moger2011-04-061-46/+52
* Initial import of Git:Blit.James Moger2011-04-041-0/+393