Josh Haberman
|
8a80364a9f
|
Cleaned up BUILD file, which fixed a dependency problem with protobuf.
|
6 years ago |
Paul Petit
|
33e5c0d091
|
Replace is by == for a status comparison
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.
|
6 years ago |
Vijay Pai
|
8a86f5329e
|
Merge pull request #16356 from vjpai/exhaustion
C++ sync server: Return status RESOURCE_EXHAUSTED if no thread quota available
|
6 years ago |
David G. Quintas
|
a45e38622e
|
Merge pull request #16054 from dgquintas/pf_ppicks_fix
Fixed ordering in adding pending picks to PF
|
6 years ago |
Noah Eisen
|
2cb3e823bf
|
Merge pull request #16361 from ncteisen/php
Add Error Checking for Server Args in PHP
|
6 years ago |
Vijay Pai
|
16f738359d
|
Make sure that we actually saw some resource exhaustion if applicable
|
6 years ago |
ncteisen
|
befcfee767
|
Add error checking for server args in PHP
|
6 years ago |
Vijay Pai
|
9c32dab63d
|
Expand comment based on reviewer feedback
|
6 years ago |
David Garcia Quintas
|
d08ea3025b
|
Fixed ordering in adding pending picks to PF
|
6 years ago |
Vijay Pai
|
da786c2dcf
|
Merge pull request #16354 from vjpai/tidy
Match parameter name in definition to declaration
|
6 years ago |
Vijay Pai
|
d9781df474
|
Address reviewer comments
|
6 years ago |
Vijay Pai
|
14ad82a76d
|
Create a new method handler for resource exhaustion and tie into thread mgr
|
6 years ago |
Noah Eisen
|
92d1b5c433
|
Merge pull request #16355 from ncteisen/max-threads
Change thread default to INT_MAX
|
6 years ago |
ncteisen
|
6321a53e4a
|
fix typo
|
6 years ago |
ncteisen
|
f025b6ed89
|
Change thread default to INT_MAX
|
6 years ago |
Vijay Pai
|
cbca2ff03f
|
Match parameter name in definition to declaration
|
6 years ago |
Jan Tattermusch
|
8165c4c0aa
|
Merge pull request #16343 from jtattermusch/cmake_fix_gflags_as_package
Use correct target name for gflags-config.cmake
|
6 years ago |
Jan Tattermusch
|
a4f45d8745
|
Merge pull request #16347 from jtattermusch/workaround_16334
fix performance benchmarks on windows
|
6 years ago |
Vijay Pai
|
17a6bf65b7
|
Merge pull request #16298 from vjpai/custom_poller
Infrastructure for registering custom polling engines
|
6 years ago |
Vijay Pai
|
4b42288905
|
Merge pull request #16302 from vjpai/callback_cq
EXPERIMENTAL: Infrastructure for callback-based core CQ
|
6 years ago |
Noah Eisen
|
c175652de0
|
Merge pull request #16344 from ncteisen/flow-control-fix
Fix Clamp for Window Update
|
6 years ago |
Jan Tattermusch
|
1973af7453
|
Merge pull request #16348 from jtattermusch/benchmark_kokoro_metadata
Correctly set performance job metadata on kokoro
|
6 years ago |
Jan Tattermusch
|
4bfff0a0ff
|
yapf code
|
6 years ago |
Vijay Pai
|
a59e48e889
|
Add a test of callback CQ
|
6 years ago |
Vijay Pai
|
e91ae9d694
|
Fix abstract base class definition
|
6 years ago |
Nathaniel Manista
|
a165183fb7
|
Merge pull request #16340 from ghostwriternr/gsoc-naresh-summary
Naresh's Google Summer of Code report.
|
6 years ago |
Vijay Pai
|
d0f116c885
|
Can't count on shutdown_cb nullptr if version is 1
|
6 years ago |
Jan Tattermusch
|
52e17d7d0b
|
correctly set performance job metadata on kokoro
|
6 years ago |
Jan Tattermusch
|
217d460ee2
|
fix performance benchmarks on windows
|
6 years ago |
Vijay Pai
|
fe7f79189b
|
Address reviewer comments
|
6 years ago |
Jan Tattermusch
|
64712bfa47
|
Merge pull request #15295 from jtattermusch/pkgconfig_make
Make should generate pkg-config file for gpr as well
|
6 years ago |
Vijay Pai
|
4eff37345f
|
Add detailed comment for g_factories
|
6 years ago |
Vijay Pai
|
a4326eb7b8
|
Add comment to address reviewer comment
|
6 years ago |
Naresh
|
ca832cea90
|
Add GSoC report (Naresh)
|
6 years ago |
Yash Tibrewal
|
b49f47d4f2
|
linux version needs to be defined
|
6 years ago |
ncteisen
|
5e1cf109da
|
Fix clamp for window update
|
6 years ago |
Yash Tibrewal
|
82b1a08e15
|
Try1
|
6 years ago |
Yash Tibrewal
|
ac50c81a08
|
Try
|
6 years ago |
Sree Kuchibhotla
|
40430196f8
|
Merge pull request #16319 from sreecha/transport-comments
Some comments to chttp2 transport
|
6 years ago |
Sree Kuchibhotla
|
98ecece14b
|
Merge pull request #16217 from sreecha/rq-threads-2
Second attempt: "Restrict the number of threads in C++ sync server""
|
6 years ago |
Yash Tibrewal
|
4af7ef8c1f
|
Reviewer comments
|
6 years ago |
Jan Tattermusch
|
cf85462557
|
pkgconfig: add gpr to grpc's Requires.private
|
6 years ago |
Jan Tattermusch
|
965102527f
|
make should generate pkg-config file for gpr as well
|
6 years ago |
Vijay Pai
|
bbb97318e8
|
Merge branch 'master' into callback_cq
|
6 years ago |
Jan Tattermusch
|
82af3609dd
|
use correct target name for gflags-config.cmake
|
6 years ago |
Yash Tibrewal
|
556775d7c7
|
Merge master
|
6 years ago |
Yash Tibrewal
|
0ec6973b74
|
Revert semantic changes for fd_notify_on_*
|
6 years ago |
Sree Kuchibhotla
|
716857e216
|
Merge branch 'master' into rq-threads-2
|
6 years ago |
Noah Eisen
|
ba7ca9742e
|
Merge pull request #16035 from ncteisen/flow-control-tracing
Fix Flow Control Tracing
|
6 years ago |
Jan Tattermusch
|
a4c0cb76bb
|
Merge pull request #16339 from jtattermusch/msbuild_intergration_prepare1
Preparation for Grpc.Tools msbuild integration (#13207)
|
6 years ago |