Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Option to disable stdout and stderr interception | Oliver Poignant | 2016-05-04 | 1 | -6/+8 |
| | |||||
* | Separating setup from blocking HTTP server call | Oliver Poignant | 2016-05-04 | 1 | -13/+59 |
| | |||||
* | Separating config parsing from main application | Oliver Poignant | 2016-05-04 | 1 | -295/+65 |
| | |||||
* | Suppress output by default when in daemon mode. Write output to log file by ↵ | Oliver Poignant | 2016-04-27 | 1 | -1/+1 |
| | | | | default when installing from debian package. | ||||
* | Fixed bug that appeared when no logging options was set | Oliver Poignant | 2016-04-25 | 1 | -2/+2 |
| | |||||
* | Fixed issue with config hierarchy | Oliver Poignant | 2016-04-10 | 1 | -9/+19 |
| | |||||
* | Merge pull request #82 from olipo186/development | Oliver Poignant | 2016-04-10 | 1 | -1/+19 |
|\ | | | | | SSL support | ||||
| * | added basic https support | someone | 2016-04-02 | 1 | -1/+19 |
| | | | | | | | | key generation `openssl req -new -x509 -keyout ~/.gitautodeploy.pem -out ~/.gitautodeploy.pem -days 365 -nodes` | ||||
* | | Fix for issue #81 | GitLab Server | 2016-04-10 | 1 | -1/+0 |
|/ | |||||
* | Debian packaging setup | Oliver Poignant | 2016-03-11 | 1 | -3/+18 |
| | |||||
* | Fix issue when running without config file | Oliver Poignant | 2016-03-08 | 1 | -0/+3 |
| | |||||
* | Added default config values and the ability to start the server without a ↵ | Oliver Poignant | 2016-03-06 | 1 | -195/+20 |
| | | | | config file. Moved HTTP server implementation to separate file. | ||||
* | Cleanup. | Oliver Poignant | 2016-03-06 | 1 | -2/+2 |
| | |||||
* | Moved files around into new project structure | Oliver Poignant | 2016-03-06 | 1 | -0/+730 |