Yang Gao
c02f36bc9e
Merge pull request #10334 from wcevans/master
...
Calculate RPC deadline right before call creation
8 years ago
Craig Tiller
ca38800d62
Merge pull request #10423 from ctiller/minimal
...
Working towards enabling a minimal stack
8 years ago
kpayson64
f2ceefb9e2
Merge pull request #8063 from royalharsh/buffers
...
Refactor python code generator to support other serializers
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
ad286c35da
Merge github.com:grpc/grpc into minimal
8 years ago
Craig Tiller
82c7fec59c
Merge pull request #9949 from ctiller/new_transport_op
...
Convert stream ops to a control + payload structure
8 years ago
Craig Tiller
14af85e8d2
Merge pull request #10447 from ctiller/arena
...
Fix arena_test on 32-bit platforms (includes Windows)
8 years ago
Craig Tiller
3b17e8aad7
Merge pull request #10194 from ctiller/atomic-timers
...
Track milliseconds since process start in timer heap
8 years ago
Vijay Pai
2d793c9813
Merge pull request #9892 from vjpai/shortstream
...
Add option to limit # of messages per stream in QPS tests
8 years ago
Craig Tiller
659030f0a4
Merge github.com:grpc/grpc into new_transport_op
8 years ago
Craig Tiller
8fb174e66e
Merge branch 'new_transport_op' of github.com:ctiller/grpc into new_transport_op
8 years ago
Craig Tiller
a044424430
clang-format
8 years ago
Craig Tiller
3a20cec8a3
Merge branch 'arena' of github.com:ctiller/grpc into arena
8 years ago
Craig Tiller
f07e6a3136
Undo experimental change
8 years ago
Craig Tiller
8d322776f6
Merge github.com:grpc/grpc into minimal
8 years ago
Vijay Pai
45a9abae95
Add option to limit # of messages per stream with tests
8 years ago
Nicolas Noble
a5da6e1806
Merge pull request #10438 from geoffreyp/master
...
Update readme.md
8 years ago
Craig Tiller
6b97e5344f
Update BUILD
8 years ago
Craig Tiller
648a60b997
Merge branch 'minimal' of github.com:ctiller/grpc into minimal
8 years ago
Craig Tiller
dced510997
Fix arena_test on 32-bit platforms (includes Windows)
8 years ago
Craig Tiller
3eeba6de6b
Increase grace time
8 years ago
Craig Tiller
5311d666db
Merge github.com:grpc/grpc into atomic-timers
8 years ago
Craig Tiller
7a8232d773
review feedback
8 years ago
Craig Tiller
e434d1d60b
s/NULL/false
8 years ago
Muxi Yan
891b5922ed
Merge pull request #9853 from muxi/fix-complete-fetch
...
Remove complete_fetch and use complete_fetch_locked
8 years ago
Jan Tattermusch
b6afbf34b9
Merge pull request #10236 from jtattermusch/csharp_include_new_generated_docs
...
Include new namespaces in the generated docs as well
8 years ago
Jan Tattermusch
ef0b2ed1c3
Merge pull request #10380 from jtattermusch/ping_pong_1mb
...
Add 1MB ping pong scenarios
8 years ago
Craig Tiller
03b605ceea
Remove dubious op manipulation: theres no need
8 years ago
Craig Tiller
e86cce8e04
s/NULL/false
8 years ago
Craig Tiller
f854f2a7b0
Merge github.com:grpc/grpc into new_transport_op
8 years ago
Craig Tiller
9d6f04d519
Increase grace period: 300ms is way too short in our test environments
8 years ago
Craig Tiller
d7b048e041
Merge github.com:grpc/grpc into minimal
8 years ago
Geoffrey Pruvost
3c3bc01a62
Update readme.md
...
use markdown links style
8 years ago
Craig Tiller
90d1015a8a
clang-format
8 years ago
David G. Quintas
c4f4601809
Merge pull request #9838 from dgquintas/fuzzer_remove_asserts
...
Don't assert over invalid channel args
8 years ago
Craig Tiller
d608cd6bd4
Fix include guards
8 years ago
Craig Tiller
d52e22f11b
clang-format
8 years ago
Craig Tiller
f5ed5e1a57
Merge pull request #10421 from ctiller/daily_and_hourly
...
Split performance profile job in two
8 years ago
Craig Tiller
4fc230a724
Merge pull request #10399 from ipylypiv/fix_tsi_security
...
Fix duplicated NULL pointer check
8 years ago
Craig Tiller
fb33d27a85
Merge
8 years ago
Craig Tiller
8b0e90dfc9
Merge github.com:grpc/grpc into minimal
8 years ago
Craig Tiller
bd210c0bff
Merge pull request #10414 from ctiller/timing
...
Use timeout inflation to account for differences between sanitizers
8 years ago
Craig Tiller
6d4894e9d6
optionalize max_age
8 years ago
Vijay Pai
cbe6303640
Merge pull request #10422 from vjpai/fixups
...
Something brokeded sanity
8 years ago
Craig Tiller
9eb0fdec00
Reorganize ext tree
...
- filters live under filters
- lb_policy, resolver implementations (being part of client_channel) live under client_channel
8 years ago
Craig Tiller
c7527415e0
initial minimal stack configurator sketch
8 years ago
Vijay Pai
169abf182e
Something brokeded sanity
8 years ago
Craig Tiller
f2e609b93e
sketching minimal stack configurator
8 years ago
Craig Tiller
78fa3db74c
Review feedback
8 years ago
Eric Anderson
a733951fbd
Fix markdown headers in PROTOCOL-HTTP2
...
Without the space they do not display correctly.
8 years ago