Craig Tiller
bee6a33c5c
Fix include guards
8 years ago
Craig Tiller
52ee5a368f
Merge github.com:grpc/grpc into truebin
8 years ago
Craig Tiller
f8af6d9cf8
Merge pull request #10364 from ctiller/lazy-batches
...
Lazily create batch control structures
8 years ago
Craig Tiller
3aa7e1bd3b
Merge pull request #10469 from ctiller/xyz
...
Add profiling annotations
8 years ago
Yang Gao
4723b71ee7
Merge pull request #10459 from yang-g/missing_tail
...
Unref the tail, not the original slice
8 years ago
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
f03a078e12
Merge pull request #10451 from markdroth/subchannel_arena_fix
...
Remove invalid gpr_free() of arena-allocated memory.
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
Craig Tiller
dd2f706b8b
Generate slightly more efficient code
8 years ago
Craig Tiller
bcf9d9f463
Remove old code
8 years ago
Craig Tiller
3d13d7e162
Update copyright, choose a better sort order for our enum
8 years ago
Craig Tiller
dad1ea288c
Merge branch 'truebin' of github.com:ctiller/grpc into truebin
8 years ago
Craig Tiller
7d55746bb3
Update BUILD
8 years ago
Craig Tiller
bbcf378192
Merge pull request #10457 from ctiller/fixmsan
...
Potential msan fix
8 years ago
Craig Tiller
702bf3b2dc
Remove bogus assert
8 years ago
Craig Tiller
edfce58afb
Merge github.com:grpc/grpc into truebin
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
Yuchen Zeng
526e624c58
Merge pull request #9902 from y-zeng/keepalive_server
...
Client-side keepalive pings server enforcement
8 years ago
Craig Tiller
85a747ed06
better representative output
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
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
Craig Tiller
e76a0ecc03
Update hpack benchmarks for true binary
8 years ago
Craig Tiller
c5548cce42
Add parsing for true-binary metadata
8 years ago
Craig Tiller
ee787caf0e
Merge github.com:grpc/grpc into truebin
8 years ago
Craig Tiller
94736b9d67
Add encode path
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
Yuchen Zeng
0b3d1360c2
Fix float comparison
8 years ago
Yuchen Zeng
a2ca7247ae
Add max_connection_age jitter
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
eb0e34f736
Convert everything to new encode API
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
ad286c35da
Merge github.com:grpc/grpc into minimal
8 years ago
Craig Tiller
83f7b9559c
Starting the encode path
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