aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #16374 from vjpai/censusGravatar Vijay Pai2018-08-17
|\ | | | | Move a census file from src/cpp to src/core since core depends on it
* \ Merge pull request #16373 from markdroth/mu_guard_cleanupGravatar Mark D. Roth2018-08-17
|\ \ | | | | | | Move C++ mu_guard class out of C-core public headers and fix style.
* \ \ Merge pull request #16306 from AspirinSJL/pf_check_state_before_watchGravatar Juanli Shen2018-08-17
|\ \ \ | | | | | | | | PF: Check connectivity state before watching
* \ \ \ Merge pull request #16375 from yashykt/nulcheckGravatar Yash Tibrewal2018-08-17
|\ \ \ \ | | | | | | | | | | Add a nullptr check
* \ \ \ \ Merge pull request #16372 from mehrdada/remove-proto-js_embed-hackGravatar Mehrdad Afshari2018-08-16
|\ \ \ \ \ | | | | | | | | | | | | Remove protobuf js_embed hack
* \ \ \ \ \ Merge pull request #16273 from codebender/update_cli_instructionsGravatar Vijay Pai2018-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update instructions to include how to satisfy gFlags prerequisite on a Mac
| | | * | | | Fix typoGravatar Yash Tibrewal2018-08-16
| | | | | | |
| | | | * | | PF: Check connectivity state before watchingGravatar Juanli Shen2018-08-16
| |_|_|/ / / |/| | | | |
| | | * | | Add a nullptr checkGravatar Yash Tibrewal2018-08-16
| |_|/ / / |/| | | |
| | | | * Fix Bazel BUILDGravatar Vijay Pai2018-08-16
| | | | |
| | | | * Add a sanity check to avoid reintroducing dependence on cpp by coreGravatar Vijay Pai2018-08-16
| | | | |
| | | | * Move a file from src/cpp to src/core since core depends on itGravatar Vijay Pai2018-08-16
| | | | |
* | | | | Merge pull request #16289 from AspirinSJL/warn_api_useGravatar Juanli Shen2018-08-16
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add warning about AsyncNotifyWhenDone bug
| | | | * Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
| | | | |
| | | * | Remove protobuf js_embed hackGravatar Mehrdad Afshari2018-08-16
| |_|/ / |/| | |
* | | | Merge pull request #16368 from grpc/revert-16214-order_order_pleaseGravatar Yang Gao2018-08-16
|\ \ \ \ | | | | | | | | | | Revert "Add more filter priority levels"
* \ \ \ \ Merge pull request #16364 from geckovia/improve-pypy-compatibilityGravatar Mehrdad Afshari2018-08-16
|\ \ \ \ \ | | | | | | | | | | | | Improve Pypy compatibility
* \ \ \ \ \ Merge pull request #15175 from murgatroid99/node_perf_tests_againGravatar Michael Lumish2018-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Node perf tests for both implementations
* \ \ \ \ \ \ Merge pull request #16365 from haberman/build-file-fixGravatar Noah Eisen2018-08-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleaned up BUILD file, which fixed a dependency problem with protobuf.
| | | | * | | | Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
| |_|_|/ / / / |/| | | | | |
| * | | | | | Cleaned up BUILD file, which fixed a dependency problem with protobuf.Gravatar Josh Haberman2018-08-16
|/ / / / / /
| | * / / / Replace is by == for a status comparisonGravatar Paul Petit2018-08-16
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This worked fine with CPython, but the condition was always evaluated to False with Pypy, causing bugs down the road. Tested with Pypy 6.0.
* | | | | Merge pull request #16356 from vjpai/exhaustionGravatar Vijay Pai2018-08-15
|\ \ \ \ \ | | | | | | | | | | | | C++ sync server: Return status RESOURCE_EXHAUSTED if no thread quota available
* \ \ \ \ \ Merge pull request #16054 from dgquintas/pf_ppicks_fixGravatar David G. Quintas2018-08-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed ordering in adding pending picks to PF
* \ \ \ \ \ \ Merge pull request #16361 from ncteisen/phpGravatar Noah Eisen2018-08-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Error Checking for Server Args in PHP
| | | * | | | | Make sure that we actually saw some resource exhaustion if applicableGravatar Vijay Pai2018-08-15
| | | | | | | |
| * | | | | | | Add error checking for server args in PHPGravatar ncteisen2018-08-15
| | | | | | | |
| | | * | | | | Expand comment based on reviewer feedbackGravatar Vijay Pai2018-08-15
| | | | | | | |
| | * | | | | | Fixed ordering in adding pending picks to PFGravatar David Garcia Quintas2018-08-15
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #16354 from vjpai/tidyGravatar Vijay Pai2018-08-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Match parameter name in definition to declaration
| | | * | | | | Address reviewer commentsGravatar Vijay Pai2018-08-15
| | | | | | | |
| | | * | | | | Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
| | |/ / / / /
* | | | | | | Merge pull request #16355 from ncteisen/max-threadsGravatar Noah Eisen2018-08-14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Change thread default to INT_MAX
| * | | | | | fix typoGravatar ncteisen2018-08-14
| | | | | | |
| * | | | | | Change thread default to INT_MAXGravatar ncteisen2018-08-14
|/ / / / / /
| * / / / / Match parameter name in definition to declarationGravatar Vijay Pai2018-08-14
|/ / / / /
* | | | | Merge pull request #16343 from jtattermusch/cmake_fix_gflags_as_packageGravatar Jan Tattermusch2018-08-14
|\ \ \ \ \ | | | | | | | | | | | | Use correct target name for gflags-config.cmake
* \ \ \ \ \ Merge pull request #16347 from jtattermusch/workaround_16334Gravatar Jan Tattermusch2018-08-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix performance benchmarks on windows
* \ \ \ \ \ \ Merge pull request #16298 from vjpai/custom_pollerGravatar Vijay Pai2018-08-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Infrastructure for registering custom polling engines
* \ \ \ \ \ \ \ Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | EXPERIMENTAL: Infrastructure for callback-based core CQ
* \ \ \ \ \ \ \ \ Merge pull request #16344 from ncteisen/flow-control-fixGravatar Noah Eisen2018-08-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix Clamp for Window Update
* \ \ \ \ \ \ \ \ \ Merge pull request #16348 from jtattermusch/benchmark_kokoro_metadataGravatar Jan Tattermusch2018-08-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Correctly set performance job metadata on kokoro
| | | | | * | | | | | yapf codeGravatar Jan Tattermusch2018-08-14
| | | | | | | | | | |
| | | * | | | | | | | Add a test of callback CQGravatar Vijay Pai2018-08-14
| | | | | | | | | | |
| | | * | | | | | | | Fix abstract base class definitionGravatar Vijay Pai2018-08-14
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #16340 from ghostwriternr/gsoc-naresh-summaryGravatar Nathaniel Manista2018-08-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Naresh's Google Summer of Code report.
| | | | * | | | | | | | Can't count on shutdown_cb nullptr if version is 1Gravatar Vijay Pai2018-08-14
| | | | | | | | | | | |
| | * | | | | | | | | | correctly set performance job metadata on kokoroGravatar Jan Tattermusch2018-08-14
| |/ / / / / / / / / / |/| | | | | | | | | |
| | | | | * | | | | | fix performance benchmarks on windowsGravatar Jan Tattermusch2018-08-14
| |_|_|_|/ / / / / / |/| | | | | | | | |
| | | * | | | | | | Address reviewer commentsGravatar Vijay Pai2018-08-14
| | | | | | | | | |