Commit Graph

  • 2a3162c5fa Cargo feature 'rename-dependency' is stabilized Tim 2018-11-21 11:03:41 -08:00
  • 0cc976b729 cargo fmt Tim Kuehn 2018-11-06 17:01:27 -08:00
  • 4d2d3f24c6 Address Clippy lints Tim Kuehn 2018-11-06 17:00:15 -08:00
  • 2c7c64841f Add symlink tarpc/README.md -> README.md v0.14.1 Tim Kuehn 2018-10-29 16:11:01 -07:00
  • 4ea142d0f3 Remove coverage badge. Tim Kuehn 2018-10-29 11:40:09 -07:00
  • 00751d2518 external_doc doesn't work with crates.io yet :( v0.14.0 Tim Kuehn 2018-10-29 11:05:09 -07:00
  • 4394a52b65 Add doc tests to .travis.yml Tim Kuehn 2018-10-29 10:55:12 -07:00
  • 70938501d7 Use eternal_doc for tarpc package. This will ensure our README is always up-to-date. Tim Kuehn 2018-10-29 10:52:27 -07:00
  • d5f5cf4300 Bump versions. Tim Kuehn 2018-10-29 10:15:13 -07:00
  • e2c4164d8c Remove unused feature enablements from tarpc Tim Kuehn 2018-10-25 11:44:38 -07:00
  • 78124ef7a8 Cargo fmt Tim Kuehn 2018-10-25 11:44:18 -07:00
  • 096d354b7e Remove unused features Tim Kuehn 2018-10-25 11:41:08 -07:00
  • 7ad0e4b070 Service registry (#204) Tim 2018-10-25 11:22:55 -07:00
  • 64755d5329 Update futures Tim 2018-10-19 11:19:25 -07:00
  • 3071422132 Helper fn to create transports Tim Kuehn 2018-10-18 00:24:26 -07:00
  • 8847330dbe impl From<S> for bincode::Transport<S> Tim Kuehn 2018-10-18 00:24:08 -07:00
  • 6d396520f4 Don't allow empty service invocations Tim Kuehn 2018-10-18 00:23:34 -07:00
  • 79a2f7fe2f Replace tokio-serde-bincode with async-bincode Tim Kuehn 2018-10-17 20:19:37 -07:00
  • af66841f68 Remove keyword Tim Kuehn 2018-10-17 11:59:09 -07:00
  • 1ab4cfdff9 Make Request and Resonse enums' docs public, because they show up in the serve fn. Tim 2018-10-16 23:02:52 -07:00
  • f7e03eeeb7 Fix up readme Tim 2018-10-16 22:27:23 -07:00
  • 29067b7773 Prepare for release v0.13.0 Tim 2018-10-16 21:59:59 -07:00
  • 905e5be8bb Remove deprecated tokio-proto and replace with homegrown rpc framework (#199) Tim 2018-10-16 11:26:27 -07:00
  • 5e4b97e589 Closes #197 (#198) Henrique Nogara 2018-08-27 18:59:16 -03:00
  • 9bd66b7e49 Bump version (#195) v0.12.1 Tim 2018-08-13 15:49:17 -07:00
  • 0ecc7a80c1 Do not ignore payload size in sync client (#194) Yechan Bae 2018-08-12 10:39:20 -07:00
  • 92f157206d Minor change rollup v0.12.0 Tim 2018-07-11 17:04:54 -07:00
  • b093db63a3 Remove usage of Cursor (#186) Tim 2018-04-14 21:16:35 -07:00
  • 8c3e3df47f Bump tarpc-plugins version. (#185) Tim 2018-04-09 18:45:28 -07:00
  • 6907c6e0a3 Merge pull request #183 from tikue/fix-breakage v0.11.0 Tim 2018-04-09 12:28:06 -07:00
  • 4b5273127d Fix breakage on most recent nightly. Tim Kuehn 2018-04-08 21:50:15 -07:00
  • 4b763e9f52 Merge pull request #180 from tikue/update-deps Tim 2018-03-27 11:25:18 -07:00
  • 848eb00bea Bump version Tim Kuehn 2018-03-26 00:53:28 -07:00
  • 44ec68c002 Update deps Tim Kuehn 2018-03-26 00:32:40 -07:00
  • b2282f9d7a Clean up code warnings Tim Kuehn 2018-03-25 23:52:36 -07:00
  • 326f0270b9 Merge pull request #175 from imp/updates Tim 2017-12-05 10:31:31 -08:00
  • fd47a6c038 Drop more 'static lifetime Cyril Plisko 2017-12-05 07:11:38 -05:00
  • 77cfffaaed Drop more 'static lifetimes Cyril Plisko 2017-12-04 19:24:03 -05:00
  • 118893678b Update dependencies Cyril Plisko 2017-12-04 18:01:17 -05:00
  • ae3985de46 clippy: using '.clone()' on a ref-counted pointer Cyril Plisko 2017-12-04 17:52:09 -05:00
  • 49f36e0b2b clippy: simplify else arm Cyril Plisko 2017-12-04 17:44:14 -05:00
  • 4a7082b27c clippy: unneeded dereference Cyril Plisko 2017-12-04 17:43:51 -05:00
  • 3aa53a06fb clippy: use .is_err() instead of destructuring Result Cyril Plisko 2017-11-23 10:04:39 +02:00
  • a0afbefef4 &'static str -> &str Cyril Plisko 2017-11-23 09:29:23 +02:00
  • 5b554f7062 itertools: update to 0.7 Cyril Plisko 2017-11-23 09:18:24 +02:00
  • 0411a90be9 Fix README link to documentation (#171) Tim 2017-11-03 13:37:26 -05:00
  • 9ce7938fdc Merge pull request #167 from tikue/master v0.9.0 Tim 2017-09-17 17:58:50 -07:00
  • 650dc88da5 Bump versions Tim Kuehn 2017-09-17 16:02:28 -07:00
  • 3601763442 Update TLS code to not use deprecated method Tim Kuehn 2017-09-17 15:48:31 -07:00
  • 4aaaea1e04 Remove unused imports Tim Kuehn 2017-09-17 15:36:06 -07:00
  • 2e214c85d3 Fix breakage from nightly compiler changes. Tim Kuehn 2017-09-17 15:14:15 -07:00
  • 0676ab67df Refresh dependencies (#164) Cyril Plisko 2017-08-15 00:31:47 +03:00
  • 0b843512dd Use #[allow(unreachable_patterns)] to simplify some macro code. (#163) Tim 2017-08-02 13:54:06 -07:00
  • 85d9416750 doc: Update tarpc version in readme (#162) Jesper Håkansson 2017-07-21 17:37:07 +02:00
  • 5e3cf3c807 Run the new nightly cargo fmt (#156) Tim 2017-07-18 14:54:46 -07:00
  • 4dfb3a48c3 Derive Deserialize, Serialize in macros. Requires feature(use_extern_macros). (#151) Tim 2017-07-18 12:04:56 -07:00
  • 21e8883877 Update to serde 1.0 and bincode 0.8 (#149) v0.8.0 Tim 2017-05-05 22:16:44 -07:00
  • 7dbfe07c97 Bump to version 0.7.3 and update release notes. v0.7.3 Tim Kuehn 2017-04-26 12:28:01 -07:00
  • 8bc01a993b format with rustfmt 0.8.3 (#148) Jon Gjengset 2017-04-26 15:25:49 -04:00
  • e2728d84f3 Remove unnecessary Sync bound on clients (#147) Jon Gjengset 2017-04-26 15:11:30 -04:00
  • 85a8f8fce7 Merge pull request #145 from tikue/master v0.7.2 Adam Wright 2017-04-22 16:55:29 -07:00
  • 9267daa409 Bump version Tim Kuehn 2017-04-22 16:25:29 -07:00
  • a01ecd3314 Merge pull request #144 from tikue/master Adam Wright 2017-04-22 16:23:18 -07:00
  • dd662beb9b Track rustc master Tim Kuehn 2017-04-22 15:59:39 -07:00
  • 5857de5164 Merge pull request #142 from google/readme-typo Adam Wright 2017-04-22 16:05:09 -07:00
  • 8cb6ff89cc Fix typo in readme Tim 2017-04-11 20:30:14 -07:00
  • a441fcb771 Bump to 0.7.1 for some doc fixes (#141) v0.7.1 Tim 2017-03-31 15:18:35 -07:00
  • f0ad99b900 Prepare for Crates.io release (#140) v0.7.0 Tim 2017-03-31 14:15:20 -07:00
  • 5add81b5f3 Feature rollup (#129) Tim 2017-03-31 12:16:40 -07:00
  • 15080b2889 Set a default max packet size. (#128) Tim 2017-03-23 00:08:08 -07:00
  • 8598d4beaf Fix following removal of parse_ty_path (#138) Jon Gjengset 2017-03-23 00:20:03 -04:00
  • 40faf25d99 Fix vulnerability. (#126) Tim 2017-03-22 18:17:37 -07:00
  • c8be9b690b Fix following removal of Attribute.value (#136) Jon Gjengset 2017-03-21 14:00:52 -04:00
  • f4018a431e bincode 1.0.0-alpha6 changed SizeLimit to a trait (#134) Malte Schwarzkopf 2017-03-19 14:12:17 -04:00
  • 79aee18d17 Change module structure. (#122) Tim 2017-03-07 18:20:46 -08:00
  • f9ff2c4e50 Merge pull request #121 from tikue/send-client Tim 2017-03-06 22:12:33 -08:00
  • 073bc25e18 Derive debug rather than manually impl Tim Kuehn 2017-02-25 01:56:25 -08:00
  • d0d65c413a Make Client Send again (and Clone too!). Tim Kuehn 2017-02-25 01:30:58 -08:00
  • e59116fb48 Add server::Handle::shutdown (#117) Tim 2017-03-06 20:57:12 -08:00
  • daa96a69a2 Latency benchmark: drive the client with the same reactor as server (so it's entirely single-threaded) (#116) Tim 2017-02-22 21:46:28 -08:00
  • 85ae614983 Add a test that dropping a client doesn't break the server (#115) Tim 2017-02-22 21:12:52 -08:00
  • e17549a1f7 Merge pull request #114 from shaladdle/fix-throughput Adam Wright 2017-02-21 22:39:51 -08:00
  • 0b8a845ec1 Actually run the server future Adam Wright 2017-02-21 22:24:05 -08:00
  • 2b8f3db1fd Return a concrete type from server::listen (#113) Tim 2017-02-21 22:01:59 -08:00
  • 44792347b1 Change sync listen to return a handle which runs the server (#112) Adam Wright 2017-02-21 09:50:01 -08:00
  • f7c371930f Merge pull request #110 from shaladdle/prepush Adam Wright 2017-02-20 18:43:51 -08:00
  • 3eec8fe1dd Actually fail the prepush in try_run Adam Wright 2017-02-20 18:10:23 -08:00
  • 9c973eb80b Switch back to verb_ing_ Adam Wright 2017-02-20 18:07:36 -08:00
  • 37763f25e4 Make whitespace consistent Adam Wright 2017-02-20 17:46:13 -08:00
  • 515ab90299 Various simplifications/improvements to pre-push Adam Wright 2017-02-20 17:44:30 -08:00
  • 9987eae290 --color=always has to be after the command Adam Wright 2017-02-18 22:11:55 -08:00
  • 22545c653c Fix prepush script? Adam Wright 2017-02-18 21:57:04 -08:00
  • 8b9847e347 Update chrono (#111) Cyril Plisko 2017-02-20 23:05:47 +02:00
  • 49bc4d0bce Merge pull request #109 from shaladdle/formatting Adam Wright 2017-02-18 22:37:27 -08:00
  • 0780af9e05 Run cargo fmt Adam Wright 2017-02-18 15:37:31 -08:00
  • bc16ffd2d0 Merge pull request #108 from tikue/doc-fix Adam Wright 2017-02-16 21:08:01 -08:00
  • c7831e8aa6 More spacing stuff Tim Kuehn 2017-02-16 20:56:04 -08:00
  • 8faba59d66 Fix tabs in pre-push, and remove dead code in readme Tim Kuehn 2017-02-16 20:51:57 -08:00
  • bceaea1206 .travis.yml: Do tls tests, then rustdoc tests, then regular tests Tim Kuehn 2017-02-16 20:18:46 -08:00
  • fea8d5eb1d I hate READMEs. Tim Kuehn 2017-02-16 17:57:17 -08:00