aboutsummaryrefslogtreecommitdiffstats
path: root/modules/graceful
Commit message (Expand)AuthorAgeFilesLines
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind8 days1-3/+3
* Remove unused error in graceful manager (#29871)Nanguan Lin2024-03-182-12/+4
* Refactor graceful manager, fix misused WaitGroup (#29738)coldWater2024-03-154-51/+55
* Avoid unexpected panic in graceful manager (#29629)wxiaoguang2024-03-062-2/+18
* Suggest to use Type=simple for systemd service (#28717)wxiaoguang2024-01-071-0/+3
* Refactor graceful manager to use shared code (#28073)wxiaoguang2023-11-243-174/+119
* Improve graceful manager code/comment (#28063)wxiaoguang2023-11-158-83/+29
* Allow the use of alternative net.Listener implementations by downstreams (#25...idk2023-07-243-6/+18
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Improve queue and logger context (#24924)wxiaoguang2023-05-264-96/+11
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-222-1/+7
* Rewrite logger system (#24726)wxiaoguang2023-05-214-2/+107
* Implement systemd-notify protocol (#21151)zeripath2023-05-153-12/+159
* Remove most path-based golangci exclusions (#24214)silverwind2023-04-191-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2710-20/+14
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* Support Proxy protocol (#12527)zeripath2022-08-212-11/+45
* Fix graceful doc (#20883)wxiaoguang2022-08-211-4/+6
* call builtinUnused() if internal SSH is disabled (#20877)JonRB2022-08-201-2/+2
* Preserve unix socket file (#20499)Frank2022-08-132-3/+50
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Fix signal loop in graceful manager (#19943)wxiaoguang2022-06-121-0/+1
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-025-5/+0
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+5
* Add pprof labels in processes and for lifecycles (#19202)zeripath2022-03-253-40/+44
* Immediately Hammer if second kill is sent (#18823)zeripath2022-02-192-2/+7
* format with gofumpt (#18184)65432022-01-201-0/+1
* Make SSL cipher suite configurable (#17440)zeripath2021-11-202-44/+3
* Fix some lints (#17337)Lunny Xiao2021-10-171-1/+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
* Add bundle download for repository (#14538)John Olheiser2021-08-245-10/+15
* 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
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-0/+3
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-154-110/+121
* Add timeout to writing to responses (#15831)zeripath2021-05-141-0/+10
* Drop back to use IsAnInteractiveSession for SVC (#15749)zeripath2021-05-071-2/+4
* Fix regression from #14623 - use debug SVC handler only on interactive sessio...zeripath2021-03-311-3/+22
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-082-11/+11
* Fix windows build error (#14263)Lunny Xiao2021-01-061-2/+4
* Move install pages out of main macaron routes (#13195)zeripath2020-10-192-2/+2
* Set TLS minimum version to 1.2 (#12689)zeripath2020-09-021-0/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+2
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-1/+4
* Handle panics that percolate up to the graceful module (#11291)zeripath2020-05-141-1/+34
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-261-0/+11
* Restore graceful restart on SIGHUP (#10224)zeripath2020-02-111-2/+2
* Prevent double waitgroup decrement (#10170)zeripath2020-02-071-3/+7
* [UI] Show pull icon on pull (#10061)65432020-01-291-1/+1