Yuchen Zeng
355c2ec37d
Merge pull request #10412 from y-zeng/max_age_jitter
...
Add max_connection_age jitter
8 years ago
Yuchen Zeng
b05e1a8ff0
Merge pull request #10474 from y-zeng/update_actions
...
Add UpdateActions to the interop client helper
8 years ago
Mark D. Roth
194513e388
Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix
8 years ago
Mark D. Roth
f03a078e12
Merge pull request #10451 from markdroth/subchannel_arena_fix
...
Remove invalid gpr_free() of arena-allocated memory.
8 years ago
Mark D. Roth
61a6398675
Fix refcounting for subchannel call stack init failures.
8 years ago
Muxi Yan
80b4a8af19
Merge pull request #10460 from muxi/disable-cronet-unit-tests
...
Disable CronetUnitTests for possible Jenkins flakiness
8 years ago
Mark D. Roth
b39bf85dfc
Fix test for CLIENT_DIRECT_CHANNEL fixtures.
8 years ago
Eric Gribkoff
e7369020a9
Merge pull request #10463 from ericgribkoff/cherry_pick_http2_fix
...
Backport http2 interop test fixes to v1.2.x
8 years ago
Eric Gribkoff
358f1024ea
backport #10100 and #10377
8 years ago
Craig Tiller
bbcf378192
Merge pull request #10457 from ctiller/fixmsan
...
Potential msan fix
8 years ago
Mark D. Roth
e645d13bda
Fix build.
8 years ago
Mark D. Roth
9cda56747f
Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix
8 years ago
Craig Tiller
9e0b79e047
Update to new API
8 years ago
Muxi Yan
54aa9a0558
Merge pull request #10471 from muxi/fix-recv-message-update
...
Fix problem with cronet_transport on the new control+payload structure
8 years ago
Sree Kuchibhotla
f7c673a8c7
minor change
8 years ago
Yuchen Zeng
526e624c58
Merge pull request #9902 from y-zeng/keepalive_server
...
Client-side keepalive pings server enforcement
8 years ago
Muxi Yan
769b7c367d
Bug fix
8 years ago
murgatroid99
7fb2129c7f
Merge branch 'master' into node_protobuf_js_6_upgrade
8 years ago
murgatroid99
8ad4aa12ab
Merge branch 'master' into node_protobuf_js_6_upgrade
8 years ago
Muxi Yan
2a4731e2eb
More merging fixes and asan fix
8 years ago
Michael Lumish
500e361826
Merge pull request #10416 from murgatroid99/node_performance_tests
...
Node performance tests and improvements
8 years ago
Michael Lumish
494a81c8a4
Merge pull request #10294 from murgatroid99/node_dbg_release_split
...
Node: explicitly define Release and Debug builds, use build flags from build.yaml
8 years ago
murgatroid99
f712ae76f4
Fix a couple of issues with the use of the Protobuf.js API
8 years ago
Mehrdad Afshari
0cbfad62cf
Support custom pool in enable_server_reflection
8 years ago
Yuchen Zeng
e4e763265b
Add UpdateActions to the interop client helper
8 years ago
Sree Kuchibhotla
2c3e7e80bd
use wallclock
8 years ago
Muxi Yan
b3cec5df24
Merge remote-tracking branch 'upstream/master' into lazy-deframe
8 years ago
Muxi Yan
d0ee7a92ba
Fix the hard conversion problem in cronet_transport.c
8 years ago
Muxi Yan
e800e1c5d0
Fix the hard conversion problem in cronet_transport.c
8 years ago
Craig Tiller
5bdffab426
Add profiling annotations
8 years ago
Yang Gao
c02f36bc9e
Merge pull request #10334 from wcevans/master
...
Calculate RPC deadline right before call creation
8 years ago
Mark D. Roth
b7d833b865
Change filter_call_init_fails test to catch the bug.
8 years ago
Mark D. Roth
f0a83cf9cb
Merge branch 'subchannel_arena_fix' into filter_call_init_fail_fix
8 years ago
Sree Kuchibhotla
3c754e4716
Microbenchmark for measuring impact of multiple threads calling cq_next
8 years ago
Yuchen Zeng
0b3d1360c2
Fix float comparison
8 years ago
Yuchen Zeng
a2ca7247ae
Add max_connection_age jitter
8 years ago
murgatroid99
130568e515
Fix call destruction bug
8 years ago
Mark D. Roth
ca13603302
Do not retry when we fail to create a subchannel call.
8 years ago
Mark D. Roth
7477a14e3c
Remove invalid gpr_free() of arena-allocated memory.
8 years ago
Craig Tiller
ca38800d62
Merge pull request #10423 from ctiller/minimal
...
Working towards enabling a minimal stack
8 years ago
Yuchen Zeng
b0c2225336
generate projects
8 years ago
Muxi Yan
5ce09f08d2
Disable CronetUnitTests for possible Jenkins flakiness
8 years ago
yang-g
61d02025b5
Unref the tail, not the original slice
8 years ago
kpayson64
f2ceefb9e2
Merge pull request #8063 from royalharsh/buffers
...
Refactor python code generator to support other serializers
8 years ago
Craig Tiller
be094fc5e6
Fix compile
8 years ago
Craig Tiller
e3b5921559
Potential msan fix
8 years ago
Craig Tiller
61666f5557
Merge branch 'lazy-batches' into lazy-parent
8 years ago
Craig Tiller
0df90f049a
Merge github.com:grpc/grpc into lazy-batches
8 years ago
Chris Evans
ed2a5470db
Calculate RPC deadline right before call creation
...
Most core end2end tests are written around a single RPC with an explicit
deadline. Currently, this deadline is calculated before bringing up the
test fixture, and thus time spent bringing up the test fixture is taken
from the time allotted to the RPC.
This change moves the calculation of these deadlines immediately before
call creation. Additionally, the functions that calculate these
deadlines have been renamed from 'xx_seconds_time()' to
'xx_seconds_from_now()' for clarity.
8 years ago
Craig Tiller
2a7ce4f282
Merge github.com:grpc/grpc into dynamic_tcp_sizing
8 years ago