summaryrefslogtreecommitdiffstats
path: root/modules/graceful/net_unix.go
Commit message (Expand)AuthorAgeFilesLines
* Remove unused error in graceful manager (#29871)Nanguan Lin2024-03-181-10/+2
* Improve graceful manager code/comment (#28063)wxiaoguang2023-11-151-6/+2
* Allow the use of alternative net.Listener implementations by downstreams (#25...idk2023-07-241-3/+5
* Implement systemd-notify protocol (#21151)zeripath2023-05-151-7/+81
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* Preserve unix socket file (#20499)Frank2022-08-131-3/+35
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
* Add bundle download for repository (#14538)John Olheiser2021-08-241-2/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+2
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+1
* Graceful: Allow graceful restart for unix sockets (#9113)zeripath2019-11-241-1/+14
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-0/+211