Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set gpr_mpscq_test to not use polling, make that bit work again | Craig Tiller | 2017-10-06 |
| | |||
* | Merge pull request #12851 from AspirinSJL/cancel_fallback_timer | Juanli Shen | 2017-10-06 |
|\ | | | | | Cancel fallback timer in glb_shutdown() | ||
* \ | Merge pull request #12841 from jtattermusch/report_elapsed_on_timeout | Jan Tattermusch | 2017-10-06 |
|\ \ | | | | | | | jobset.py: report elapsed time for jobs that time out | ||
* \ \ | Merge pull request #12839 from jtattermusch/bigquery_upload_retry | Jan Tattermusch | 2017-10-06 |
|\ \ \ | | | | | | | | | Retry when uploading results to bigquery | ||
* \ \ \ | Merge pull request #12852 from vjpai/rent | Vijay Pai | 2017-10-05 |
|\ \ \ \ | | | | | | | | | | | Reduce # of message sizes used in each async_end2end_test scenario | ||
* \ \ \ \ | Merge pull request #12855 from vjpai/new_const | Vijay Pai | 2017-10-05 |
|\ \ \ \ \ | | | | | | | | | | | | | Add some const | ||
* \ \ \ \ \ | Merge pull request #12854 from vjpai/magic_number | Vijay Pai | 2017-10-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | C++ async_end2end_test: now w/o magic numbers! | ||
| | * | | | | | Add some const that is now allowed | Vijay Pai | 2017-10-05 |
| |/ / / / / |/| | | | | | |||
| * | | | | | Eliminate magic #s, follow API | Vijay Pai | 2017-10-05 |
| | | | | | | |||
* | | | | | | Merge pull request #12842 from apolcyn/fix_ruby_mem_bug | apolcyn | 2017-10-05 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add test under ruby GC stress mode and fix non-GC-rooted variable | ||
| | * | | | | Reduce # of message sizes used in each scenario | Vijay Pai | 2017-10-05 |
| |/ / / / |/| | | | | |||
| | | | * | Cancel fallback timer in glb_shutdown() | Juanli Shen | 2017-10-05 |
| | | | | | |||
* | | | | | Merge pull request #12847 from muxi/Add-forward-declare-test | Muxi Yan | 2017-10-05 |
|\ \ \ \ \ | | | | | | | | | | | | | Add test for ObjC gRPC proto forward declaration | ||
* \ \ \ \ \ | Merge pull request #12828 from yang-g/delete_stress_clients | Yang Gao | 2017-10-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Properly clean up stress test clients | ||
| | * | | | | | Add test for forward declaration | Muxi Yan | 2017-10-05 |
| |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #12845 from ncteisen/fix-posix-build | Noah Eisen | 2017-10-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix compilation on Mac | ||
* \ \ \ \ \ \ | Merge pull request #12772 from muxi/fix-xcode-misalign-warning | Muxi Yan | 2017-10-05 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix Xcode warning of mis-aligned structs | ||
* \ \ \ \ \ \ \ | Merge pull request #12637 from muxi/add-objc-gen-forward-declare | Muxi Yan | 2017-10-05 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Allow ObjC proto plugin to forward declare message classes | ||
| | | * | | | | | Fix compilation | ncteisen | 2017-10-05 |
| |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #12692 from yashykt/externC | Yash Tibrewal | 2017-10-05 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Converting src/core files from C to CC | ||
| * \ \ \ \ \ \ | Merge branch 'master' into externC | Yash Tibrewal | 2017-10-05 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #12786 from muxi/fix-performance-regression | Muxi Yan | 2017-10-05 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix gRPC performance regression | ||
| | | | | | * | | | Add a test under ruby GC stress mode and fix non-GC-rooted variable bug | Alexander Polcyn | 2017-10-05 |
| | | | | | | | | | |||
| | * | | | | | | | Mirroring BUILD changes - missed public headers | Yash Tibrewal | 2017-10-05 |
| | | | | | | | | | |||
| | | | | | | | * | report elapsed time for jobs that time out | Jan Tattermusch | 2017-10-05 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
* | | | | | | | | Merge pull request #12695 from jtattermusch/json_run_localhost_timeouts | Jan Tattermusch | 2017-10-05 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Reduce timeout for json_run_localhost to 120sec. | ||
* \ \ \ \ \ \ \ \ | Merge pull request #12784 from jtattermusch/synchronize_macos_clock | Jan Tattermusch | 2017-10-05 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | Synchronize clock on macos | ||
| | | | | | | | * | retry when uploading results to bigquery | Jan Tattermusch | 2017-10-05 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | * | | | | | | reduce timeout for json_run_localhost | Jan Tattermusch | 2017-10-05 |
| |/ / / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #12493 from apolcyn/fix_ruby_call_mem_leak | apolcyn | 2017-10-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix a per-call memory leak in ruby | ||
| | | * | | | | | clang-format | Muxi Yan | 2017-10-04 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #12832 from ctiller/bloat | Craig Tiller | 2017-10-04 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Introduce bloat_diff | ||
| * | | | | | | | | Configure tool to run | Craig Tiller | 2017-10-04 |
| | | | | | | | | | |||
| * | | | | | | | | Better output | Craig Tiller | 2017-10-04 |
| | | | | | | | | | |||
| * | | | | | | | | Initial implementation of bloat_diff | Craig Tiller | 2017-10-04 |
| | | | | | | | | | |||
| | | | | * | | | | Adding UBSAN suppressors for the time being | Yash Tibrewal | 2017-10-04 |
| | | | | | | | | | |||
| | | | | | | | * | Properly clean up stress test clients | yang-g | 2017-10-04 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | | | | * | | | macos objC build error | Yash Tibrewal | 2017-10-04 |
| | | | | | | | | |||
| * | | | | | | | Submodule bloaty mcbloatface | Craig Tiller | 2017-10-04 |
|/ / / / / / / | |||
* | | | | | | | Merge pull request #12801 from chrisdunelm/fixregister | Jan Tattermusch | 2017-10-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | C# De-register cancellation token | ||
* \ \ \ \ \ \ \ | Merge pull request #12777 from apolcyn/reduce_test_parrallelization | apolcyn | 2017-10-04 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Put a safety limit on parallelization of tests | ||
| | | | | | * | | | Some final linker and build issues. Also, resolving invalid_channel_args_test | Yash Tibrewal | 2017-10-03 |
| | | | | | | | | | |||
| | | | | | * | | | Merge branch 'master' into externC | Yash Tibrewal | 2017-10-03 |
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| | | | | | * | | | Few more BUILD file changes | Yash Tibrewal | 2017-10-03 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #12799 from ↵ | Michael Lumish | 2017-10-03 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nagelflorian/fix-dynamic-codegen-example-deprecation-warning Fix Server#addProtoService deprecation warning of basic Node.js example | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #12690 from matt-kwong/cov | Matt Kwong | 2017-10-03 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix coverage tests | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #12733 from ↵ | Michael Lumish | 2017-10-03 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vosst/increase-reference-count-for-tcp-connect-state Increase reference count on state used in tcp connect. | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #12792 from murgatroid99/g_for_generous | Michael Lumish | 2017-10-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version to 1.8.0-dev, update g word to 'generous' | ||
| | | | | | * | | | | | | | De-register cancellation token | Chris Bacon | 2017-10-03 |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12800 | ||
| | | | * | | | | | | | | Fix deprecation warning Server#addProtoService and use Server#addService instead | Florian Nagel | 2017-10-03 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | |