FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for binder - 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
binder
on
master
User selector
Datepicker
Commit history
Commits on Jul 9, 2024
Establish a default connect timeout. (#11359)
Show description for 21dec30
jdcormie
authored
21dec30
View commit details
Copy full SHA for 21dec30
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
google-java-format binder/src/*/*.java (#11297)
Show description for 5770114
jdcormie
authored
5770114
View commit details
Copy full SHA for 5770114
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
binder: Simplify ownership of ServerAuthInterceptor's executor. (#11293)
Show description for 15ad9f5
jdcormie
authored
15ad9f5
View commit details
Copy full SHA for 15ad9f5
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
Adding missing synchronization in the runnable that is causing access guard violation error. (#11277)
kannanjgithub
authored
14fd81f
View commit details
Copy full SHA for 14fd81f
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
Don't block an offload thread when the client's SecurityPolicy is async (#11272)
Show description for 7fee6a3
jdcormie
authored
7fee6a3
View commit details
Copy full SHA for 7fee6a3
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
Wait for all BinderServerTransports to terminate before ... (#11240)
Show description for 34ee600
mateusazis
authored
34ee600
View commit details
Copy full SHA for 34ee600
View code at this point
Browse repository at this point
Reject further SETUP_TRANSPORT requests post-BinderServer shutdown (#11260)
Show description for 1670e97
jdcormie
authored
1670e97
View commit details
Copy full SHA for 1670e97
View code at this point
Browse repository at this point
binder: Make transport notification methods package-private
Show description for 0a4df9f
ejona86
committed
0a4df9f
View commit details
Copy full SHA for 0a4df9f
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
binder: Add a connection timeout (#11255)
Show description for 791f894
jdcormie
authored
791f894
View commit details
Copy full SHA for 791f894
View code at this point
Browse repository at this point
Commits on May 29, 2024
Use a builder to eliminate BinderServer's long list of ctor params (#11235)
jdcormie
authored
df01271
View commit details
Copy full SHA for df01271
View code at this point
Browse repository at this point
Commits on May 24, 2024
api: Add ClientStreamTracer.inboundHeaders(Metadata)
Show description for 960012d
ejona86
committed
960012d
View commit details
Copy full SHA for 960012d
View code at this point
Browse repository at this point
Commits on May 23, 2024
Use the builder pattern to replace BinderClientTransport's long ctor arg list (#11220)
jdcormie
authored
0b5f38d
View commit details
Copy full SHA for 0b5f38d
View code at this point
Browse repository at this point
Commits on May 7, 2024
Fix various typos (#11144)
Altria1979
authored
6ec744f
View commit details
Copy full SHA for 6ec744f
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
binder: Helper class to allow in process servers to use peer uids in test (#11014)
abtom
authored
537dbe8
View commit details
Copy full SHA for 537dbe8
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
Allow configuration of the queued byte threshold at which a Stream is considered not ready (#10977)
Show description for 2c83ef0
jduo
authored
2c83ef0
View commit details
Copy full SHA for 2c83ef0
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
binder: remove existing warnings and allow failOnWarnings (#10989)
jdcormie
authored
8f45a97
View commit details
Copy full SHA for 8f45a97
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
Use a realistic Executor in BinderServerTransportTest (#10979)
jdcormie
authored
d894c83
View commit details
Copy full SHA for d894c83
View code at this point
Browse repository at this point
binder: Fix unused imports and parameter name mismatch
ejona86
committed
9947a25
View commit details
Copy full SHA for 9947a25
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
roboelectric: Remove references to kitkat (#10953)
Show description for e697ecc
prashanthswami
authored
e697ecc
View commit details
Copy full SHA for e697ecc
View code at this point
Browse repository at this point
binder: Add missing Android API annotations (#10841)
temawi
authored
ce2adcc
View commit details
Copy full SHA for ce2adcc
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
binder: Add fault injection hooksunit tests for BinderClientTransport (#10928)
jdcormie
authored
a654d2e
View commit details
Copy full SHA for a654d2e
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
Factor out MainThreadScheduledExecutorService. (#10916)
Show description for f20c853
jdcormie
authored
f20c853
View commit details
Copy full SHA for f20c853
View code at this point
Browse repository at this point
Commits on Feb 8, 2024
Change log level from WARNING to FINER for expected exception (#10899)
Show description for 7ba0718
larry-safran
authored
7ba0718
View commit details
Copy full SHA for 7ba0718
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
binder: Create a new RobolectricBinderSecurityTest (#10835)
Show description for c2a3792
mateusazis
authored
c2a3792
View commit details
Copy full SHA for c2a3792
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
Make AsyncSecurityPolicy.checkAuthorizationAsync public. (#10836)
Show description for 3e8e56f
mateusazis
authored
3e8e56f
View commit details
Copy full SHA for 3e8e56f
View code at this point
Browse repository at this point
Add unit test coverage for PendingAuthListener. (#10806)
Show description for 9b9e533
mateusazis
authored
9b9e533
View commit details
Copy full SHA for 9b9e533
View code at this point
Browse repository at this point
Commits on Jan 20, 2024
binder: fix up BinderClientTransportTest (#10822)
Show description for fdd6f50
jdcormie
authored
fdd6f50
View commit details
Copy full SHA for fdd6f50
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
binder: BinderTransportTest uses a realistic Executor. (#10803)
jdcormie
authored
4352099
View commit details
Copy full SHA for 4352099
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
binder: oneway txns cannot arrive out of order (#10754)
Show description for 5e07310
jdcormie
authored
5e07310
View commit details
Copy full SHA for 5e07310
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
Add ClientTransportFilter (#10646)
Show description for 91d15ce
joybestourous
authored
91d15ce
View commit details
Copy full SHA for 91d15ce
View code at this point
Browse repository at this point
Do not cache failed futures for async security policies indefinitely. (#10743)
Show description for 5b082ca
mateusazis
authored
5b082ca
View commit details
Copy full SHA for 5b082ca
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
Change many api deps to implementation deps
Show description for d6830d7
ejona86
authored
d6830d7
View commit details
Copy full SHA for d6830d7
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
Handle slow security policies without blocking gRPC threads. (#10633)
Show description for a053889
mateusazis
authored
a053889
View commit details
Copy full SHA for a053889
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
binder: Beef up hasPermissions security policy Javadoc (#10650)
Show description for bdb0c72
jdcormie
authored
bdb0c72
View commit details
Copy full SHA for bdb0c72
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
Bump compileSdkVersion and finalize setAllowActivityStarts API.
Show description for 45ffb06
jpd236
authored and
ejona86
committed
45ffb06
View commit details
Copy full SHA for 45ffb06
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL