Commit Graph

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