Commit Graph

53 Commits

Author SHA1 Message Date
Nikolay Volf 8527eceb04
Update to stable branch 2018-08-30 17:05:35 +03:00
Nick d42979982e
Add `handle` argument to named pipe creation-related methods. 2018-08-30 04:08:38 -07:00
Nick 80d9794c09
Add timeout when waiting for named pipe. 2018-08-28 09:48:29 -07:00
Nick 1147824a0f
Migrate from `tokio_core` to `tokio`. 2018-08-28 05:20:40 -07:00
NikVolf b4a6cdf7d9 pin to stable branch 2018-08-28 14:19:15 +03:00
NikVolf c89687dec8 add appveyor 2018-08-28 14:09:21 +03:00
Emīls Piņķis fe3de17621
Merge pull request #8 from NikVolf/fix-signatures
Match signatures of SecurityAttributes funcs on unix
2018-08-27 15:54:06 +01:00
NikVolf a124eaf24f also as_ptr() is crate visible only 2018-08-27 17:27:29 +03:00
NikVolf 43c1f71cf6 match signatures on unix 2018-08-27 17:22:28 +03:00
Nikolay Volf 9d213dc4ac
Merge pull request #6 from mullvad/support-security-attributes-on-win
Support security attributes on Windows
2018-08-27 14:07:52 +03:00
Emīls Piņķis 9e838f3901 Remove debug mess 2018-08-25 18:32:01 +01:00
Nikolay Volf fe84586bcd
Update lib.rs 2018-08-25 13:50:23 +03:00
Nikolay Volf 6311536a7c
Update unix_permissions.rs 2018-08-25 12:07:02 +03:00
Nikolay Volf 17fab427d1
Update unix_permissions.rs 2018-08-25 12:06:30 +03:00
Emīls Piņķis c9322e22c3 Add empty structs for unix to bring lessen the amount of platfrom specific code users have to write 2018-08-25 00:22:42 +01:00
Emīls a2dc227fe4 Add windows permissions wrapper 2018-08-24 17:53:35 +01:00
Emīls 1b82b8da1c Add support for specifying security attributes 2018-08-23 14:51:56 +01:00
Emīls Piņķis 7c9bbe3bc4 Update miow to 3.1.2 2018-08-23 11:34:31 +01:00
Nikolay Volf c0f80b4039
Merge pull request #5 from mullvad/add-client-support
Add client support
2018-08-06 19:34:11 +03:00
Emīls b62b85591a An offering to the travis gods 2018-08-06 17:29:37 +01:00
Emīls bf0daefa06 Improve tests 2018-08-06 17:10:06 +01:00
Emīls 85501672fd Remove unneeded parenthesis 2018-08-06 17:10:06 +01:00
Emīls 769d60da2a Rename IpcStream to IpcConnection 2018-08-06 17:10:04 +01:00
Emīls 086abc83f9 Remove windows specific smoke test 2018-08-06 17:09:32 +01:00
Emīls b4c4cab666 Fix support for a Windows client connection for IpcClient 2018-08-06 17:09:31 +01:00
Emīls Piņķis f483184917 Add IpcStream::connect 2018-08-06 17:08:47 +01:00
Nikolay Volf 2af3e5b6b7
Merge pull request #4 from parasyte/patch-1
Update code in README
2018-06-03 14:51:20 +02:00
Jay Oster 87e45235b4
Update code in README 2018-06-02 11:52:05 -07:00
Nikolay Volf 7112a799e0 Update README.md 2017-10-25 02:27:38 +03:00
NikVolf d6c5b3cfcc bump version 2017-04-21 01:55:06 +03:00
NikVolf 53af415308 fix compilation for nix 2017-04-21 01:54:44 +03:00
NikVolf e8b7777a7d bump version 2017-04-21 01:17:38 +03:00
NikVolf 7a6f00d945 adding new impls from tokio_io 2017-04-21 01:16:51 +03:00
NikVolf 247850cfcf version bump 2017-04-18 22:47:48 +03:00
NikVolf b379289f53 shutdown 2017-04-18 22:47:00 +03:00
Nikolay Volf 74f270cd4f Bump version 2017-03-23 17:13:32 +03:00
Nikolay Volf beeeded89d Merge pull request #3 from NikVolf/license
Add copyleft license
2017-03-23 17:07:57 +03:00
NikVolf a828e7440b license files 2017-03-23 17:05:45 +03:00
Nikolay Volf ed160061c0 Update README.md 2017-03-23 17:00:44 +03:00
Nikolay Volf ccb5faccb2 Merge pull request #1 from NikVolf/bump-ver
Bump version, travis check
2017-03-22 19:04:08 +03:00
Nikolay Volf d107ce66a8 Update Cargo.toml 2017-03-22 19:00:38 +03:00
Nikolay Volf 7ee1a97214 Update README.md 2017-03-22 19:00:07 +03:00
NikVolf b152dda75b doc test and travis 2017-03-22 18:58:09 +03:00
Nikolay Volf a8bbeb014c Update README.md 2017-03-22 18:29:46 +03:00
Nikolay Volf eb2aa3896c Create README.md 2017-03-22 18:28:39 +03:00
NikVolf 3d4234de6b get rid of the timeout 2017-03-15 18:51:47 +03:00
NikVolf 26cda79da7 win test working 2017-03-15 15:53:01 +03:00
NikVolf e5670df3c5 fix chaining 2017-03-15 04:08:22 +03:00
NikVolf d247bb7840 simplier test 2017-03-15 04:01:38 +03:00
NikVolf 7c002c1a6c windows tests mess 2017-03-15 03:44:20 +03:00