aboutsummaryrefslogtreecommitdiffstats
path: root/modules/graceful/server.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+2
* Support Proxy protocol (#12527)zeripath2022-08-211-7/+41
* Make SSL cipher suite configurable (#17440)zeripath2021-11-201-37/+3
* Use pointer for wrappedConn methods (#17295)zeripath2021-10-121-3/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+2
* Support HTTP/2 in Let's Encrypt (#16371)Stanley Hu2021-07-131-1/+1
* Set self-adjusting deadline for connection writing (#16068)zeripath2021-06-111-23/+41
* Add timeout to writing to responses (#15831)zeripath2021-05-141-0/+10
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-081-3/+3
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-1/+1
* Set TLS minimum version to 1.2 (#12689)zeripath2020-09-021-0/+2
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-261-0/+11
* Prevent double waitgroup decrement (#10170)zeripath2020-02-071-3/+7
* Make CertFile and KeyFile relative to CustomPath (#9868)zeripath2020-01-191-2/+16
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-3/+3
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-58/+22
* Graceful fixes (#8645)zeripath2019-10-231-6/+11
* Restrict modules/graceful to non-windows build and shim the IsChild marker (#...zeripath2019-10-161-0/+2
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-0/+267