grpc-node/packages/grpc-js/src
Michael Lumish 5cf1a876e5 Handle missing filter_chain_match differently, plus other fixes 2025-02-20 12:55:38 -08:00
..
generated grpc-js: Use local proto-loader, and regenerate protobuf types 2024-03-27 10:36:54 -07:00
admin.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
backoff-timeout.ts grpc-js-xds: Fix a couple of bugs with the config tears change 2024-11-06 16:24:39 -08:00
call-credentials.ts Provide the method_name for the CallCredentials callback generateMetadata 2024-08-29 15:30:07 +02:00
call-interface.ts grpc-js: Add more info to deadline exceeded errors 2024-03-15 15:43:57 -07:00
call-number.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
call.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
certificate-provider.ts Merge pull request #2877 from grpc/@grpc/grpc-js@1.12.x 2025-01-07 10:25:06 -08:00
channel-credentials.ts Handle missing filter_chain_match differently, plus other fixes 2025-02-20 12:55:38 -08:00
channel-options.ts fix: update channel-options.ts 2025-01-02 08:57:44 +00:00
channel.ts feat: channelz improvements, idle timeout implementation 2024-02-27 13:28:05 -08:00
channelz.ts chore: address ts errors 2024-03-05 15:34:29 -08:00
client-interceptors.ts Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.18.x_upmerge 2023-07-13 14:14:29 -07:00
client.ts grpc-js: Fix client hang when receiving extra messages for a unary response 2024-06-05 17:55:56 -07:00
compression-algorithms.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
compression-filter.ts grpc-js: Re-add client-side max send message size checking 2024-06-20 13:15:12 -07:00
connectivity-state.ts grpc-js: Format source files and fix lint errors 2021-06-29 14:40:24 -07:00
constants.ts grpc-js: Format source files and fix lint errors 2021-06-29 14:40:24 -07:00
control-plane-status.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
deadline.ts grpc-js: Add more info to deadline exceeded errors 2024-03-15 15:43:57 -07:00
duration.ts grpc-js: Fix duration parsing bug 2024-09-19 09:36:48 -07:00
environment.ts fix: use GRPC_NODE_USE_ALTERNATIVE_RESOLVER for enabling new alternative resolver 2024-07-02 09:35:45 +01:00
error.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
events.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
experimental.ts grpc-js: Connect with https scheme when using TLS 2025-01-30 14:22:09 -08:00
filter-stack.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
filter.ts grpc-js: Refactor in preparation for retries 2022-10-11 14:52:43 -07:00
http_proxy.ts remove trace 2025-01-15 10:02:14 +01:00
index.ts grpc-js-xds: Implement xDS server 2025-01-22 14:53:19 -08:00
internal-channel.ts grpc-js: Always use RetryingCall, always call onCommitted 2025-01-14 18:09:58 -08:00
load-balancer-child-handler.ts grpc-js: Propagate error messages through LB policy tree 2024-12-10 14:20:55 -05:00
load-balancer-outlier-detection.ts grpc-js: Propagate error messages through LB policy tree 2024-12-10 14:20:55 -05:00
load-balancer-pick-first.ts grpc-js: Propagate error messages through LB policy tree 2024-12-10 14:20:55 -05:00
load-balancer-round-robin.ts Improve round robin error message 2024-12-10 15:27:49 -05:00
load-balancer.ts grpc-js: Propagate error messages through LB policy tree 2024-12-10 14:20:55 -05:00
load-balancing-call.ts grpc-js: Always use RetryingCall, always call onCommitted 2025-01-14 18:09:58 -08:00
logging.ts grpc-js: Run code formatter, fix one lint error 2024-02-27 12:51:38 -08:00
make-client.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
metadata.ts Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.18.x_upmerge 2023-07-13 14:14:29 -07:00
object-stream.ts Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.18.x_upmerge 2023-07-13 14:14:29 -07:00
picker.ts grpc-js: Propagate connectivity error information to request errors 2023-10-16 17:17:27 -07:00
resolver-dns.ts support node v14 again 2024-07-16 16:06:59 +08:00
resolver-ip.ts Merge 1.9.x into master 2024-01-17 14:28:31 -08:00
resolver-uds.ts grpc-js: Fix UDS channels not reconnecting after going idle 2024-05-14 14:47:53 -07:00
resolver.ts grpc-js-xds: Reference clusters for ConfigSelector lifetime 2025-01-14 15:36:33 -08:00
resolving-call.ts grpc-js: Always use RetryingCall, always call onCommitted 2025-01-14 18:09:58 -08:00
resolving-load-balancer.ts grpc-js-xds: Reference clusters for ConfigSelector lifetime 2025-01-14 15:36:33 -08:00
retrying-call.ts grpc-js: Always use RetryingCall, always call onCommitted 2025-01-14 18:09:58 -08:00
server-call.ts grpc-js: Add getHost to surface server call classes 2024-07-11 11:28:43 -07:00
server-credentials.ts grpc-js-xds: Add XdsChannelCredentials 2024-12-09 14:12:24 -05:00
server-interceptors.ts grpc-js: Ensure server sendMetadata interceptors are called 2025-01-29 10:35:55 -08:00
server.ts Change connection handler to prependListener, add more trace logging 2025-02-13 10:55:12 -08:00
service-config.ts fix error msgs in service config validation 2024-06-26 10:15:30 -04:00
status-builder.ts grpc-js: Refactor in preparation for retries 2022-10-11 14:52:43 -07:00
stream-decoder.ts grpc-js: Avoid buffering significantly more than max_receive_message_size per received message (1.10.x) 2024-06-06 15:00:23 -07:00
subchannel-address.ts grpc-js: Add more info to deadline exceeded errors 2024-03-15 15:43:57 -07:00
subchannel-call.ts grpc-js: Prioritize HTTP status errors over message decoding errors 2024-12-18 15:14:22 -05:00
subchannel-interface.ts grpc-js-xds: Add XdsChannelCredentials 2024-12-09 14:12:24 -05:00
subchannel-pool.ts grpc-js: Switch Timer type to Timeout 2023-08-14 10:31:16 -07:00
subchannel.ts grpc-js-xds: Add XdsChannelCredentials 2024-12-09 14:12:24 -05:00
tls-helpers.ts lint and formatting fixes 2020-01-29 09:56:49 -08:00
transport.ts Wait for secure connectors to be usable before TCP connect 2025-02-19 17:22:59 -08:00
uri-parser.ts grpc-js: Implement unbind 2023-11-10 14:58:21 -08:00