grpc-node/packages/grpc-js/src
Michael Lumish 30e7287427 Update generated proto files with type changes 2025-07-01 15:43:52 -07:00
..
generated Update generated proto files with type changes 2025-07-01 15:43:52 -07:00
admin.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
auth-context.ts grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07: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(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
call-number.ts style: run eslint fix on codebase 2023-06-15 13:04:57 -05:00
call.ts grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07: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 secure context errors, fix server constructor argument handling 2025-02-26 16:24:29 -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 Represent IPv6-mapped IPv4 addresses as IPv4 in channelz 2025-02-25 15:14:51 -08:00
client-interceptors.ts grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -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(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07: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 Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.12.x' into grpc-js_1.12_upmerge 2025-02-28 10:34:54 -08:00
load-balancer-child-handler.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
load-balancer-outlier-detection.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
load-balancer-pick-first.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
load-balancer-round-robin.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
load-balancer.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
load-balancing-call.ts grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07: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 grpc-js-xds: Implement RBAC HTTP filter 2025-04-16 14:08:31 -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 grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
resolver-ip.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
resolver-uds.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
resolver.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
resolving-call.ts grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07:00
resolving-load-balancer.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
retrying-call.ts fix(grpc-js): fix jitter for client retries 2025-06-04 11:14:07 +03:00
server-call.ts grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07:00
server-credentials.ts Handle secure context errors, fix server constructor argument handling 2025-02-26 16:24:29 -08:00
server-interceptors.ts Include previously skipped changes, fix auth context with no peer cert 2025-04-17 10:04:48 -07:00
server.ts grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07: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: Add getAuthContext call method 2025-03-10 16:40:37 -07: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 grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07:00
uri-parser.ts grpc-js: Implement unbind 2023-11-10 14:58:21 -08:00