Craig Tiller
79eba775ca
Merge branch 'exec' into execp
7 years ago
Craig Tiller
f66ed28853
Instrument executor a little better
7 years ago
Ken Payson
9fa10cce9f
Fix merge issue
7 years ago
ZhouyihaiDing
422b61b279
Merge branch 'master' of https://github.com/grpc/grpc into ruby_php_extension
7 years ago
apolcyn
79a89c9acc
Merge pull request #12517 from apolcyn/fix_service_config_choice_from_dns_with_zero_percentages
...
Fix choosing of service config when percentage is zero
7 years ago
Craig Tiller
3ad5c74311
Fix errant change
7 years ago
Craig Tiller
7bda5ecd96
Merge github.com:grpc/grpc into http_write_stats
7 years ago
ZhouyihaiDing
1c87515f8d
add php extension
7 years ago
Craig Tiller
3ff1fa6e05
Collect stats on why writes are initiated
7 years ago
Muxi Yan
3218e2b975
minor build fix
7 years ago
Juanli Shen
e7987f80c6
Merge pull request #12557 from grpc/updatedoc
...
Update service_config doc
7 years ago
Yash Tibrewal
c086c7e25a
Merge branch 'master' into revert_lb_stuff
7 years ago
Matt Kwong
2a26d31ede
Merge pull request #12563 from matt-kwong/allow_ssh
...
Add allow-ssh tags to newly created GCE VMs
7 years ago
Muxi Yan
3cdc6fb17e
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate
7 years ago
jiangtaoli2016
f68978c41f
Pass exec_ctx in TSI zero_copy_protector create
7 years ago
Jan Tattermusch
bc980a7a79
Merge pull request #12572 from grpc/revert-12214-cereal_eye_sir
...
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
7 years ago
Sree Kuchibhotla
1b7be439b7
Merge branch 'master' into exp-cq-fix
7 years ago
Jan Tattermusch
5432dd8874
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
7 years ago
Vladimir Moskva
759c7029b1
Rename set to depset
7 years ago
Jan Tattermusch
804bd6aa6b
Merge pull request #12501 from BusyJay/fix-cares-build
...
cmake: fix cares configuration
7 years ago
Yash Tibrewal
561f72f418
Merge pull request #12532 from yashykt/ctocc4
...
Getting files C++ compilable
7 years ago
Ken Payson
01e83b55e4
Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb."
...
This reverts commit aba0a0a544
.
7 years ago
Craig Tiller
4c93d2b8a9
Merge pull request #12561 from grpc/ctiller-patch-1
...
Track pings in bmdiff
7 years ago
Matt Kwong
438304960f
Add allow-ssh tags to newly created GCE VMs
7 years ago
Craig Tiller
319652fa85
Track pings in bmdiff
7 years ago
Craig Tiller
5e81d09279
Merge pull request #12555 from ctiller/gross-object-counts
...
Count API object creations
7 years ago
kumaralokgithub
e93da819e0
Merge pull request #12549 from kumaralokgithub/bamm2
...
Add independent library targets for newly added .h files for microben…
7 years ago
Sree Kuchibhotla
c7cebe8d8c
Consistent acq/rel semantics for pending_events atomic
7 years ago
Matt Kwong
2f8d3aee79
Merge pull request #12268 from matt-kwong/kokoro_fil
...
Add Kokoro test filtering for MacOS/Windows
7 years ago
Craig Tiller
7f10c299c7
Windows
7 years ago
Craig Tiller
213d2744b5
Only use fast path for short items
7 years ago
Craig Tiller
21b2c189d2
Remove old constant
7 years ago
Craig Tiller
fb0262b0fd
Eliminate lock in self-scheduling path in executor
7 years ago
Juanli Shen
324ad6a6c2
Update service_config doc
...
The current grpclb fallback implementation is to continue using the internal round_robin policy but feed it with the backends from the resolver. We didn't fall back to the policy indicated in service config (or client API) because that's too complex and has more different behavior from the normal situation where we do connect to the balancer.
7 years ago
Yash Tibrewal
cb3c1da2d6
Merging master into ctocc4
7 years ago
Craig Tiller
1a012bbe8f
Review feedback
7 years ago
Craig Tiller
f1dc9c36a7
Count api object creations
7 years ago
Juanli Shen
fc57518ac1
Merge pull request #12326 from AspirinSJL/bug_shutdown
...
Add refcount to subchannel_index
7 years ago
Vijay Pai
4a4bd1cd2d
Merge pull request #12214 from vjpai/cereal_eye_sir
...
Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
7 years ago
Vijay Pai
1217c4d052
Merge pull request #12519 from vjpai/stylin
...
Give guidance on prefixing struct/enum/#define names
7 years ago
Vijay Pai
0087d25e60
Merge pull request #12524 from vjpai/age_filter
...
Enable filter if either AGE or IDLE is specified; don't require both.
7 years ago
Alok Kumar
6b84005651
Add independent library targets for newly added .h files for microbenchmarks. Also fix includes in fullstack_fixtures.h
7 years ago
Yash Tibrewal
2e2bf250fb
Merging with master
7 years ago
Yash Tibrewal
2ed5d80dda
Removing forward declaration
7 years ago
Yash Tibrewal
a495220f31
removing a completed TODO, removing forward declarations and rearranging code instead, removing _t suffixes with other recommendations
7 years ago
Nathaniel Manista
d01fd422ec
grpc_1_0 flag for gRPC Python Protoc Plug-In
...
We'll soon be flipping the default behavior of gRPC Python Protoc
Plug-In to the later-than-gRPC-1.0 "code elements only in a
separate _pb2_grpc.py file and no Beta-API-using generated code
elements" behavior; this flag will be the supported (supported for a
while, though not exactly sure how long) means of using the older
"also put gRPC-using code elements in the generated _pb2.py file"
behavior that has been in place since gRPC 1.0.
7 years ago
Nathaniel Manista
09a02ec040
Kill (grpcio_tests/)commands.BuildProtoModules
...
In 1ff429da2a
it appears to have been
copied out of src/python/grpcio/commands.py and not used, and it seems
to have remained without use since.
7 years ago
Juanli Shen
6502ecc812
Add refcount to subchannel_index.
7 years ago
Yash Tibrewal
bc130daf5f
Adding more pointer conversions and type renaming
7 years ago
Craig Tiller
64f8b129dd
Merge github.com:grpc/grpc into pollset_kick_stats
7 years ago