Yash Tibrewal
c987901989
Merge pull request #15044 from yashykt/gprlikely2
...
Add GPR_UNLIKELY annotations for client side on error cases
7 years ago
kpayson64
40c93b6387
Review changes
7 years ago
kpayson64
c934a2e25d
Regenerate projects
7 years ago
kpayson64
4fad281ce8
Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check
7 years ago
kpayson64
ec445cc2bb
BUILD fixes
7 years ago
kpayson64
3cced83d2c
Test failure fixes
7 years ago
Sree Kuchibhotla
61fdb46ac4
Merge pull request #15203 from sreecha/fd-trace
...
fd tracing support
7 years ago
adelez
1f1b2ad4b5
Merge pull request #15335 from adelez/foundry_integration
...
Pick a random starting port
7 years ago
kpayson64
e2345a4e90
Merge pull request #14870 from kpayson64/doc_fork_support
...
Document fork support
7 years ago
Adele Zhou
ddab3f011f
Pick a random starting port
7 years ago
kpayson64
35babffd0e
Changes
7 years ago
kpayson64
3323bafef8
Generate Projects
7 years ago
kpayson64
b7d9d790b7
Merge remote-tracking branch 'upstream/master' into doc_fork_support
7 years ago
Michael Rebello
9c926f325d
Resolve Swift warnings by specifying void arguments
...
The following functions in the `fork.h` file cause a `This function declaration is not a prototype` warning in Swift:
```
void grpc_prefork(void);
void grpc_postfork_parent(void);
void grpc_postfork_child(void);
void grpc_fork_handlers_auto_register(void);
```
Explicitly specifying `void` as the argument resolves the warnings.
Reproducible using Xcode 9.2 with `SwiftGRPC`/`gRPC-Core` via CocoaPods.
7 years ago
kpayson64
93f49753ac
More PR feedback
7 years ago
yihuaz
173a29d82e
Merge pull request #15325 from yihuazhang/google_default_creds_fix
...
Fix channel args errors in google default credentials
7 years ago
kpayson64
34daf66ddc
Clean up doc
7 years ago
Jan Tattermusch
5c372a62b8
Merge pull request #15330 from jtattermusch/no_ninja_install
...
"ninja install" command in instructions is misleading
7 years ago
Jan Tattermusch
32c41e8d72
avoid concurrency issues with dotnet restore
7 years ago
Jan Tattermusch
d3eab8f288
get rid of Jenkins specific yaml hack
7 years ago
Jan Tattermusch
1d3cc21910
update C# distribtests
7 years ago
Jan Tattermusch
1dd431b25a
remove ninja install instructions
7 years ago
Jan Tattermusch
149e06973e
Merge pull request #14832 from HugoHo0212/master
...
Some changes to INSTALL.md to make it more concise and clear
7 years ago
Jan Tattermusch
62861977f2
run_tests: keep longer logs from individual test cases
7 years ago
Jan Tattermusch
ab5b48435e
Merge pull request #15319 from jtattermusch/cmake_install_roots_pem
...
cmake install should also install roots.pem
7 years ago
Jan Tattermusch
0574108d29
Merge pull request #15317 from jtattermusch/gcov_pip_missing
...
Install pip for Python3.4 for gcov tests
7 years ago
Jan Tattermusch
cd54a92665
Merge pull request #15318 from jtattermusch/android_csharp_artifact
...
Build grpc_csharp_ext C# android artifact
7 years ago
Matt Kwong
25c2084265
Merge pull request #15251 from matt-kwong/rbe-upload
...
Enable uploading RBE test results to BQ
7 years ago
Jiangtao Li
bfa2c8e543
Merge pull request #15313 from jiangtaoli2016/ssl_tsi_handshaker
...
Migrate SSL_transport_security TSI to new TSI handshaker API
7 years ago
Yihua Zhang
3549fd74ae
fix google default creds
7 years ago
jiangtaoli2016
274840e4d3
Migrate SSL_transport_security TSI to new TSI handshaker API
7 years ago
yihuaz
b6f0477e36
Merge pull request #15265 from yihuazhang/tsi_handshaker_cancel_next
...
Add tsi_handshaker_shutdown() to TSI and update corresponding TSI implementations
7 years ago
Yihua Zhang
6fbc436b11
Add tsi_handshaker_shutdown to TSI
7 years ago
yihuaz
47537f51ac
Merge pull request #15221 from yihuazhang/alts_fuzzer
...
Add ALTS fuzzer tests
7 years ago
Jan Tattermusch
a3992d2769
cmake install should also install roots.pem
7 years ago
Jan Tattermusch
0767878b6e
build C# android artifact
7 years ago
Jan Tattermusch
fe71244f5b
Install pip for Python3.4 for gcov tests
7 years ago
Jan Tattermusch
27ca06731b
Merge pull request #15312 from matt-kwong/python-fallback
...
Install pip for Python3.4 in all Dockerfiles used for Python testing
7 years ago
apolcyn
eed1b6f45c
Merge pull request #15176 from apolcyn/convert_resolver_component_test_to_python
...
Convert c-ares test runner from bash to python, to support windows
7 years ago
apolcyn
57ed055f2f
Merge pull request #15283 from apolcyn/server_consume_socket_mutator
...
Consume socket mutators on posix servers
7 years ago
Matt Kwong
4ba7e8400a
Enable uploading RBE test results to BQ
7 years ago
Yuxuan Li
39637d8ea1
Add v1.12.0 releases of grpc-go
7 years ago
Yash Tibrewal
2bb5bf208e
Remove GPR_UNLIKELY that are not in the call path
7 years ago
Matt Kwong
4d5200f99a
Install pip for Python3.4 in all Dockerfiles used for Python testing
7 years ago
Yang Gao
32825440b8
Merge pull request #15281 from yang-g/one_less_thing
...
Remove redundant ExecCtx
7 years ago
adelez
924419f56c
Merge pull request #15300 from adelez/foundry_integration
...
Keep jobs at 200 as suggested by Foundry team.
7 years ago
Alexander Polcyn
ac8b72f75b
Add a test that tcp server posix consumes socket mutators
7 years ago
Juanli Shen
802b49970a
Merge pull request #15309 from AspirinSJL/run_server_fix
...
Fix bug in RunServer()
7 years ago
Yihua Zhang
2f777f77b1
regenerate projects
7 years ago
Juanli Shen
70eeade08e
Fix bug in RunServer()
7 years ago