FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for core - Java-Edge/grpc-java · GitHub
Java-Edge
/
grpc-java
Public
forked from
grpc/grpc-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
grpc-java
core
on
master
User selector
Datepicker
Commit history
Commits on Sep 6, 2024
use an attribute from resolved addresses IS_PETIOLE_POLICY to control whether or not health checking is supported (#11513)
Show description for 5de65a6
larry-safran
authored
5de65a6
View commit details
Copy full SHA for 5de65a6
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
core: touch() buffer when detach()ing
Show description for 721d063
ejona86
committed
721d063
View commit details
Copy full SHA for 721d063
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
Start 1.68.0 development cycle (#11507)
shivaspeaks
authored
8adfbf9
View commit details
Copy full SHA for 8adfbf9
View code at this point
Browse repository at this point
Commits on Aug 31, 2024
xds: Fix load reporting when pick first is used for locality-routing. (#11495)
Show description for 1dae144
DNVindhya
authored
1dae144
View commit details
Copy full SHA for 1dae144
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
core: In PF, disjoint update while READY should transition to IDLE
Show description for ee3ffef
ejona86
committed
ee3ffef
View commit details
Copy full SHA for ee3ffef
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
core: In PF, remove extraneous index.reset()
Show description for 9762945
ejona86
committed
9762945
View commit details
Copy full SHA for 9762945
View code at this point
Browse repository at this point
core: In PF, remove useless requestConnection for CONNECTING subchannel
Show description for 82a8d57
ejona86
committed
82a8d57
View commit details
Copy full SHA for 82a8d57
View code at this point
Browse repository at this point
core: PF.requestConnection() is possible when READY
Show description for 2c93791
ejona86
committed
2c93791
View commit details
Copy full SHA for 2c93791
View code at this point
Browse repository at this point
core: Avoid exception handling in PF for invalid index
Show description for 4914ffc
ejona86
committed
4914ffc
View commit details
Copy full SHA for 4914ffc
View code at this point
Browse repository at this point
core: Remove useless NPE check for syncContext in PF
Show description for 33687d3
ejona86
committed
33687d3
View commit details
Copy full SHA for 33687d3
View code at this point
Browse repository at this point
core: Never have null PF Index
Show description for 8bd9795
ejona86
committed
8bd9795
View commit details
Copy full SHA for 8bd9795
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
core: PF Index.size() should be number of addresses
Show description for c120e36
ejona86
committed
c120e36
View commit details
Copy full SHA for c120e36
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
Remove direct dependency on j2objc
Show description for ff8e413
ejona86
authored
ff8e413
View commit details
Copy full SHA for ff8e413
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
Make once-set fields of `AbstractClientStream` `final` (#11389)
JarvisCraft
authored
40e2b16
View commit details
Copy full SHA for 40e2b16
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
Migrate from the deprecated `Charsets` constants (in Guava) to the `StandardCharsets` constants (in the JDK)
Show description for 06135a0
kluever
authored and
ejona86
committed
06135a0
View commit details
Copy full SHA for 06135a0
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
Revert "Netty upgrade to 4.1.110 in grpc-java (#11273)"
Show description for 9bed655
ejona86
committed
9bed655
View commit details
Copy full SHA for 9bed655
View code at this point
Browse repository at this point
core: In PF, pass around SubchannelData instead of Subchannel
Show description for 15456f8
ejona86
committed
15456f8
View commit details
Copy full SHA for 15456f8
View code at this point
Browse repository at this point
Netty upgrade to 4.1.110 in grpc-java (#11273)
Show description for f9b072c
kannanjgithub
authored
f9b072c
View commit details
Copy full SHA for f9b072c
View code at this point
Browse repository at this point
core: Don't reuse channels in PickFirstLeafLB test
Show description for e567b44
ejona86
authored
e567b44
View commit details
Copy full SHA for e567b44
View code at this point
Browse repository at this point
Migrate from the deprecated Charsets constants (in Guava) to the StandardCharsets constants (in the JDK).
Show description for 0013609
kluever
authored and
ejona86
committed
0013609
View commit details
Copy full SHA for 0013609
View code at this point
Browse repository at this point
api: Move ClientStreamTracerTest from core to api
Show description for 780e4ba
ejona86
committed
780e4ba
View commit details
Copy full SHA for 780e4ba
View code at this point
Browse repository at this point
Introduce onResult2 in NameResolver Listener2 that returns Status
Show description for 90d0fab
kannanjgithub
authored
90d0fab
View commit details
Copy full SHA for 90d0fab
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
Revert "Enable new PickFirst LB (#11348)" (#11425)
Show description for cc1cbe9
larry-safran
authored
cc1cbe9
View commit details
Copy full SHA for cc1cbe9
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
Revert "Introduce onResult2 in NameResolver Listener2 that returns Status (#11313)"
Show description for ebffb0a
ejona86
committed
ebffb0a
View commit details
Copy full SHA for ebffb0a
View code at this point
Browse repository at this point
Start 1.67.0 development cycle (#11416)
kannanjgithub
authored
0090a52
View commit details
Copy full SHA for 0090a52
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
Introduce onResult2 in NameResolver Listener2 that returns Status (#11313)
Show description for 9ba2f9d
kannanjgithub
authored
9ba2f9d
View commit details
Copy full SHA for 9ba2f9d
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
Upgrade ErrorProne Core to 2.28.0
ejona86
authored
7ba293f
View commit details
Copy full SHA for 7ba293f
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
Upgrade Checkstyle to 10.17.0
Show description for 47aa7b9
ejona86
committed
47aa7b9
View commit details
Copy full SHA for 47aa7b9
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
grpc-core: use retryThrottling from defaultServiceConfig
JoaoVitorStein
authored
062ebb4
View commit details
Copy full SHA for 062ebb4
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
core: remove GrpcUtil.getHost
Show description for 6e25c03
benjaminp
authored and
ejona86
committed
6e25c03
View commit details
Copy full SHA for 6e25c03
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
Enable new PickFirst LB (#11348)
larry-safran
authored
ccfd351
View commit details
Copy full SHA for ccfd351
View code at this point
Browse repository at this point
core:Change address deduping to be across EAGs (#11345)
Show description for 0b68eff
larry-safran
authored
0b68eff
View commit details
Copy full SHA for 0b68eff
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
Dualstack interop testing enablement (#11231)
Show description for 7a53fa8
larry-safran
authored
7a53fa8
View commit details
Copy full SHA for 7a53fa8
View code at this point
Browse repository at this point
deduplicate addresses within a single EAG (#11342)
larry-safran
authored
3777c30
View commit details
Copy full SHA for 3777c30
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
core: Add label values size validation in MetricRecorder (#11306)
Show description for 4849e0a
DNVindhya
authored
4849e0a
View commit details
Copy full SHA for 4849e0a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL