forked from mozilla/sccache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* *: add UDS support A new module named `net` is added to unify TCP socket and UDS. By default, sccache server is still listen on local TCP port, user can choose to listen on UDS by setting environment variable `SCCACHE_SERVER_UDS`. Generic is used in server implementation for best performance, trait object is used in client implementation for simplicity and better readability. Close mozilla#933. Signed-off-by: Jay Lee <[email protected]> * fix linux compile errors Signed-off-by: Jay Lee <[email protected]> * fix format Signed-off-by: Jay Lee <[email protected]> * more fix Signed-off-by: Jay Lee <[email protected]> * fix windows Signed-off-by: Jay Lee <[email protected]> * address comment Signed-off-by: Jay Lee <[email protected]> * fix gcc failure Signed-off-by: Jay Lee <[email protected]> * address comment Signed-off-by: Jay Lee <[email protected]> * fix clippy Signed-off-by: Jay Lee <[email protected]> --------- Signed-off-by: Jay Lee <[email protected]>
- Loading branch information
Showing
9 changed files
with
450 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.