Commit Graph

  • c4e15b6f47 fixing broken links for window size and max concurrent streams master talksik 2023-06-11 16:49:46 -07:00
  • 1934825ff5 chore: Fix ci tests Lucio Franco 2023-04-24 14:52:25 -04:00
  • 30b8f07b9f chore: Add MPL back to deny Lucio Franco 2023-04-24 14:22:11 -04:00
  • c09fc23088 chore: Fix cargo deny warnings (#1374) Lucio Franco 2023-04-24 13:41:43 -04:00
  • 4942dd4a43 tonic-build: option to emit Arc<Self> as server receiver (#1352) Auri 2023-04-19 22:36:43 +03:00
  • 8e506df77e chore: Use taiki-e/install-action to setup protoc (#1356) tottoto 2023-04-19 22:43:11 +09:00
  • f276934d22 chore: Add streaming response limit test (#1363) Lucio Franco 2023-04-17 11:19:51 -04:00
  • 7aa4d4f31e chore: Move rustfmt check to own job (#1354) tottoto 2023-04-18 00:19:37 +09:00
  • ae75801604 chore: Prepare 0.9.2 release (#1362) Lucio Franco 2023-04-17 11:16:32 -04:00
  • 65d909e850 tonic-build: support boxing fields (#1252) Thomas Orozco 2023-04-14 18:56:14 +02:00
  • 9990e6ef9d chore: Fix clippy warning (#1346) tottoto 2023-04-06 23:09:34 +09:00
  • fa06bafcc0 chore: Fix perms for publish script Lucio Franco 2023-04-03 10:35:31 -04:00
  • 01cba4992c chore: Prepare 0.9.1 release (#1343) Lucio Franco 2023-04-03 10:31:03 -04:00
  • 5bcebaf3ca chore: Update to rustls 0.21 (#1340) tottoto 2023-04-03 22:30:18 +09:00
  • 893249e216 chore: Minimize cargo-deny skip tree (#1338) tottoto 2023-04-03 22:29:46 +09:00
  • 3a497f2ca2 chore: Prepare v0.9.0 release (#1337) Lucio Franco 2023-03-31 14:41:53 -04:00
  • b54ce2321a feat(transport): Addlocal_addr to Request o (#1327) YiiSh 2023-04-01 01:09:50 +08:00
  • 44ccf49d8e chore(interop): Remove unnecessary asyncronous file io to read data (#1336) tottoto 2023-04-01 01:21:53 +09:00
  • ff331199e4 feat(core): Default encoding/decoding limits (#1335) Lucio Franco 2023-03-30 12:59:08 -04:00
  • b3358dc6ac Allow setting skip_protoc_run on the prost Builder (#1318) Pruthvikar Reddy 2023-03-20 18:40:37 +00:00
  • a9db219e50 fix(web): Fix enable and update docs (#1326) Lucio Franco 2023-03-20 13:04:46 -04:00
  • 69ce71efa6 feat(types): Add gRPC Richer Error Model support (Docs) (#1317) Rafael Lemos 2023-03-20 12:44:47 -03:00
  • ddec9e34f2 chore(examples): Add Cors to grpc web server (#1320) Lucio Franco 2023-03-20 09:31:15 -04:00
  • d471212ee8 feat(types): Add gRPC Richer Error Model support (Examples) (#1300) Rafael Lemos 2023-03-14 12:26:35 -03:00
  • c8027a1385 fix(codec): Cancelled client streaming handling (#1315) Lucio Franco 2023-03-14 11:18:56 -04:00
  • dcb00262de fix document for helloworld-tutorial.md (#1316) Sheng Zheng 2023-03-14 23:18:37 +08:00
  • 99eae577ca chore(tonic): Remove redundant reference to reference (#1309) tottoto 2023-03-13 07:28:18 -07:00
  • c1906074b6 chore(types): Remove unnecesarry unreachable_pub lint allowing (#1311) tottoto 2023-03-13 07:28:04 -07:00
  • c0d1397abb Fix typo (#1308) Luca Pette 2023-03-10 21:52:48 +01:00
  • d54d02d3ed feat(types): Add gRPC Richer Error Model support (LocalizedMessage) (#1295) Rafael Lemos 2023-02-27 13:25:43 -03:00
  • 838d91aca3 chore: Update to tower-http 0.4 (#1296) tottoto 2023-02-27 23:33:14 +09:00
  • d6041a99c2 feat(types): Add gRPC Richer Error Model support (Help) (#1293) Rafael Lemos 2023-02-23 08:24:19 -03:00
  • 7a6b20d8ef feat: add GrpcMethod extension into request for client (#1275) 林玮 (Jade Lin) 2023-02-23 18:06:45 +08:00
  • 1547f968b4 chore(examples): Remove tracing-attributes from dependencies (#1289) tottoto 2023-02-23 19:06:37 +09:00
  • 983be6608e chore(web): Update tonic-web readme (#1292) Lucio Franco 2023-02-23 05:06:32 -05:00
  • b5764035eb Remove unnecessary Clone bound in GrpcWebLayer (#1291) Francesco Guardiani 2023-02-22 13:10:36 +01:00
  • 3a38a32a02 chore(tonic): Use BoxBody type alias (#1284) tottoto 2023-02-22 02:03:42 +09:00
  • 7eeda24350 feat(types): Add gRPC Richer Error Model support (ResourceInfo) (#1282) Rafael Lemos 2023-02-21 14:03:37 -03:00
  • 2888ac92bd chore: Remove clippy from CI (#1288) Lucio Franco 2023-02-21 10:54:31 -05:00
  • 79d0e3faf5 chore(tonic): Remove duplicate tls feature gate and re-export http crate instead of using wildcard importing (#1281) tottoto 2023-02-22 00:50:53 +09:00
  • 9f716d8411 feat(codec): Configure max request message size (#1274) Moncef AOUDIA 2023-02-17 16:58:22 +01:00
  • a52de8aec3 types: add support for RequestInfo error message type (#1280) Rafael Lemos 2023-02-17 12:18:46 -03:00
  • 26b848be46 chore: Add bootstrap tests to contrib doc (#1278) Lucio Franco 2023-02-16 16:49:34 -05:00
  • 773e4e1749 feat(tls): add an option for optional TLS client authentication (#1163) Antonín Dufka 2023-02-16 21:14:15 +01:00
  • 2378581850 feat(types): Add gRPC Richer Error Model support (PreconditionFailure) (#1276) Rafael Lemos 2023-02-16 13:08:53 -03:00
  • 555a8bcf42 types: add support for ErrorInfo error message type (#1269) Rafael Lemos 2023-02-15 12:24:17 -03:00
  • 5acde56176 feat(tonic): Use NamedService without transport feature (#1273) tottoto 2023-02-15 23:47:28 +09:00
  • b712df608f chore(examples): Split tls-rustls example (#1272) tottoto 2023-02-15 23:47:09 +09:00
  • 7d6561cf3b chore(tonic): Change async-stream optional (#1271) tottoto 2023-02-15 23:46:41 +09:00
  • 74e4400219 chore: Use feature resolver v2 and turn off unused features (#1270) tottoto 2023-02-15 23:46:27 +09:00
  • 3f4d7432b9 chore(types): Turn off unused features (#1266) tottoto 2023-02-14 23:47:43 +09:00
  • d9a8f10324 chore(tonic): Remove duplicated code (#1267) tottoto 2023-02-14 23:47:11 +09:00
  • aa69a023f7 Expose Response#into_parts and Response#from_parts (#1263) Velichko Anton 2023-02-13 22:54:37 +04:00
  • 7c0e9c853c Make some functionality of Status public (#1256) Nick Cameron 2023-02-13 15:29:19 +00:00
  • b301013d58 chore(health): Generate file descriptor set in bootstrap test (#1265) tottoto 2023-02-14 00:20:48 +09:00
  • 17d6a4b576 feat(transport): added support for EC keys (#1145) 山岚 2023-02-13 23:16:21 +08:00
  • 69ec5df648 chore(examples): Remove unsafe from grpc-web-client (#1262) tottoto 2023-02-10 03:55:17 +09:00
  • 82770713b5 chore(examples): Add missing dep to hyper (#1225) tottoto 2023-02-09 03:25:28 +09:00
  • 930c805127 fix: MetadataKey::from_bytes returns an error (#1246) Andrew Hickman 2023-02-08 14:09:29 +00:00
  • b3567a394f chore: Add cargo-machete to detect unused dependencies (#1259) tottoto 2023-02-08 23:08:21 +09:00
  • 2e3e9acf7b chore(interop): Use pico-args instead of clap (#1242) tottoto 2023-02-07 23:45:32 +09:00
  • 09c13fac90 chore: Add windows-sys and hermit-abi to cargo-deny skip-tree (#1257) tottoto 2023-02-07 23:41:05 +09:00
  • 8a6eb50b1e chore(types): Remove outdated generated file (#1239) tottoto 2023-02-04 19:14:13 +09:00
  • 0ac0ce8ce7 chore: Remove unused dependencies (#1244) tottoto 2023-02-04 19:12:17 +09:00
  • ff642f9233 feat(build): Builder: add {enum,message}_attributes (#1234) Richard 2023-01-17 20:25:21 +01:00
  • 4c69157cef chore(interop): Lock clap version to 4.0 (#1240) tottoto 2023-01-18 04:24:36 +09:00
  • e2b1e60276 chore(tonic): Remove outdated allow dead code lint annotation (#1230) tottoto 2023-01-12 03:26:01 +09:00
  • 63f2e95be3 chore(web): Update to base64 0.21 (#1235) tottoto 2023-01-12 02:16:59 +09:00
  • ee6ccfbcc2 chore: Update to base64 0.21 (#1228) tottoto 2023-01-12 01:25:38 +09:00
  • 54c37a7c51 chore(examples): Turn off warp default features (#1227) tottoto 2023-01-11 06:02:48 +09:00
  • 8828e0340c chore(tonic): Remove redundant tls feature gate (#1226) tottoto 2023-01-11 06:02:40 +09:00
  • e326a91b13 chore: Update deny config (#1223) tottoto 2023-01-11 01:17:38 +09:00
  • d2542dc034 feat: Rename api related to protobuf (#1224) tottoto 2023-01-11 01:16:57 +09:00
  • 0d35d7fbaf chore(tonic): Remove outdated allow lint (#1222) tottoto 2023-01-10 02:49:31 +09:00
  • 1bef5f5757 chore(examples): Remove relative path from reading data (#1220) tottoto 2023-01-10 02:47:40 +09:00
  • 0ca0630993 tonic: set a conn timeout for balanced connections (#1215) Thom Wright 2023-01-06 20:39:18 +00:00
  • 2ec0f87767 chore(examples): Remove unnecessary asyncronous file io to read data for example (#1219) tottoto 2023-01-07 04:34:51 +09:00
  • b6d9fd69ae chore(reflection): Add file descriptor set generation (#1213) tottoto 2023-01-06 02:03:26 +09:00
  • b7dffac931 chore(types): Refactor ErrorDetails constructor (#1218) tottoto 2023-01-06 02:03:18 +09:00
  • 03b4735bb4 feat(types): Add gRPC Richer Error Model support (QuotaFailure) (#1204) Rafael Lemos 2023-01-04 16:24:09 -03:00
  • 2d7e14f513 chore: Fix doc warning (#1214) tottoto 2023-01-05 04:20:24 +09:00
  • 3ee1e6cc10 chore: Add test to check FILE_DESCRIPTOR_SET is valid (#1217) tottoto 2023-01-05 04:19:47 +09:00
  • c772a786a9 chore: Refactor bootstrap test (#1216) tottoto 2023-01-05 04:19:28 +09:00
  • cc42d1f88c feat(types): Expose FILE_DESCRIPTOR_SET (#1210) tottoto 2022-12-23 04:05:22 +09:00
  • fdff11115b feat(reflection): Add dummy implementation for extension (#1209) tottoto 2022-12-23 00:49:51 +09:00
  • a562a3ce32 fix(build): Allow Services to be named Result (#1203) Shrutesh Pachineela 2022-12-21 22:37:07 +05:30
  • a72cf04b44 chore: Remove unused tracing-futures from dependencies (#1208) tottoto 2022-12-21 06:13:46 +09:00
  • 204e8d05a7 chore(health): Update generated code (#1207) tottoto 2022-12-21 05:06:40 +09:00
  • b45c5b5fa7 chore(examples): Clarify dependencies (#1205) tottoto 2022-12-21 01:29:45 +09:00
  • 3ee028de1f chore: Fix ci yaml indent style (#1201) tottoto 2022-12-19 23:20:09 +09:00
  • d9578d7461 chore: Use baptiste0928/cargo-install@v1 to install cargo-hack (#1198) tottoto 2022-12-19 23:14:07 +09:00
  • a8f7e49366 chore(build): Fix clippy lint (#1197) tottoto 2022-12-17 02:23:51 +09:00
  • a457eb5f40 chore: Update to Swatinem/rust-cache@v2 (#1196) tottoto 2022-12-17 01:35:56 +09:00
  • c3e5044fca chore(examples): Remove unused pin-project from dependencies (#1195) tottoto 2022-12-16 02:59:27 +09:00
  • 77fd2a551e chore: Use setup-rust-action v1 to setup rust in ci (#1194) tottoto 2022-12-16 01:52:54 +09:00
  • 797efb2307 chore: Use actions/checkout@v3 in ci (#1193) tottoto 2022-12-16 01:02:27 +09:00
  • 73fdefbeeb chore: Use RUSTFLAGS in clippy job for style consistency (#1192) tottoto 2022-12-16 00:43:40 +09:00
  • 4e5c0b29ba chore: Add clippy to ci (#1189) tottoto 2022-12-14 23:42:33 +09:00
  • bf22a740c3 chore: Update to 2021 edition (#1188) tottoto 2022-12-14 05:16:49 +09:00
  • 25ea473abd tonic-build: use unified syntax to clone Arcs (#1182) Jan Teske 2022-12-13 19:22:54 +01:00