yang-g
864cea2081
clang-format
7 years ago
Eric Gribkoff
3888f747b4
log fork compat message at INFO instead of ERROR
7 years ago
yang-g
483e0ad3f2
Merge with master and resolve conflict
7 years ago
Jan Tattermusch
37ee7b664e
Merge pull request #17337 from jtattermusch/php_macos_high_sierra
...
make sure PHP tests work on high sierra kokoro workers
7 years ago
Yash Tibrewal
ba45e77413
Revert the do while and if
7 years ago
Eric Gribkoff
3a47e2c41d
Merge pull request #17307 from ericgribkoff/create_server_format
...
fix docstring on grpc.server
7 years ago
Mark D. Roth
c3ad2243ee
Merge pull request #17312 from markdroth/grpclb_empty_serverlist_fix
...
Don't ignore empty serverlists from the grpclb balancer.
7 years ago
Srini Polavarapu
57bbe93e40
Merge pull request #17306 from srini100/master
...
Add gRPC release schedule document
7 years ago
Jan Tattermusch
429dcb228a
make sure PHP tests work on high sierra kokoro workers
7 years ago
Mark D. Roth
f3844ec79e
Merge pull request #17323 from markdroth/inlined_vector_copy_and_move_fix
...
Fix InlinedVector to use its elements' move and copy methods.
7 years ago
Mark D. Roth
217de89085
Don't ignore empty serverlists from the grpclb balancer.
7 years ago
Yash Tibrewal
93a165ec6c
Initialize all other timestamps (non sendmsg) to gpr_inf_past
7 years ago
Yash Tibrewal
77ba25ab72
s/int/uint32_t
7 years ago
Yash Tibrewal
9506d35674
Add a byte counter to chttp2_stream and use that for timestamps
7 years ago
Yash Tibrewal
fe4ef31ac2
Do not add the TCP buffer length.
7 years ago
Yash Tibrewal
e57f8aebcb
Update test
7 years ago
Yash Tibrewal
af16b2c09d
Return immediately if the first message is empty
7 years ago
Yash Tibrewal
7cd7ecc941
Add the length of the buffer that is traced
7 years ago
Bill Feng
8b7323df1c
Merge pull request #17110 from billfeng327/multipool-config
...
Bazel multipool config update, removed sentinel file
7 years ago
Lidi Zheng
7eddafabdd
Disable three subchannel unit tests for gevent
7 years ago
Nicolas Noble
6697496a1d
Merge pull request #17329 from grpc/authors-alphabetical
...
Adding a line about alphabetical order of AUTHORS
7 years ago
Nicolas Noble
2fcf6176fd
Adding a line about alphabetical order of AUTHORS
7 years ago
Yash Tibrewal
794559ab8d
Merge pull request #17313 from yashykt/padstreamsize
...
Stream size needs to be rounded up to alignment
7 years ago
Yash Tibrewal
af67526882
Merge pull request #17294 from yashykt/traced
...
Add traced information to stream op
7 years ago
Stanley Cheung
074e2d82c2
Merge pull request #17326 from stanley-cheung/php-fix-zts-master
...
PHP: fix ZTS build
7 years ago
Guantao Liu
99673fcbe3
Merge pull request #17244 from guantaol/ev_epollbg
...
Preparation for the new background poller 'epollbg'
7 years ago
Lidi Zheng
1b9df7d183
Merge pull request #17317 from mehrdada/fix-interceptor-bug
...
Fix Python blocking interceptors facing RpcError
7 years ago
Srini Polavarapu
cf104e1ba3
regenerate doxygen files
7 years ago
Stanley Cheung
211419d65c
PHP: fix ZTS build
7 years ago
Srini Polavarapu
a1f863a2d9
Merge branch 'master' of https://github.com/grpc/grpc
7 years ago
Lidi Zheng
99f248ae12
Remove the `del` hack and skip server related test cases
7 years ago
Yash Tibrewal
836e143093
Add required header
7 years ago
Lidi Zheng
d75abb6663
Adding comment about `del` about #17258
7 years ago
Yash Tibrewal
5749f80830
Merge pull request #17310 from yashykt/enableerrqueue
...
Enable errqueue support for linux kernel versions 4.0.0 and above
7 years ago
Mark D. Roth
5214f8bc57
Fix InlinedVector to use its elements' move and copy methods.
7 years ago
Soheil Hassas Yeganeh
e2cde10d5a
Merge pull request #17320 from soheilhy/worktree-refcounted-bench
...
Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCount
7 years ago
vishalpowar
a92f2acf75
Merge pull request #17316 from vishalpowar/upb_submodule
...
Adding upb as submodule
7 years ago
Soheil Hassas Yeganeh
9128881b6d
Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCount
...
This is to fix the wrong atomic op counts reported by benchmarks.
Also add these macros to windows and gcc-sync headers as noop macros for
consistency.
7 years ago
Eric Gribkoff
d9f656a911
fix docstring on grpc.server
7 years ago
Bill Feng
527ddd9982
cleanup
7 years ago
Bill Feng
fbd3808d0d
added exec_compatible_with to sh_test
7 years ago
Lidi Zheng
53476eced4
Adopt reviewer's suggestions
...
* Correct the StatusCode
* Format code
* Use @staticmethod
* Fix typo
7 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
7 years ago
yang-g
bd3bb8e289
BUILD fix.
7 years ago
Stanley Cheung
5ede895caf
Merge pull request #17315 from stanley-cheung/php-fix-zts-master
...
Fix PHP ZTS build breakage
7 years ago
Mehrdad Afshari
8199aff7a6
Fix Python blocking interceptors facing RpcError
...
RpcError should be returned from the continuation intact,
not raised.
7 years ago
apolcyn
aa00e06b65
Merge pull request #17290 from ganmacs/return-unimplemented-in-server-streamer
...
Return UNIMPLEMENTED error when user does not implement server_streamer method
7 years ago
Stanley Cheung
f2973917f4
Fix PHP ZTS build breakage
7 years ago
Yash Tibrewal
b87984bace
Stream size needs to be rounded up to alignment
7 years ago
Lidi Zheng
43599facf4
Channelz Python wrapper implementation
...
* Expose the C-Core API in Cython layer
* Handle the object translation
* Create a separate package for Channelz specifically
* Handle nullptr and raise exception if seen one
* Translate C++ Channelz unit tests
* Adding 5 more invalid query unit tests
Adding peripheral utility for grpcio-channelz package
* Add to `pylint_code.sh`
* Add to Python build script
* Add to artifact build script
* Add to Bazel
* Add to Sphinx module list
7 years ago