log rust/chg/src/locator.rs @ 44688:1f5ab1a9363d

age author description
Fri, 10 Apr 2020 21:35:16 +0900 Yuya Nishihara rust-chg: upgrade to 2018 edition and remove useless extern crates
Mon, 19 Nov 2018 20:50:45 +0900 Yuya Nishihara rust-chg: update name of the server process
Thu, 04 Oct 2018 22:44:37 +0900 Yuya Nishihara rust-chg: send client side umask to server
Sun, 07 Oct 2018 16:14:21 +0900 Yuya Nishihara rust-chg: add config validation and process returned instructions
Sun, 07 Oct 2018 16:46:30 +0900 Yuya Nishihara rust-chg: collect server flags from command arguments
Thu, 04 Oct 2018 23:07:48 +0900 Yuya Nishihara rust-chg: send client-side environment variables to server
Sun, 07 Oct 2018 10:23:57 +0900 Yuya Nishihara rust-chg: move set_current_dir() to Locator
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