kwasimensah
7d594b2bb3
Fixing typo
...
Fixing typo
7 years ago
kwasimensah
d80edf5730
Add sys/epoll.h
...
EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
7 years ago
kwasimensah
9ee372e513
Add sys/epoll.h
...
EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
7 years ago
kwasimensah
22083651c0
Merge pull request #3 from grpc/master
...
catching up to head
7 years ago
Yash Tibrewal
17684374f5
Merge pull request #15717 from yashykt/sizedoc
...
Add documentation for default message sizes
7 years ago
Yash Tibrewal
a14729f22a
Merge pull request #15092 from yashykt/epollerr
...
Make linux polling engines capable of tracking errors separately
7 years ago
hcaseyal
a70053690a
Merge pull request #15713 from hcaseyal/cleanup_filters
...
Use GRPC_CLOSURE_RUN instead of directly invoking callbacks in filters
7 years ago
Vijay Pai
9baa91bd9e
Merge pull request #15392 from vjpai/shutdown_comment
...
Add useful comment on ServerInterface::Shutdown
7 years ago
Jan Tattermusch
aa1aa4329f
Merge pull request #15705 from jtattermusch/bq_batch_upload
...
Upload test results to BQ in batches
7 years ago
Vijay Pai
500e3399b6
Address reviewer comments
7 years ago
Vijay Pai
1b8969b973
Add useful comment on ServerInterface::Shutdown
7 years ago
Jan Tattermusch
8775eadee8
Merge pull request #15687 from jtattermusch/csharp_mock_example
...
Add C# tests that demonstrate how to unit test grpc code with test doubles.
7 years ago
Jan Tattermusch
921f2d0319
Merge pull request #15688 from jtattermusch/csharp_fully_qualified_marshaller
...
C# codegen: use fully qualified name in __Marshaller_* fields
7 years ago
ncteisen
cb5471c2ee
Sleep less for ruby test
7 years ago
Muxi Yan
396694f288
Merge pull request #15718 from muxi/backport-15714
...
Backport #15714 to v1.13.x
7 years ago
Muxi Yan
66e67809ae
Merge pull request #15714 from muxi/fix-cfstream-dup-schedule
...
Batch fixes for a few CFStream issues
7 years ago
Noah Eisen
fed8d2be92
Merge pull request #2 from apolcyn/double_timeout
...
Double timeout of a ruby test
7 years ago
Alexander Polcyn
2a881a3a05
double timeout to check if finishes
7 years ago
adelez
f91adce31c
Merge pull request #15716 from adelez/manual_tag
...
Add tags argument to grpc_cc_test and tag tcp_server_posix_test manual.
7 years ago
Noah Eisen
d889d1224a
Merge pull request #1 from apolcyn/log_times
...
Log granular ruby end2end test times
7 years ago
Alexander Polcyn
7a28a34ca7
log granular ruby end2end test times
7 years ago
Mark D. Roth
15b37acc2d
Fix call stack alignment.
7 years ago
Mark D. Roth
5b3824baf2
Code review changes.
7 years ago
Hope Casey-Allen
2c5f15c326
Use GRPC_CLOSURE_RUN instead of directly invoking callbacks in some filters
7 years ago
Yash Tibrewal
dddf207932
Merge branch 'master' into epollerr
7 years ago
Noah Eisen
000ec4533d
Merge pull request #15680 from ncteisen/more-clang
...
More Clang Tidy
7 years ago
Nathaniel Manista
759eb90d2c
Merge pull request #15707 from ghostwriternr/fix-cython-file-endings
...
Update grpc_gevent cython files to include .pxi.
7 years ago
David Garcia Quintas
78a5e30019
removed leftover pdb import
7 years ago
Nathaniel Manista
b436d56d8b
Merge pull request #15689 from nathanielmanistaatgoogle/generic-rpc-handler-validation
...
Check conformance to grpc.GenericRpcHandler type.
7 years ago
Muxi Yan
e5a3949c51
nit - Update test description
7 years ago
Muxi Yan
c63673e41d
nit - Rename stream_sync to stream_handle to match class name
7 years ago
Muxi Yan
0f6016a854
bug - Fix #15679
7 years ago
David Garcia Quintas
32c04931db
Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup
7 years ago
Muxi Yan
7174ed5ded
Backport #15714 to v1.13.x
7 years ago
Noah Eisen
b12b813ed8
Merge pull request #15711 from ncteisen/deprecate-deprecated
...
Remove Old Comments
7 years ago
Yash Tibrewal
4e3835b36b
Add documentation for default message sizes
7 years ago
Adele Zhou
ff1d1b3b68
Add tags argument to grpc_cc_test and tag tcp_server_posix_test manual.
7 years ago
Jan Tattermusch
37b292a0f7
Merge pull request #15669 from jtattermusch/csharp_distribtest_protoc
...
Add codegen test to C# distribtests.
7 years ago
Jan Tattermusch
5ddc868da6
Merge pull request #15701 from grpc/revert-15629-interop_matrix_improvements
...
Revert "run_interop_matrix.py speedup"
7 years ago
apolcyn
96e10741b8
Merge pull request #15708 from apolcyn/revert_fix_cares_test_on_ipv6_only
...
Revert "Fix c-ares tests ipv6-only brokenness"
7 years ago
ncteisen
0e0d724dbc
Downgrade the logging for TSI_NOT_FOUND errors
7 years ago
ncteisen
20dc277ed7
Remove old comments
7 years ago
Srini Polavarapu
3137d59be9
Merge pull request #15697 from srini100/backport15690
...
Backport #15690 from master to v1.13.x
7 years ago
Alexander Polcyn
50a7213929
Revert "Fix c-ares tests ipv6-only brokenness"
...
This reverts commit 27718ce64d
.
7 years ago
Mark D. Roth
9846826b51
Revert "Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops""
...
This reverts commit f371513445
.
7 years ago
Naresh
435c6f8d1e
Update grpc_gevent cython files to include .pxi
...
All files under `grpc/_cython/_cygrpc` in grpcio Python package
are used as include files and thus have a .pxi file extension.
grpc_gevent implementation was added in 1bfff8e
, but didn't include the
.pxi file extension. Update these file names.
7 years ago
Jan Tattermusch
cc42e6dba8
upload bq test results in batches
7 years ago
Jan Tattermusch
55178622eb
fix typo
7 years ago
Noah Eisen
3089cc8c38
Merge pull request #15676 from ncteisen/error-creation-sanity
...
No Error Creation on RPC Hotpath
7 years ago
Jan Tattermusch
5349496af0
set higher cpu_cost for arena test
7 years ago