Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14638 from yihuazhang/hook_alts_again | yihuaz | 2018-03-08 |
|\ | | | | | Add ALTS code to grpc/core | ||
* \ | Merge pull request #14610 from apolcyn/python_dig | apolcyn | 2018-03-08 |
|\ \ | | | | | | | Remove the C++ test dependency on dig and dnsutils | ||
* \ \ | Merge pull request #14560 from ↵ | Jan Tattermusch | 2018-03-08 |
|\ \ \ | | | | | | | | | | | | | | | | | jtattermusch/fix_windows_shutdown_shutdown_finishes_calls Workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flake | ||
| | | * | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-08 |
| |_|/ |/| | | |||
* | | | Merge pull request #14616 from yang-g/strikke | Yang Gao | 2018-03-07 |
|\ \ \ | | | | | | | | | Only increase strike once | ||
* | | | | Revert "Add ALTS C stack to gRPC core" | Sree Kuchibhotla | 2018-03-07 |
| | | | | |||
| * | | | Fix test | yang-g | 2018-03-07 |
| | | | | |||
* | | | | Merge pull request #14544 from danzh2010/udpinterface | Yang Gao | 2018-03-07 |
|\ \ \ \ | | | | | | | | | | | Convert udp_server.cc to C++ | ||
* | | | | | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-06 |
| | | | | | |||
| | | | * | Move python DNS utilities to utils subdirectory | Alexander Polcyn | 2018-03-06 |
| | | | | | |||
* | | | | | Merge pull request #14609 from apolcyn/cleanup_grpc_py_binary | apolcyn | 2018-03-06 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Clean up grpc_py_binary build rule | ||
| | | | * | Remove the C++ test dependency on dig and dnsutils | Alex Polcyn | 2018-03-06 |
| | |_|/ | |/| | | |||
| * | | | Clean up grpc_py_binary build rule | Alexander Polcyn | 2018-03-06 |
| | | | | |||
| | * | | Merge branch 'master' into udpinterface | danzh | 2018-03-06 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Use static_cast rather than reinterpret_cast whenever possible | Vijay Pai | 2018-03-05 |
| | | | | |||
* | | | | Merge pull request #14478 from cookyt/tool-print-trailing-meta | Vijay Pai | 2018-03-05 |
|\ \ \ \ | | | | | | | | | | | Print trailing metadata in the "grpc_cli call" command. | ||
* \ \ \ \ | Merge pull request #14582 from markdroth/fake_resolver_test_fix | Mark D. Roth | 2018-03-05 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix asan failure in fake_resolver_test. | ||
* | | | | | Merge pull request #14459 from vjpai/2phase_thd | Vijay Pai | 2018-03-02 |
|\ \ \ \ \ | | | | | | | | | | | | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) | ||
| | * | | | | Fix asan failure in fake_resolver_test. | Mark D. Roth | 2018-03-02 |
| |/ / / / |/| | | | | |||
* | | | | | Fix and simplify SingleBalancerTest.InitiallyEmptyServerlist | David Garcia Quintas | 2018-03-01 |
| | | | | | |||
* | | | | | Need to shrink stack frame size; add a todo | Vijay Pai | 2018-03-01 |
| | | | | | |||
| * | | | | Minor changes and fixes | Vijay Pai | 2018-03-01 |
| | | | | | |||
| * | | | | Merge branch 'master' into 2phase_thd | Vijay Pai | 2018-03-01 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Move assignment for Thread, make destructor optional, loop cv waits | Vijay Pai | 2018-03-01 |
| | | | | | |||
* | | | | | Merge pull request #14555 from dgquintas/grpclb_test_make_compiler_happy | David G. Quintas | 2018-03-01 |
|\ \ \ \ \ | | | | | | | | | | | | | grpclb_end2end test tweaks for compiler happiness | ||
| | | | | * | workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flake | Jan Tattermusch | 2018-03-01 |
| | | | | | | |||
* | | | | | | Merge pull request #10684 from markdroth/retry | Mark D. Roth | 2018-03-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Retry support | ||
| | * | | | | | grpclb_end2end test tweaks for compiler happiness | David Garcia Quintas | 2018-02-28 |
| | | |_|_|/ | | |/| | | | |||
* | / | | | | Introduce a 'weak' and mutable version of slice hash table | David Garcia Quintas | 2018-02-28 |
| |/ / / / |/| | | | | |||
| * | | | | Retry support. | Mark D. Roth | 2018-02-28 |
| | | | | | |||
| | | | * | fix format | Dan Zhang | 2018-02-28 |
| | | | | | |||
* | | | | | Perform secure naming checks in grpclb_end2end_test | David Garcia Quintas | 2018-02-27 |
|/ / / / | |||
| | | * | fix format | Dan Zhang | 2018-02-27 |
| | | | | |||
| | | * | Refactors grpc udp_server_listener to be object oriented. Also adds a mutex ↵ | Dan Zhang | 2018-02-27 |
| |_|/ |/| | | | | | | | | to each listener. Instead of sharing the mutex in udp_server for all listeners, this per-listener mutex can make most of the call to different listeners in parallel. | ||
* | | | Convert slice hash table and service config code to C++. | Mark D. Roth | 2018-02-26 |
| | | | |||
| * | | Merge branch 'master' into 2phase_thd | Vijay Pai | 2018-02-24 |
| |\ \ | |/ / |/| | | |||
| * | | Reduce thread count to reduce stack frame size | Vijay Pai | 2018-02-24 |
| | | | |||
* | | | Merge pull request #14497 from AspirinSJL/fix_rpc_failure_flake | Juanli Shen | 2018-02-23 |
|\ \ \ | | | | | | | | | Add warmup before first batch in UpdateBalancers tests | ||
* \ \ \ | Merge pull request #14455 from markdroth/grpclb_channel_args | Mark D. Roth | 2018-02-23 |
|\ \ \ \ | | | | | | | | | | | Refactor code for generating balancer channel args. | ||
| | | * \ | Merge branch 'master' into 2phase_thd | Vijay Pai | 2018-02-22 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | * | | | Add warmup before first batch | Juanli Shen | 2018-02-22 |
| | | | | | |||
* | | | | | Merge pull request #14469 from adelez/foundry_integration | adelez | 2018-02-22 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Add more bazel tests | ||
* | | | | | Merge pull request #14433 from muxi/add-cronet-bin-base64 | Muxi Yan | 2018-02-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Add binary metadata support for cronet transport | ||
| * | | | | | Polish infer_length_after_decode and add test cases | Muxi Yan | 2018-02-21 |
| | | | | | | |||
| | | | | * | Print trailing metadata in the "grpc_cli call" command. | Carlos Valera | 2018-02-21 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | This often includes important debugging information when the RPC returns a non-OK status. | ||
* | | | | | Merge pull request #14472 from jtattermusch/dualstack_socket_test_attempt2 | David G. Quintas | 2018-02-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Further increase deadline in dualstack_socket_test | ||
| | | | | * | Merge branch 'master' into 2phase_thd | Vijay Pai | 2018-02-21 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #14437 from yihuazhang/security_connector_replacement | Mark D. Roth | 2018-02-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Security connector replacement | ||
| | * | | | | | increase deadline in dualstack_socket_test | Jan Tattermusch | 2018-02-21 |
| |/ / / / / |/| | | | | | |||
| | | | | * | Minor fixes | Vijay Pai | 2018-02-20 |
| | | | | | |