elvish/pkg/daemon
Qi Xiao 74003a7f56 pkg/daemon: Always quit after receiving a signal.
The current code will busy-loop after receiving a signal until the listener
errors or all existing connection returns.
2021-10-23 18:39:55 +01:00
..
daemondefs Refactor shell and daemon initialization code. 2021-06-28 20:02:38 +01:00
internal/api Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
activate_test.go pkg/testutil: ScaledMs -> Scaled, takes a time.Duration instead. 2021-10-05 01:02:54 +01:00
activate_unix_test.go pkg/daemon: Fix activate_unix_test.go. 2021-10-02 19:04:36 +01:00
activate.go pkg/daemon: Let killDaemon wait until the socket file is removed. 2021-10-02 18:41:50 +01:00
client.go Merge pkg/daemon/client into pkg/daemon. 2021-09-30 23:37:36 +01:00
server_test.go pkg/testutil: ScaledMs -> Scaled, takes a time.Duration instead. 2021-10-05 01:02:54 +01:00
server_unix_test.go pkg/daemon: Test Activate killing outdated daemon. 2021-10-02 15:47:18 +01:00
server.go pkg/daemon: Always quit after receiving a signal. 2021-10-23 18:39:55 +01:00
service.go pkg/daemon: Test Activate killing outdated daemon. 2021-10-02 15:47:18 +01:00
sys_unix.go pkg/daemon: Fix the handling of hanging sockets. 2021-10-01 23:56:57 +01:00
sys_windows.go pkg/daemon: Fix the handling of hanging sockets. 2021-10-01 23:56:57 +01:00