Noah Eisen
c3db7d21ce
Merge pull request #16698 from soheilhy/branch-optimization-err
...
Avoid extra branches in grpc_error_get_(str|int).
6 years ago
Sree Kuchibhotla
31d3134d5b
Cq documentation
6 years ago
David G. Quintas
44a1b0bfd8
Merge pull request #13779 from gislan/master
...
Fix the ownership comment on grpc_lb_addresses_set_address() function.
6 years ago
Sree Kuchibhotla
3c2c28e3fc
Moved to under core
6 years ago
Sree Kuchibhotla
6f278ca761
Address review comments
6 years ago
Vijay Pai
9554b9b343
Merge pull request #16707 from vjpai/tempsig
...
Empty implementation of grpc_use_signal since no longer needed
6 years ago
Vijay Pai
18e8a30a51
Empty implementation of grpc_use_signal since not actually needed anymore
6 years ago
Jan Tattermusch
0b1061f0e6
Merge pull request #16637 from jtattermusch/kokoro_extra_logs
...
Make "Target log" available for per-language test suites
6 years ago
Jan Tattermusch
d4356bf719
Merge pull request #16367 from jtattermusch/csharp_new_serialization_api
...
Add new C# serialization API
6 years ago
Sree Kuchibhotla
8bbd1374a5
Documentation about grpc polling engines
6 years ago
Soheil Hassas Yeganeh
0535f659f7
Set a minimum bound of 1 for the number of timer shards.
6 years ago
Soheil Hassas Yeganeh
369cfe118c
Use SliceFromCopiedString() for host name.
...
This is to address Yang's review comment.
6 years ago
Muxi Yan
e58edaebdc
Merge pull request #16696 from muxi/fix-nserror-crash
...
Fix NSError crash
6 years ago
Soheil Hassas Yeganeh
8442cc213b
Fix styling issue added in c1a1d668
6 years ago
Noah Eisen
e5fb49bc66
Merge pull request #16649 from ncteisen/channelz
...
Channelz Part 6: Basic Socket Support
6 years ago
Jan Tattermusch
d8056c5906
rename _tempfile -> _logfile
6 years ago
Soheil Hassas Yeganeh
a68ebc7cfd
Increase the maximum number of timer shards to 32.
...
Commit 82f9886e
accidentally sets the maximum number of timer shards 1, from
previously 32.
We probably want to increase the max shards further.
6 years ago
Soheil Hassas Yeganeh
c1a1d66864
Avoid allocating temporary strings in Channel::CreateCall().
...
Add `SliceFromArray()` which takes a `char*` instead of
`const string&`, to save string allocations for copying from a `char *`.
Use the new API to eliminate two string allocations and copies per call for
method and host names.
release-note: no
6 years ago
Muxi Yan
b772e67c57
clang_format
6 years ago
Jan Tattermusch
2488dff74b
address comments
6 years ago
Jan Tattermusch
58f167abeb
upload both sponge_log.xml and sponge_log.log
6 years ago
Jan Tattermusch
ef1f8401e1
update artifact cleanup script
6 years ago
Jan Tattermusch
f952579464
make logs available by run_tests_matrix.py suites
6 years ago
Jan Tattermusch
87592fe9d9
support custom logfile name in jobset.py
6 years ago
Jan Tattermusch
c2fd689bad
address comments
6 years ago
Soheil Hassas Yeganeh
46a97e5f55
Avoid extra branches in grpc_error_get_(str|int).
...
Moving the check for "which" inside the for loop, will let the compiler
unroll the loop and merge it with the branches grpc_error_is_especial.
This is visible in the following godbolts:
Before: https://godbolt.org/z/Nqujh1
After: https://godbolt.org/z/fA2PX-
6 years ago
ncteisen
4fcf871806
Merge branch 'master' of https://github.com/grpc/grpc into channelz
6 years ago
Mark D. Roth
be1ce0c4cc
Revert "Merge pull request #16600 from grpc/revert-16574-health_checking_service"
...
This reverts commit de11358660
, reversing
changes made to 107d10ea73
.
6 years ago
Jan Tattermusch
1044731858
add DeserializationContext implementation note
6 years ago
Muxi Yan
bd1279ebf1
Add tests for NSError+GRPC
6 years ago
Muxi Yan
f83ca91702
Fix crash in grpc_errorFromStatusCode
6 years ago
ncteisen
cc0a1e1d7e
reviewer feedback:
6 years ago
ncteisen
805b8db33c
fix asan
6 years ago
Juanli Shen
ccbad108e4
Merge pull request #16693 from AspirinSJL/use_different_port
...
Use unique port in php test
6 years ago
Nicolas Noble
1a60e6971f
Merge pull request #16678 from muxi/advance-1.15.1
...
Boost the version to v1.15.1
6 years ago
Nicolas Noble
695f6f0192
Merge pull request #16677 from muxi/backport-16660
...
Backport 16660: Rename the BoringSSL framework to openssl_grpc to avoid conflict with OpenSSL
6 years ago
Nicolas Noble
5602067821
Merge pull request #16676 from muxi/backport-16659
...
Backport 16659: Update function signature in grpc_security
6 years ago
Juanli Shen
a4345934a3
Use unique port in php test
6 years ago
ncteisen
7e34212e50
Don't test socket in core end2end test
6 years ago
David G. Quintas
e7fab938f4
Merge pull request #16691 from dgquintas/free-dump-slice
...
Free result of grpc_dump_slice
6 years ago
ncteisen
86600071b0
reviewer feedback
6 years ago
Juanli Shen
e28b0d947a
Merge pull request #16690 from AspirinSJL/remove_unused_binding
...
Fix .bzl format
6 years ago
David Garcia Quintas
d194cc378e
Free result of grpc_dump_slice
6 years ago
Juanli Shen
93ef74c25c
Fix .bzl format
6 years ago
Yash Tibrewal
f23fb4cf31
Merge pull request #16582 from yashykt/statuscaution
...
Be cautious and wait for recv initial metadata and recv message callbacks to complete if they cause errors
6 years ago
Jan Tattermusch
a2a4629614
add MarshallerTest
6 years ago
Jan Tattermusch
63a31d85f1
contextual marshaller test
6 years ago
Vijay Pai
670a1096c4
Merge pull request #16679 from vjpai/depollsig
...
Delete epollsig poller and tests using it
6 years ago
Vijay Pai
be18cedf90
Delete epollsig poller and tests using it
6 years ago
Jiangtao Li
4b1aa50e37
Merge pull request #16648 from lizan/fake_handshaker
...
test: split fake ALTS handshaker server to lib and main
6 years ago