Commit Graph

  • 13e56481bb Track latest changes to tokio-proto. Tim Kuehn 2016-12-03 17:00:12 -08:00
  • 608be5372b Try to fix concurrency example Tim Kuehn 2016-11-05 19:28:13 -07:00
  • 583f2cd92f Merge pull request #58 from tikue/framed Adam Wright 2016-11-05 17:14:06 -07:00
  • ef8deb2059 Merge branch 'master' of github.com:google/tarpc into framed Tim Kuehn 2016-11-05 16:51:24 -07:00
  • c437d66603 Fixes to readme Tim Kuehn 2016-11-05 16:47:46 -07:00
  • 662a627e4e Merge pull request #55 from tikue/framed Adam Wright 2016-11-05 16:42:55 -07:00
  • d47a931f9f Elaborate in the doc comment for Framed Tim Kuehn 2016-11-05 16:33:41 -07:00
  • a30e929b63 Clarify some docs and fix some dumb code. Tim Kuehn 2016-11-05 15:43:31 -07:00
  • b638f45d27 Add a method to util::FirstSocketAddr that returns a Result rather than panicking Tim Kuehn 2016-11-05 15:43:09 -07:00
  • 68ba7505ac Update naming of publisher client and server in pubsub example Tim Kuehn 2016-11-05 15:22:17 -07:00
  • 3afcfe6274 Track latest git deps and rust compiler Tim Kuehn 2016-11-05 15:06:39 -07:00
  • 85fbe411e6 Run clients in parallel (that's the whole point!). Tim Kuehn 2016-10-29 10:16:12 -07:00
  • aaaaf942d6 Add future::Connect::connect_remotely. Tim Kuehn 2016-10-29 10:15:39 -07:00
  • 29b6425fb5 Add a util fn for running a reactor forever on a new thread. Tim Kuehn 2016-10-29 10:14:37 -07:00
  • 539776eb27 Make future::Connect take a lifetime param so that connect_with doesn't have to clone Handle. Tim Kuehn 2016-10-29 09:38:43 -07:00
  • 61e7d9aab8 Remove some logging and thread yielding. Tim Kuehn 2016-10-29 02:03:35 -07:00
  • 59988c6ee1 Initialize env_logger in example server_calling_server. Tim Kuehn 2016-10-29 02:02:33 -07:00
  • a1de4c1b05 Re-work concurrency example to not use wait() everywhere. Tim Kuehn 2016-10-29 02:02:11 -07:00
  • b6e9d61286 Add futures::Connect::connect_with, allowing the user to specify the reactor core to use. Tim Kuehn 2016-10-29 02:01:40 -07:00
  • 67ad2b90be Track nightly compiler Tim Kuehn 2016-10-28 16:13:59 -07:00
  • 3506397150 Track latest tokio changes. Tim Kuehn 2016-10-28 11:28:28 -07:00
  • db665ebb60 Bump itertools from 0.4 => 0.5 Tim Kuehn 2016-10-27 19:07:54 -07:00
  • cff8782e18 Replace try! with ? Tim Kuehn 2016-10-16 13:49:53 -07:00
  • 531dc20d66 Track nightly Tim Kuehn 2016-10-16 13:19:35 -07:00
  • d8d240ec12 Add docs to play nicer with deny(misisng_docs) (#6) Adam Wright 2016-10-10 12:25:28 -04:00
  • eb49c30fdb Add an example to the readme for futures (#4) Adam Wright 2016-10-04 16:25:57 -04:00
  • b661ff0175 Complete ClientFuture on error. Tim Kuehn 2016-09-30 15:36:55 -04:00
  • b880d65f44 Merge branch 'framed' of github.com:tikue/tarpc into framed Tim Kuehn 2016-09-30 15:19:16 -04:00
  • 451b99b92a Remove all remaining #[inline]s. Tim Kuehn 2016-09-30 15:16:29 -04:00
  • 99b13ae6fc Remove an unnecessary Box Tim Kuehn 2016-09-28 00:04:58 -07:00
  • 5bace01f2b Finish the multiplex implementation Tim Kuehn 2016-09-26 23:44:22 -07:00
  • 4a63064cbd Remove some panics, and don't use ToSocketAddrs in async methods. Tim Kuehn 2016-09-19 00:16:47 -07:00
  • 3eb57d4009 Move the static remote to the default reactor core to the crate root. Tim Kuehn 2016-09-17 18:31:08 -07:00
  • 14c97b61f9 Rename things to align with tokio changes. Tim Kuehn 2016-09-17 18:22:13 -07:00
  • 20d1a019ae WIP multiplex Parse/Serialize/FramedIo impls Tim Kuehn 2016-09-15 02:38:07 -07:00
  • 8c0181633d Track crates.io deps Tim Kuehn 2016-09-14 10:11:28 -07:00
  • 987e445935 Update benches Tim Kuehn 2016-09-14 01:57:03 -07:00
  • 1c318182c4 Don't serialize on a thread pool Tim Kuehn 2016-09-14 01:54:03 -07:00
  • ac7e2eedb2 Update readme Tim Kuehn 2016-09-14 01:47:21 -07:00
  • 6d1fbab73c Fix readme Tim Kuehn 2016-09-14 01:36:57 -07:00
  • e8902c21a2 Mangle a lot of names in macro expansion. (#53) Tim 2016-09-14 01:34:35 -07:00
  • be5f55c5f6 Extend snake_to_camel plugin to replace {} in the doc string with the original snake-cased ident. (#50) Tim 2016-09-14 01:19:24 -07:00
  • 54017839d1 Remove an unused trait and a few unnecessary Send bounds (#54) Tim 2016-09-13 21:35:05 -07:00
  • b5f2fe5f4f Merge pull request #51 from tikue/client-side-request Adam Wright 2016-09-13 18:02:04 -07:00
  • 437997b2d1 Merge pull request #52 from tikue/serde_derive Adam Wright 2016-09-13 18:00:45 -07:00
  • b5e472b374 Use the new serde_derive crate. Tim Kuehn 2016-09-06 16:06:36 -07:00
  • f76030ecd7 Correct typos Tim Kuehn 2016-09-06 14:05:32 -07:00
  • b7952d3f47 Fix README Cargo.toml Tim Kuehn 2016-09-06 13:59:39 -07:00
  • 8d561d21b2 Use cleverness to declare the client-side request enum inside a fn. Tim Kuehn 2016-09-06 03:48:28 -07:00
  • 8968b1fbd2 Merge pull request #49 from tikue/master Adam Wright 2016-09-04 19:15:06 -07:00
  • ab6e829ddd Remove two unused errors. Tim 2016-09-04 18:20:52 -07:00
  • 246c09c876 Remove outdated potential improvement Tim 2016-09-04 16:34:01 -07:00
  • e7cfbc1085 Update readme Tim 2016-09-04 16:14:59 -07:00
  • 7aabfb3c14 Rewrite using tokio (#44) Tim 2016-09-04 16:09:50 -07:00
  • 64ca851209 Fix the license link in the top strip (#48) Morton Fox 2016-08-27 00:42:40 -04:00
  • 1738864d32 make documentation link go to latest version (#47) Dustin H 2016-08-26 16:48:42 -07:00
  • 683617674c Point documentation to docs.rs Tim 2016-08-26 16:43:51 -07:00
  • 3c4932f55a Add gitter badge Adam Wright 2016-08-24 12:37:32 -07:00
  • 3cf8e440f7 Bump minor version. v0.6.0 Tim Kuehn 2016-08-07 13:00:44 -07:00
  • 2e02f33fc4 Merge branch 'master' of github.com:google/tarpc v0.5.1 Tim Kuehn 2016-07-28 20:49:12 -07:00
  • d8472dcd1c Update README to reflect latest version. Tim Kuehn 2016-07-28 20:47:59 -07:00
  • 2c5846621f Update dependency versions (#43) Tim 2016-07-28 20:46:30 -07:00
  • 6a6157948a Bump minor version. Tim Kuehn 2016-07-28 20:35:15 -07:00
  • 1c18a3c4fe Update dependency versions Tim Kuehn 2016-07-28 20:25:46 -07:00
  • e8ec295e85 Merge pull request #35 from tikue/missing-debug shaladdle 2016-04-24 21:19:42 -07:00
  • 44eec09418 Add missing Debug impls. Tim Kuehn 2016-04-24 21:06:42 -07:00
  • fe116a1b6b Merge pull request #34 from tikue/macro-cleanup shaladdle 2016-04-24 20:36:08 -07:00
  • ec4fa8636b Minor macro implementation cleanup. Tim Kuehn 2016-04-24 20:02:46 -07:00
  • 2d58340d16 Merge pull request #33 from tikue/bump-version shaladdle 2016-04-24 19:37:04 -07:00
  • 801f09e9e6 Bump version to v0.5.0 v0.5.0 Tim Kuehn 2016-04-24 18:56:30 -07:00
  • 6ce3a3d943 Merge pull request #27 from tikue/listener shaladdle 2016-04-24 18:39:27 -07:00
  • 4d636d2882 Merge master into listener. Tim Kuehn 2016-04-24 18:28:30 -07:00
  • 3693c95a67 Merge pull request #32 from tikue/update-releases shaladdle 2016-04-24 17:57:28 -07:00
  • 43a2df4a13 Make version of serde explicit in release notes Tim 2016-04-24 17:56:41 -07:00
  • 166f1523d6 Update version in README Tim Kuehn 2016-04-24 17:52:08 -07:00
  • 1cc8cbcdc3 Update pre-push to use rustup in lieu of multirust, because rustup is #thefuture. Tim Kuehn 2016-04-24 17:48:29 -07:00
  • 9dafc704e9 Update RELEASES.md Tim Kuehn 2016-04-24 17:19:53 -07:00
  • 32e0b0d7f8 Bump version to 0.4.0 v0.4.0 shaladdle 2016-04-02 16:56:20 -07:00
  • b87c52758e Merge pull request #30 from tikue/update-serde shaladdle 2016-04-02 15:57:18 -07:00
  • 9235e12904 Handle Serde(EndOfStream) error as ConnectionBroken Tim Kuehn 2016-04-02 15:33:56 -07:00
  • 265fe56fa6 Merge update-serde into master Tim Kuehn 2016-04-02 15:23:37 -07:00
  • 7b5b29a9c3 Update to serde 0.7 Tim Kuehn 2016-04-02 15:18:24 -07:00
  • 709f4ab1ac Add spaces between items in impls. Tim Kuehn 2016-03-16 21:46:14 -07:00
  • bbfb4325d2 Simplify readme example Tim Kuehn 2016-03-16 20:49:38 -07:00
  • f33cb3bd53 Add a line between impl and struct Tim Kuehn 2016-03-16 20:46:23 -07:00
  • 6a6832cfbc Generify doc comment Tim Kuehn 2016-03-16 20:45:55 -07:00
  • b0495ebc00 Cargo fmt Tim Kuehn 2016-03-16 20:43:36 -07:00
  • aec1574824 Add a line in between struct and impl Tim Kuehn 2016-03-16 20:43:22 -07:00
  • 5d27d34bd3 Add a documentation note on addresses Tim Kuehn 2016-03-16 20:36:54 -07:00
  • fe978f2c56 Merge pull request #29 from tikue/rm-lazy-static shaladdle 2016-03-02 21:36:24 -08:00
  • 44f472c65c Remove unused dep Tim Kuehn 2016-02-27 22:32:53 -08:00
  • e995acd4c9 Merge branch 'master' into listener Tim Kuehn 2016-02-27 14:11:16 -08:00
  • e8fcf0e4de Fix issue with grep exit status Tim Kuehn 2016-02-27 02:30:39 -08:00
  • 9dcd38c012 Merge branch 'master' into listener Tim Kuehn 2016-02-25 23:30:22 -08:00
  • 5ac4b710a5 Simplify lib.rs example Tim Kuehn 2016-02-25 23:30:00 -08:00
  • 2eb0b2cc83 Merge pull request #28 from tikue/fix-pre-commit shaladdle 2016-02-25 23:24:18 -08:00
  • 72a9f8f70d Update deps versions. Tim Kuehn 2016-02-25 22:49:22 -08:00
  • 8e5a44b423 Update README to list arbitrary transports as a feature. Tim Kuehn 2016-02-25 22:28:39 -08:00
  • 714541a7a4 Don't unwrap in Listener::dialer Tim Kuehn 2016-02-25 01:05:38 -08:00
  • a1f529f794 Reformat some generic bounds Tim Kuehn 2016-02-25 00:58:48 -08:00