Joe Bolinger
f463965084
Allow :: in ruby_package
5 years ago
Vijay Pai
1a17f21de1
Merge pull request #19649 from ejona86/status-codes-wo-http-codes
...
doc/statuscodes.md: Remove HTTP status codes
5 years ago
rmstar
c523b0b3b3
Merge pull request #19885 from rmstar/cpp_on_ios
...
Add support for running C++ tests on iOS
5 years ago
Tony Lu
eb2ed99a84
Changed visibility to public
5 years ago
Tony Lu
b4eefcfc0e
Added source of new CPUs
5 years ago
Tony Lu
7422a14a5d
Added wrapper for objc_library in examples
5 years ago
Prashant Jaikumar
141c2d24d1
Add support for running C++ tests on iOS
5 years ago
Tony Lu
20b085e314
Passing kwargs
5 years ago
Tony Lu
f4037db1fb
Added manual tag and buildtest example
5 years ago
Arjun Roy
25880c2df9
Merge pull request #19713 from arjunroy/md_batch_static_idx_call_with_args
...
Added overloads for metadata add/remove when static index is known.
5 years ago
Esun Kim
e21289a77d
Merge pull request #19930 from veblush/less-const
...
Make map's compare to use const
5 years ago
Tony Lu
a01edec47a
Added helloworld sample with Bazel build
5 years ago
Yang Gao
6f86f5e333
Merge pull request #19951 from yang-g/accessor
...
Add accessor declaration for ClientContext
5 years ago
Tony Lu
5de502528f
Add license
5 years ago
Tony Lu
cb6a8ae0d2
Added experimental wrappers for importing to Google3
5 years ago
Juanli Shen
d44dfbc77e
Merge pull request #19936 from AspirinSJL/const_param
...
Change xds args to const
5 years ago
Matthew Stevenson
1e46b38d66
Hid some key materials API's and refactored credential reload arg wrapper.
5 years ago
yang-g
fd106bf1ac
Add accessor declaration for ClientContext
5 years ago
Esun Kim
43bf44469d
Make map's compare to use const
5 years ago
Arjun Roy
6cf05561ce
Added overloads for metadata add/remove operations when static index is known.
...
In several cases, we wish to add or remove metadata when we already know what
kind of metadata it is (e.g. we know we're dealing with the path, or the
authority, or the user agent, etc.).
In these cases, we do not need to re-compute the metadata batch callout index
since we know it a-priori. This saves us some branches and ALU ops spent
pointlessly re-computing these indices in several hot-path filters.
We do need the original methods where we do compute the indices in cases where
we're operating over a collection of metadata, but this is relatively uncommon.
5 years ago
Juanli Shen
c8dc36bb47
Change xds args to const
5 years ago
Esun Kim
15f8ae71dd
Change cc to c++
5 years ago
Doug Fawley
6eb8adf91d
Add v1.21.3 and v1.22.2 releases of grpc-go to interop matrix
5 years ago
Doug Fawley
ea3f4dd8d9
Add 1.21.1 and 1.22.1 of grpc-go to interop matrix ( #19753 )
5 years ago
Penn (Dapeng) Zhang
40584c7922
fix format
5 years ago
Penn (Dapeng) Zhang
08422e7e9a
upload images
5 years ago
Tony Lu
de6d4978e0
Merge test_objc_grpc_library into local_... with a testing BOOL flag
5 years ago
ZHANG Dapeng
e82886db20
Update client_matrix.py for java releases
5 years ago
Muxi Yan
ae99e81e40
Move kGRPCErrorDomain to interface rather than Core implementation
5 years ago
Muxi Yan
1819346ad7
Merge pull request #19914 from muxi/remove-unused-tests
...
Remove unused code as comment
5 years ago
Juanli Shen
58aca9a2be
Merge pull request #19858 from AspirinSJL/locality_map_test
...
Add tests for xds locality map
5 years ago
Yash Tibrewal
f195ee0f01
Merge pull request #19924 from yashykt/http2sec
...
Prevent HTTP2 parser from queueing a lot of induced frames
5 years ago
Matthew Stevenson
f3f8bf05b2
Fix conflicts with ssl_utils.h
5 years ago
Juanli Shen
6a16ddfa2d
Merge pull request #19922 from AspirinSJL/rm_notify_done
...
Remove unnecessary notification
5 years ago
apolcyn
460ccabf27
Merge pull request #19893 from blowmage/ruby-load-errors-early
...
Allow loading grpc/errors.rb before grpc.rb
5 years ago
Tony Lu
0ad64536ed
Added some comments and TODOs
5 years ago
Tony Lu
2a070b853d
Reverting changes
5 years ago
Tony Lu
4c893d8cdc
Changed dev languages and bundle ids
5 years ago
rmstar
42b05bf190
Merge pull request #19838 from rmstar/time_change_flakes
...
Fixed time_change_test flakes
5 years ago
Soheil Hassas Yeganeh
ae7b126de6
Merge pull request #19920 from soheilhy/protobuf
...
Directly use the ZeroCopyInputStream for grpc::GenericDeserialize.
5 years ago
Tony Lu
1d98106847
Renaming the correct files
5 years ago
Yash Tibrewal
eceb4db63e
Reviewer comments
5 years ago
Matthew Stevenson
0b89954f7e
Revert "Test commit"
...
This reverts commit 5a30c5309a
.
5 years ago
Yash Tibrewal
1713c36892
Prevent HTTP2 parser from queueing a lot of induced frames - SETTINGS ACK, PING ACK, RST_STREAM
5 years ago
Matthew Stevenson
5a30c5309a
Test commit
5 years ago
Mike Moore
b132c34c61
Allow loading grpc/errors before grpc
5 years ago
Muxi Yan
69f3e27b99
Fix managers' thread safety issue
5 years ago
Muxi Yan
12ca64d2c3
Add TestCertificates.bundle to CronetTests too
5 years ago
Juanli Shen
3c28c5f068
Remove unnecessary notification
5 years ago
rmstar
5d6001dd95
Merge pull request #19849 from rmstar/remove_connecivitymonitor
...
Remove references to GRPCConnectivityMonitor from ConnectivityTestingApp
5 years ago