log rust/chg/src/locator.rs @ 44672:7bf45ed9e25e

age author description
Sun, 07 Oct 2018 10:12:22 +0900 Yuya Nishihara rust-chg: abort if server doesn't have required capabilities
Sat, 06 Oct 2018 20:10:44 +0900 Yuya Nishihara rust-chg: spawn server process if not running
Sun, 14 Oct 2018 14:41:14 +0200 Yuya Nishihara rust-chg: add brief comment about initial capacity of temp_sock_path()
Sat, 07 Dec 2019 13:06:25 -0800 Gregory Szorc rust: run rustfmt
Sat, 06 Oct 2018 21:13:59 +0900 Yuya Nishihara rust-chg: add struct holding information needed to spawn server process
Mon, 24 Sep 2018 18:33:46 +0900 Yuya Nishihara rust-chg: port basic socket path handling from cHg of C