Commit Graph

  • ea7fe66b14 feat(types): Add tonic-types crate (#391) Lucio Franco 2020-07-08 18:01:16 -04:00
  • ab1de44771 feat: Add Display implementation for Code (#386) Mikail Bagishov 2020-07-06 21:07:08 +03:00
  • d68dd36532 feat(codec): Improve compression flag log (#374) Sarfaraz Nawaz 2020-07-06 21:30:48 +05:30
  • 9c954e0908 Make the cast in Bidirectional stream smaller (#387) Tunahan Karlıbaş 2020-07-06 18:58:07 +03:00
  • 9c50d759de Fix deny warnings (#389) Lucio Franco 2020-07-06 11:53:30 -04:00
  • 3b9d6a6262 fix(transport): Propagate errors in tls_config instead of unwrap/panic (#385) Johan Andersson 2020-07-06 15:18:10 +02:00
  • f085aba302 fix(build): Allow empty packages (#382) Tyler Hawkes 2020-06-29 09:24:47 -06:00
  • 327b4fffa3 feat: Add Status::to_http (#376) Kaleb Elwert 2020-06-25 10:08:10 -07:00
  • 80e90e3b5d Add tower server example (#375) Kaleb Elwert 2020-06-22 09:04:02 -07:00
  • 54d7a7af6b feat: add new method get_uri for Endpoint (#371) Sherlock Holo 2020-06-17 06:22:12 +08:00
  • 761029444f chore: Use new instead of with_rustls (#369) Caio 2020-06-15 13:21:41 -03:00
  • 5bda615632 fix: Remove uses of pin_project::project attribute (#367) Taiki Endo 2020-06-10 02:09:35 +09:00
  • 4f839107b9 chore(docs): fix incorrect proto path in helloworld tutorial (#368) Nick Law 2020-06-10 03:08:39 +10:00
  • 02499fdfd3 chore: wrong path for call to compile_protos (#366) Paul-Sebastian Manole 2020-06-03 19:10:07 +03:00
  • 253984f204 Fix typo (#356) Paulo Duarte 2020-05-18 18:09:46 -03:00
  • 85ae0a4733 feat(transport): Dynamic load balancing (#341) Dawid Nowak 2020-05-15 19:03:28 +00:00
  • 372da52e96 feat: Add metadata to error responses (#348) Dmitry Shuranov 2020-05-10 18:46:45 +03:00
  • 8cd6f05064 fix(build): Make generated server service public (#347) Kitsu 2020-05-08 17:16:52 +03:00
  • 59ce1d2590 chore: Prepare 0.2.1 release (#346) Lucio Franco 2020-05-07 15:46:45 -04:00
  • e683ffef1f fix: base64 encode details header (#345) Lucio Franco 2020-05-07 15:31:26 -04:00
  • 68d2ab3339 Add some info about concurrent usage to client mod (#328) Spencer Judge 2020-05-05 10:27:53 -07:00
  • 99fbe22e7c fix(transport): Apply tls-connector for discovery when applicable (#334) (#338) Johan Thomsen 2020-05-05 19:19:04 +02:00
  • 59c4555f54 chore: Upgrade cargo-deny-action v0 -> v1 (#336) Johan Andersson 2020-05-04 18:16:26 +02:00
  • f6ecaff0de chore(example): Autoreloading server example (#316) thisKai 2020-04-09 14:55:53 -07:00
  • d2ad8df629 feat(transport): Add AsRef impl for Certificate (#326) IvanV 2020-04-09 19:41:54 +02:00
  • 5d56daa721 fix(build): Remove ambiguity in service method call (#327) Yonathan Randolph 2020-04-09 10:40:26 -07:00
  • 70b345fc98 Update LICENSE Lucio Franco 2020-04-09 10:53:33 -04:00
  • 9ebc6f6667 chore: Add tonic-health readme` Lucio Franco 2020-04-01 14:45:05 -04:00
  • 6f378e2bd0 chore: Prepare 0.2 release (#321) Lucio Franco 2020-04-01 14:34:51 -04:00
  • b7860cc734 chore: Update blocking example drop order (#313) Spencer Judge 2020-04-01 11:01:38 -07:00
  • 04a8c0c82a fix(transport): Handle tls accepting on task (#320) Lucio Franco 2020-04-01 13:02:19 -04:00
  • e5b1f8a172 chore: Rename internal uuid crate (#319) Lucio Franco 2020-04-01 12:35:11 -04:00
  • 202093c317 feat(build): Add support for custom prost config (#318) Lucio Franco 2020-04-01 11:58:53 -04:00
  • 555323630a chore: Update tokio-util 0.3 (#315) Lucio Franco 2020-03-31 15:06:52 -04:00
  • 6dbe88d445 fix(build): Implement Debug for client struct James Nugent 2020-03-30 17:06:31 -05:00
  • 3cba9f5f6f chore: Fix feature flags and build docs (#311) Lucio Franco 2020-03-30 12:02:10 -04:00
  • 59c7788846 fix(health): Set referenced version of tonic James Nugent 2020-03-30 09:47:04 -05:00
  • da92dbf8aa feat(health): Add tonic-health server impl James Nugent 2020-03-30 09:33:02 -05:00
  • 25569e007b chore(transport): Upgrade rustls and base64 (#251) Johan Andersson 2020-03-30 16:01:48 +02:00
  • cfd59dbb34 feat: Add Status with Details Constructor (#308) Cameron 2020-03-30 07:01:01 -07:00
  • 2e082f8b3e chore(build): Refactor codegen traits (#302) Lucio Franco 2020-03-29 12:57:11 -04:00
  • 012fa3cb4a feat(transport): Expose http2 keep-alive support (#307) Michael-J-Ward 2020-03-29 11:48:43 -05:00
  • 5758b758b2 fix(build): Server service uses generic body bound (#306) Coenen Benjamin 2020-03-28 17:52:10 +01:00
  • e2c2be2f08 fix(build): Remove debug println! (#287) Juan Alvarez 2020-03-27 08:58:10 -06:00
  • 224280dfff fix(build): Allow non_camel_case_types on codegen structs James Nugent 2020-03-19 14:18:34 -05:00
  • 61e0429ae8 fix(metadata): Remove deprecated error description James Nugent 2020-03-19 14:07:25 -05:00
  • 414a8978b8 chore: typo ruslts -> rustls (#294) Andrew Chin 2020-03-18 18:16:02 -04:00
  • 9e7d35a2d3 chore: Add blocknig server example (#277) Govardhan G D 2020-03-06 22:00:10 +05:30
  • 7dfa2a277b fix(build): Ignore non .rs files with rustfmt (#284) Lucio Franco 2020-03-05 15:21:02 -05:00
  • f65cda1ea0 feat(build): Decouple codgen from prost (#170) Gyusun Yeom 2020-03-02 03:52:31 +09:00
  • 1b3d107206 fix(build): Don't replace extern_paths (#261) Danny Hua 2020-02-18 06:56:32 -08:00
  • e2bff8f13e chore(docs): Add warp + tonic example (#268) Lucio Franco 2020-02-16 15:13:22 -05:00
  • b49ad9bb47 chore(docs): Add hyper example (#267) Lucio Franco 2020-02-16 12:46:55 -05:00
  • 4f343eb980 chore: upgrade percent-encoding 1.0.1 -> 2.0 (#262) Erich Gubler 2020-02-13 09:36:39 -07:00
  • 34865a9fb5 chore(docs): Remove unecessary pinning (#263) Dizans 2020-02-14 00:34:34 +08:00
  • 3e63e05666 Fix 0.1.1 diff link in changelog (#247) Johan Andersson 2020-01-20 19:53:09 +01:00
  • 66ac4c4049 chore: Prepare 0.1.1 release (#246) Lucio Franco 2020-01-20 11:53:45 -05:00
  • cfdf0aff54 fix(transport): Add Connected impl for TcpStream (#245) michael-a-cliqz 2020-01-20 17:29:12 +01:00
  • 6de0b4d26f fix(transport): Use Uri host if no domain for tls (#244) Lucio Franco 2020-01-20 11:21:44 -05:00
  • 5fc6762435 fix(build): Typo with client mod docstring (#237) Spencer Judge 2020-01-14 10:25:17 -08:00
  • bd0f5edddf chore: Add grpcurl example in helloworld readme (#236) Fuyang Liu 2020-01-14 16:55:59 +01:00
  • f4ecf47428 chore: Prepare 0.1.0 release (#234) Lucio Franco 2020-01-14 09:36:19 -05:00
  • 6ee2ed9b4f chore: rename ServiceName -> NamedService (#233) Juan Alvarez 2020-01-13 20:41:24 -06:00
  • eba7ec7b32 feat: Add gRPC interceptors (#232) Lucio Franco 2020-01-13 21:26:08 -05:00
  • 0fa2bf1cea feat(codec): Introduce Decoder/Encoder traits (#208) Juan Alvarez 2020-01-13 10:59:19 -06:00
  • a41f55ab9d fix(build): Remove default impl for Server traits (#229) Juan Alvarez 2020-01-13 08:42:14 -06:00
  • dadc8186c2 chore: Upgrade to prost, prost-build and prost-derive 0.6 (#230) (#231) Marcel 2020-01-13 15:40:57 +01:00
  • af807c3ccd feat(transport): Add server side peer cert support (#228) Lucio Franco 2020-01-11 14:17:19 -08:00
  • 3be8bc1668 Run CI checks & tests on Windows and Mac (#206) Johan Andersson 2020-01-11 23:16:54 +01:00
  • 6673f91f1f chore: Remove required bytes dep and clean up deny (#227) Lucio Franco 2020-01-11 12:48:24 -08:00
  • 18e944bd28 chore: Update prost codec to not use workaround (#226) Lucio Franco 2020-01-11 12:27:00 -08:00
  • 8997f47b6d chore: Upgrade to prost master and bytes 0.5 (#224) Adam Jacob 2020-01-11 11:05:08 -08:00
  • e034288c37 feat(build): Add extern_path config support (#223) Adam Jacob 2020-01-10 12:31:10 -08:00
  • a66595bfe3 feat(transport): Add serve_with_incoming_shutdown (#220) Lucio Franco 2020-01-08 11:00:57 -05:00
  • faa26ac152 chore(example) Fix routeguide errors (#218) Juan Alvarez 2020-01-07 15:53:30 -06:00
  • ec1f37e4b4 fix(transport): Improve Error type (#217) Linus Färnstrand 2020-01-04 20:24:26 +01:00
  • 49ce265954 chore: Add decode benchmarks (#207) Juan Alvarez 2019-12-22 15:51:34 -06:00
  • 59d008db7e chore(docs): Fix examples link (#202) Thomas May 2019-12-20 20:39:39 -07:00
  • 5e6b1fe487 chore(ci): Switch to use GitHub Action for cargo-deny (#201) Johan Andersson 2019-12-20 17:41:37 +01:00
  • 61a770dedf chore: Prepare 0.1.0-beta.1 release (#200) Lucio Franco 2019-12-19 18:44:25 -05:00
  • 8efdbb4631 chore: Use released version of tower (#199) Lucio Franco 2019-12-19 18:31:40 -05:00
  • 4e5c6c8f23 chore(example): update guides to 0.1-beta.1 (#198) Juan Alvarez 2019-12-19 17:23:26 -06:00
  • 6566b237a1 chore(docs): Fix routeguide tutorial source links (#195) Fletcher Nichol 2019-12-17 14:21:13 -07:00
  • c99d13c6e6 fix(transport): Fix infinite recursion in poll_ready (#192) Brandon Williams 2019-12-15 15:36:10 -08:00
  • 3a5c66d5f2 fix(build): snake_case service names (#190) Juan Alvarez 2019-12-14 14:08:28 -06:00
  • 82facb6283 chore: Apply clippy (#189) Lucio Franco 2019-12-13 23:55:49 -05:00
  • 502491a590 fix(transport): Remove with_rustls for tls config (#188) Lucio Franco 2019-12-13 20:31:22 -05:00
  • 3eb76abf9f feat(transport): Add remote_addr to Request on the server si… (#186) Lucio Franco 2019-12-13 20:25:00 -05:00
  • 0505dff65a fix(transport): Fix lazily reconnecting (#187) Lucio Franco 2019-12-13 20:24:45 -05:00
  • 97d5363e2b fix(build): Remove async ready (#185) Lucio Franco 2019-12-13 18:19:23 -05:00
  • b90c340800 feat(transport): Allow custom IO and UDS example (#184) Lucio Franco 2019-12-13 17:14:49 -05:00
  • 7077d8dfd0 chore(docs): Fix routeguide tutorial link (#183) Artem Vorotnikov 2019-12-13 21:10:43 +03:00
  • bab1d5d255 chore: Fix readme links (#181) Lucio Franco 2019-12-12 12:02:01 -05:00
  • d9a481baef chore: Reorganize examples and interop crates (#180) Lucio Franco 2019-12-12 11:53:15 -05:00
  • f096a238ac chore(examples): add helloworld-client-blocking (#179) Brandon Williams 2019-12-12 06:48:27 -08:00
  • 8f1a25278e chore: Remove unused files (#178) Lucio Franco 2019-12-11 22:32:48 -05:00
  • f46a45401d feat(transport): Add tracing support to server (#175) Lucio Franco 2019-12-11 19:45:11 -05:00
  • 1626c2eae0 chore(transport): Clean up server and channel (#174) Lucio Franco 2019-12-11 18:19:11 -05:00
  • 0847b67c4e fix(build): Allow creating multiple services in the same package (#173) Lucio Franco 2019-12-11 16:22:03 -05:00
  • 393a57eade feat(transport): Add server graceful shutdown (#169) xd009642 2019-12-11 21:07:05 +00:00