Commit graph

127 commits

Author SHA1 Message Date
Ratys
efd13d5a13 Added dependency on tokio 0.1. 2018-06-08 16:41:13 +03:00
Aaron Weiss
991e030a4f
Started splitting out proto into its own crate. 2018-05-05 13:37:32 +02:00
Aaron Weiss
61e1f16c21
Added the is-it-maintained badges to Cargo.toml. 2018-04-22 01:16:32 +02:00
Aaron Weiss
cba63a80c6
Bumped version to 0.13.5. 2018-03-31 15:39:24 +02:00
Aaron Weiss
221997007f
Bumped version to 0.13.4. 2018-03-31 15:39:01 +02:00
Aaron Weiss
1f2a67f2d3
Edited the crate description and keywords a bit. 2018-02-14 15:03:12 +01:00
Aaron Weiss
02509a9df5
Bumped version to 0.13.3. 2018-02-14 14:24:32 +01:00
Aaron Weiss
3c9690b2f7
Bumped version number to 0.13.2. 2018-01-29 14:06:00 +01:00
Aaron Weiss
3348417c7a
Bumped version number to 0.13.1. 2018-01-28 04:55:06 +01:00
Aaron Weiss
c694367b57
Bumped version number to 0.13. 2018-01-28 04:27:08 +01:00
Aaron Weiss
5266e4098d
Refactored the whole crate to use failure. 2018-01-28 00:52:11 +01:00
Aaron Weiss
518303a013
Disabled JSON support by default. 2018-01-27 21:10:22 +01:00
Aaron Weiss
de26b75204
Bumped version number to 0.12.8. 2018-01-07 18:54:06 -05:00
Aaron Weiss
2a1ff81249
Bumped version number to 0.12.7. 2018-01-01 22:27:12 -05:00
Aaron Weiss
8463114aec
Bumped version to 0.12.6 with updated package description. 2017-12-13 20:46:27 +01:00
Aaron Weiss
7625c364a6
Added logging support via the log crate. 2017-12-12 14:02:45 +01:00
Aaron Weiss
77e28b84ba
Bumped version to 0.12.5. 2017-10-02 16:24:29 +02:00
Aaron Weiss
4a5e9a9f01
Bumped version to 0.12.4 and added toml support by default. 2017-08-04 20:32:13 -04:00
Aaron Weiss
4a6248e76c
Added Travis CI badge to Cargo.toml. 2017-07-25 18:22:38 -04:00
Aaron Weiss
c749146d5c
Added support for toml and yaml configurations. 2017-06-29 00:31:27 -07:00
Aaron Weiss
c7587e7f77
Bumped version number to 0.12.3. 2017-06-28 23:13:49 -07:00
Aaron Weiss
ccefda229b
Switched from time to chrono. 2017-06-28 22:24:23 -07:00
Aaron Weiss
4d3f4c556a
Implemented ping sending inside of the transport. 2017-06-28 17:48:00 -07:00
Aaron Weiss
49e02f5a67
Bumped version to 0.12.2. 2017-06-27 14:26:53 -07:00
Aaron Weiss
c6028b2e0e
Added categories to Cargo.toml. 2017-06-26 17:10:39 -07:00
Aaron Weiss
3a80cc5759
Bumped version to 0.12.1. 2017-06-24 22:18:47 -04:00
Aaron Weiss
9ad30e41a2
Changed author email to my preferred email. 2017-06-23 13:45:11 -04:00
Aaron Weiss
5a0f54612d
Clean up formatting on Cargo.toml 2017-06-22 19:38:08 -04:00
Aaron Weiss
639896cb02
Changed docs links to latest version of docs.rs. 2017-06-22 19:33:23 -04:00
Aaron Weiss
bb9be2db0a
Removed documentation link. (also included in 0.12.0 release) 2017-06-22 19:24:23 -04:00
Aaron Weiss
92c2b1fe8e
Bumped version number to 0.12.0 and relicensed under MPL. 2017-06-22 19:21:38 -04:00
Aaron Weiss
86e224b8aa
Fixed unit tests for async changes. 2017-06-21 21:50:38 -04:00
Aaron Weiss
2087e83e79
Removed tokio-service dependency, added tokio-mockstream. 2017-06-21 19:07:59 -04:00
Aaron Weiss
cc1aa5717e
Migrated to using error_chain. 2017-06-20 14:54:06 -04:00
Aaron Weiss
cf3ee671ed
Merge branch 'master' into async 2017-06-19 14:33:02 -04:00
Manish Goregaokar
02f9968b0c
Update OpenSSL to 0.9. 2017-06-19 14:11:57 -04:00
Torbjörn Lönnemark
e33248f043 Replace rustc-serialize with serde
rustc-serialize is deprecated.

Fixes #84.
2017-06-14 22:20:31 +02:00
Aaron Weiss
9a2222d802
Updated Tokio protocol code. 2017-05-26 14:09:09 +02:00
Aaron Weiss
d03d61dcec
Bumped version to 0.11.8. 2017-05-25 17:28:00 +02:00
Aaron Weiss
4d8507cfdb
Bumped version to 0.11.7. 2017-05-02 19:52:03 -04:00
Aaron Weiss
342a11aba4
Added dependency on futures. 2017-01-15 18:10:35 -05:00
Aaron Weiss
abf981c4ad
Added dependency for native-tls. 2017-01-15 18:08:03 -05:00
Aaron Weiss
db140baf9e
Added dependence on tokio-tls. 2017-01-15 17:50:56 -05:00
Aaron Weiss
a6303d4858
Removed dependence on tokio-proto. 2017-01-15 17:02:37 -05:00
Aaron Weiss
1fd5668def
Removed optional encoding feature, forcing encoding always. Temporarily
purged SSL support.
2017-01-15 13:31:50 -05:00
Aaron Weiss
b8f0d697a5
Bumped version number to 0.11.6 (after pulling). 2016-12-18 16:28:02 -05:00
Aaron Weiss
cd52dd74da
Bumped version number to 0.11.5. 2016-12-18 16:25:30 -05:00
Aaron Weiss
4f01c21b96
Bumped version number to 0.11.4. 2016-08-09 02:49:56 -04:00
Aaron Weiss
7c733b5665
Bumped version number to 0.11.3. 2016-04-11 23:01:03 -04:00
Aaron Weiss
8838417d6f
Bumped version to 0.11.2. 2016-04-11 22:59:42 -04:00