Craig Tiller
106df11093
Merge github.com:grpc/grpc into grand-unified-closures
2016-08-04 09:22:34 -07:00
Nicolas Noble
eedc335580
Merge pull request #5803 from nicolasnoble/what-the-fuzz
...
Fixing json parsing issues detected by libfuzz.
2016-08-03 10:26:48 -07:00
kpayson64
5e1fbd2061
Merge pull request #7370 from rjshade/move_timeout_encoding
...
Move timeout_encoding to core/lib/transport
2016-08-02 16:20:01 -07:00
Nicolas "Pixel" Noble
18c71117b0
Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz
2016-08-02 23:15:44 +02:00
kpayson64
329d6473db
Merge pull request #6774 from a-veitch/add_resource
...
Add Census resource API and implementation.
2016-08-02 12:46:43 -07:00
kpayson64
212a03ea1d
Merge pull request #7024 from markdroth/filter_call_init_failure
...
Extend filter API to allow call initialization to return an error.
2016-08-02 12:44:29 -07:00
kpayson64
52f3b67be0
Merge pull request #7601 from dgquintas/census_stuff
...
Changed census static metadata keys for tracing and tag propagation
2016-08-02 12:39:50 -07:00
Mark D. Roth
cca4a199e7
Fix destroy_call_elem API in test.
2016-08-02 10:36:53 -07:00
Mark D. Roth
6e26952db4
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
2016-08-02 10:05:17 -07:00
David Garcia Quintas
52c54e3c3b
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
2016-08-01 19:42:55 -07:00
David Garcia Quintas
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
2016-08-01 17:06:43 -07:00
David Garcia Quintas
54fe31a779
clang-format
2016-08-01 14:56:26 -07:00
David Garcia Quintas
62105352be
Merge branch 'master' of github.com:grpc/grpc into lr_july_16
2016-08-01 14:52:02 -07:00
David Garcia Quintas
87e06c84fd
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
2016-08-01 11:02:22 -07:00
David Garcia Quintas
4166cb06ea
Addressed the rest of the PR comments
2016-07-29 14:38:25 -07:00
Vijay Pai
818564cc2b
Merge pull request #7459 from nicolasnoble/udp_test_bitrot
...
Fixing udp test bitrotting.
2016-07-27 09:17:13 -07:00
Mark D. Roth
05d73af3d1
Fixed asan failure and some refcounting bugs.
2016-07-27 15:52:46 +00:00
David Garcia Quintas
fa30de9b39
removed some bits from invalid LR design
2016-07-26 19:52:13 -07:00
Alistair Veitch
8c7618e88d
Fix memory overwrite in proto decding; fix test for windows
2016-07-26 10:30:36 -07:00
Robbie Shade
43b633d54f
Merge branch 'master' into move_timeout_encoding
2016-07-26 07:44:10 -04:00
Craig Tiller
3e426718f0
Merge github.com:grpc/grpc into grand-unified-closures
2016-07-24 13:00:57 -07:00
murgatroid99
316f73f6c1
Merge v1.0.x into master
2016-07-22 11:00:34 -07:00
Alistair Veitch
3abd27e531
merge to upstream/master
2016-07-21 17:29:04 -07:00
Mark D. Roth
e7ab720331
clang-format
2016-07-21 11:02:48 -07:00
Sanjay Ghemawat
fca59fb2aa
Add gpr_slice_new_with_user_data.
...
gpr_slice_new_with_user_data is like gpr_slice_new, but allows the
caller to specify a distinct pointer to pass to the destroy function.
This is useful when the data is part of a larger data structure that
should be destroyed when the data is no longer needed.
2016-07-21 09:32:06 -07:00
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
2016-07-19 09:25:49 -07:00
Mark D. Roth
b5f32f0aad
Add test filter right before connected channel filter.
2016-07-19 08:36:52 -07:00
Robbie Shade
53826511f9
Merge branch 'master' into move_timeout_encoding
2016-07-19 10:25:07 -04:00
Nicolas "Pixel" Noble
cede7748bb
Fixing udp test bitrotting.
2016-07-19 01:52:36 +02:00
Mark D. Roth
44a2f25667
s/MAX_INT/INT_MAX/
2016-07-18 14:13:31 -07:00
Craig Tiller
9d01848ef2
Fixes
2016-07-18 08:53:49 -07:00
Mark D. Roth
51d0022448
Change priority for adding the filter in the filter_call_init_fails test.
2016-07-15 09:12:26 -07:00
Mark D. Roth
d60b91dde0
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
2016-07-15 08:54:50 -07:00
David Garcia Quintas
7c3ba12813
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
2016-07-14 14:13:41 -07:00
David Garcia Quintas
824363dc2f
Simplified LR filter
2016-07-13 23:48:20 -07:00
kpayson64
cb6d26afd0
Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg
...
Remove unnecessary "Failed parsing HTTP2" detail
2016-07-13 14:03:46 -07:00
Robbie Shade
710d242e89
Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport
2016-07-13 15:15:38 -04:00
Craig Tiller
da3ec2a836
Merge branch 'delayed-write' into grand-unified-closures
2016-07-13 08:47:28 -07:00
Craig Tiller
89a717f615
Merge github.com:grpc/grpc into delayed-write
2016-07-13 08:43:31 -07:00
kpayson64
286ff57ffd
Merge pull request #7248 from yang-g/server_test
...
Initialize variable.
2016-07-12 18:59:13 -07:00
yang-g
7ace180dde
Use test roots.pem in test
2016-07-13 02:43:26 +02:00
Mark D. Roth
6f6f59ae4b
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
2016-07-12 14:10:47 -07:00
Craig Tiller
824c234de8
Merge github.com:grpc/grpc into delayed-write
2016-07-12 09:36:26 -07:00
yang-g
48e5562051
Merge remote-tracking branch 'upstream/master' into server_test
2016-07-12 08:34:50 -07:00
yang-g
408ef6bf25
Merge remote-tracking branch 'upstream/master' into sequential_con
2016-07-12 08:33:39 -07:00
David Garcia Quintas
04fae26cf6
fixed leaks in test
2016-07-12 00:29:40 -07:00
David Garcia Quintas
b5c9334ae6
discount grpc framing bytes
2016-07-11 23:51:11 -07:00
David Garcia Quintas
6eee24cfaf
fixed failures in h2_proxy
2016-07-11 22:56:50 -07:00
David Garcia Quintas
b395c9e278
Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16
2016-07-11 22:20:42 -07:00
Nicolas Noble
2b98c8838d
Merge pull request #7291 from ctiller/better_status
...
Make it more likely to correctly report deadline exceeded
2016-07-11 17:58:47 -07:00