| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid unexpected panic in graceful manager (#29629) (#29630) | wxiaoguang | 2024-03-06 | 2 | -2/+18 |
* | Allow the use of alternative net.Listener implementations by downstreams (#25... | idk | 2023-07-24 | 3 | -6/+18 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 4 | -96/+11 |
* | Fix regression: access log template, gitea manager cli command (#24838) | wxiaoguang | 2023-05-22 | 2 | -1/+7 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 4 | -2/+107 |
* | Implement systemd-notify protocol (#21151) | zeripath | 2023-05-15 | 3 | -12/+159 |
* | Remove most path-based golangci exclusions (#24214) | silverwind | 2023-04-19 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 10 | -20/+14 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -5/+5 |
* | Support Proxy protocol (#12527) | zeripath | 2022-08-21 | 2 | -11/+45 |
* | Fix graceful doc (#20883) | wxiaoguang | 2022-08-21 | 1 | -4/+6 |
* | call builtinUnused() if internal SSH is disabled (#20877) | JonRB | 2022-08-20 | 1 | -2/+2 |
* | Preserve unix socket file (#20499) | Frank | 2022-08-13 | 2 | -3/+50 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Fix signal loop in graceful manager (#19943) | wxiaoguang | 2022-06-12 | 1 | -0/+1 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 5 | -5/+0 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -1/+5 |
* | Add pprof labels in processes and for lifecycles (#19202) | zeripath | 2022-03-25 | 3 | -40/+44 |
* | Immediately Hammer if second kill is sent (#18823) | zeripath | 2022-02-19 | 2 | -2/+7 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -0/+1 |
* | Make SSL cipher suite configurable (#17440) | zeripath | 2021-11-20 | 2 | -44/+3 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -1/+3 |
* | Use pointer for wrappedConn methods (#17295) | zeripath | 2021-10-12 | 1 | -3/+3 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -3/+2 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 5 | -10/+15 |
* | Support HTTP/2 in Let's Encrypt (#16371) | Stanley Hu | 2021-07-13 | 1 | -1/+1 |
* | Set self-adjusting deadline for connection writing (#16068) | zeripath | 2021-06-11 | 1 | -23/+41 |
* | Make modules/context.Context a context.Context (#16031) | zeripath | 2021-05-31 | 1 | -0/+3 |
* | Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev... | zeripath | 2021-05-15 | 4 | -110/+121 |
* | Add timeout to writing to responses (#15831) | zeripath | 2021-05-14 | 1 | -0/+10 |
* | Drop back to use IsAnInteractiveSession for SVC (#15749) | zeripath | 2021-05-07 | 1 | -2/+4 |
* | Fix regression from #14623 - use debug SVC handler only on interactive sessio... | zeripath | 2021-03-31 | 1 | -3/+22 |
* | Make internal SSH server host key path configurable (#14918) | zeripath | 2021-03-08 | 2 | -11/+11 |
* | Fix windows build error (#14263) | Lunny Xiao | 2021-01-06 | 1 | -2/+4 |
* | Move install pages out of main macaron routes (#13195) | zeripath | 2020-10-19 | 2 | -2/+2 |
* | Set TLS minimum version to 1.2 (#12689) | zeripath | 2020-09-02 | 1 | -0/+2 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -1/+2 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 1 | -1/+4 |
* | Handle panics that percolate up to the graceful module (#11291) | zeripath | 2020-05-14 | 1 | -1/+34 |
* | Prevent panic during wrappedConn close at hammertime (#11219) | zeripath | 2020-04-26 | 1 | -0/+11 |
* | Restore graceful restart on SIGHUP (#10224) | zeripath | 2020-02-11 | 1 | -2/+2 |
* | Prevent double waitgroup decrement (#10170) | zeripath | 2020-02-07 | 1 | -3/+7 |
* | [UI] Show pull icon on pull (#10061) | 6543 | 2020-01-29 | 1 | -1/+1 |
* | Queue: Make WorkerPools and Queues flushable (#10001) | zeripath | 2020-01-28 | 2 | -20/+59 |
* | Make CertFile and KeyFile relative to CustomPath (#9868) | zeripath | 2020-01-19 | 1 | -2/+16 |
* | Fix missed change to GetManager() (#9361) | zeripath | 2019-12-15 | 1 | -1/+1 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 8 | -95/+143 |
* | Add comment to exported function WindowsServiceName (make revive) (#9241) | David Svantesson | 2019-12-03 | 1 | -0/+1 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 4 | -46/+255 |