Commit Graph

592 Commits

Author SHA1 Message Date
Craig Tiller fab2764413 Merge pull request #2242 from a-veitch/external_api_2
add client side census context
2015-07-07 21:46:10 -07:00
Craig Tiller bdfd8976e1 Merge github.com:grpc/grpc into tis-but-thy-name 2015-07-06 07:10:34 -07:00
Craig Tiller d1dd3a68a2 Merge pull request #2117 from dgquintas/bb_from_bbreader
Introduced function to create byte buffers from the output of a byte buffer reader.
2015-07-05 13:30:39 -07:00
Craig Tiller ae65f1a212 Remove random includes of windows.h
Instead, include a stanza in port_platform.h that:
- gets windows.h included
- defines things that we needs to define
- tries to respect applications configurations by leaving things as
untouched as possible
2015-07-01 11:23:59 -07:00
Alistair Veitch e2aa487936 review changes 2015-07-01 02:00:32 -07:00
Craig Tiller 079a11bb9b clang-format affected files 2015-06-30 10:07:15 -07:00
Craig Tiller 11bf14ec33 Trip through transient failure on disconnection 2015-06-29 16:35:41 -07:00
Alistair Veitch fc62dddd1c add client side census context 2015-06-29 02:52:46 -07:00
Craig Tiller 1107558558 Merge github.com:grpc/grpc into tis-but-thy-name 2015-06-28 16:03:51 -07:00
Masood Malekghassemi b70b70956d Clarify caller contract for grpc_call_start_batch 2015-06-26 16:25:11 -07:00
Craig Tiller 3f475422ec chop chop chop 2015-06-25 10:43:05 -07:00
Craig Tiller 6e8c7e87ef Merge github.com:grpc/grpc into oops-i-split-it-again 2015-06-25 08:52:40 -07:00
Craig Tiller d13794332c Merge github.com:grpc/grpc into oops-i-split-it-again 2015-06-24 08:48:14 -07:00
Nicolas "Pixel" Noble d8c04b3603 std::function is no longer implicitly included. Fixing this. 2015-06-24 02:33:08 +02:00
yang-g adfed03146 Add missing headers to build.json 2015-06-23 13:01:22 -07:00
Yang Gao 253aaa6b10 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs
Remove Protobuf dependency for C++
2015-06-23 10:05:20 -07:00
Craig Tiller 949b6ee796 Merge github.com:grpc/grpc into oops-i-split-it-again 2015-06-23 09:26:21 -07:00
Craig Tiller f8fedc43d7 Merge pull request #2141 from murgatroid99/core_support_conversion_warnings
Fix integer conversion warnings in src/core/support
2015-06-23 09:21:11 -07:00
Craig Tiller aa555df7ee Merge pull request #2175 from yang-g/constness
Add const to ByteBuffer methods and add tests
2015-06-23 07:54:19 -07:00
Yang Gao 89c5a56233 Add const to ByteBuffer methods and add tests 2015-06-22 16:31:11 -07:00
Jan Tattermusch 4bf27c5456 Merge branch 'master' of github.com:grpc/grpc into jtattermusch-patch-3 2015-06-22 14:24:59 -07:00
Jan Tattermusch aadc13adc0 clarify grpc_call_start_batch thread safety. 2015-06-22 12:25:55 -07:00
Craig Tiller 026e600b5b Update to set flags=0 on all ops 2015-06-22 11:41:14 -07:00
Craig Tiller 3de4b47e2b Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs 2015-06-22 10:51:35 -07:00
Craig Tiller e9fad15b0b Remove redundant decls 2015-06-22 10:49:02 -07:00
David Garcia Quintas 432885b1bd Merge branch 'master' of github.com:grpc/grpc into bb_from_bbreader 2015-06-19 16:30:29 -07:00
murgatroid99 04a0395670 Added casts to a macro 2015-06-19 16:20:50 -07:00
Craig Tiller 40ecfaf061 Merge github.com:grpc/grpc into oops-i-split-it-again 2015-06-19 15:56:41 -07:00
Craig Tiller ee6efaea4f Merge pull request #2132 from soltanmm/whats-up-doc
Clarify behavior of grpc_server_register_completion_queue
2015-06-19 15:50:10 -07:00
Craig Tiller ab67485ff0 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs 2015-06-19 15:32:52 -07:00
Masood Malekghassemi aeb1a9fab6 Clarify behavior of grpc_server_register_completion_queue 2015-06-18 16:24:41 -07:00
Craig Tiller ac45370a13 Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again 2015-06-18 08:19:17 -07:00
David Garcia Quintas 3df5c44c84 Introduced function to create byte buffers from the output of a byte buffer reader. 2015-06-17 18:33:24 -07:00
Craig Tiller b6b3015a84 Merge github.com:grpc/grpc into we-dont-need-no-backup
Conflicts:
	include/grpc/compression.h
2015-06-17 17:27:50 -07:00
Craig Tiller 4ec433741a Merge pull request #2071 from dgquintas/compression-levels
Introduced compression levels as an abstraction for the actual algorithm
2015-06-17 17:21:09 -07:00
Masood Malekghassemi 7128a90cc4 Document core behavior w.r.t. argument lifetimes
Also clean up some excess whitespace and make some notes about ownership.
2015-06-17 13:18:33 -07:00
Craig Tiller 4d80f23109 Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again 2015-06-17 10:26:30 -07:00
Craig Tiller 9a57633233 clang-format affected files 2015-06-17 10:21:49 -07:00
Craig Tiller c851625fa4 Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again 2015-06-17 10:12:42 -07:00
Craig Tiller bf8ac3f406 Merge branch 'you-complete-me' into we-dont-need-no-backup 2015-06-17 09:15:48 -07:00
Craig Tiller 2622ddbcfd Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs
Conflicts:
	include/grpc++/async_unary_call.h
	include/grpc++/config.h
	include/grpc++/config_protobuf.h
	include/grpc++/impl/service_type.h
	include/grpc++/stream.h
	src/cpp/common/call.cc
2015-06-16 17:30:26 -07:00
Craig Tiller 48dd6bfb53 Merge github.com:grpc/grpc into you-complete-me 2015-06-16 17:18:34 -07:00
Craig Tiller ddd389a149 Merge github.com:grpc/grpc into we-dont-need-no-backup 2015-06-16 17:14:43 -07:00
Craig Tiller bd6d3d0499 Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup 2015-06-16 17:08:30 -07:00
Craig Tiller 4b01f6e085 Merge branch 'you-complete-me' into we-dont-need-no-backup
Conflicts:
	src/python/src/grpc/_adapter/_c/utility.c
2015-06-16 17:08:06 -07:00
Nicolas Noble 32f020ae2a Merge pull request #2079 from yang-g/statusChange
Update the Status API
2015-06-16 13:12:33 -07:00
David Garcia Quintas cc6c43c496 Exposed compression level in channel arguments (C and C++) 2015-06-16 11:35:41 -07:00
Yang Gao c1a2c314fb Update the Status API 2015-06-16 10:59:46 -07:00
David Garcia Quintas 4d9414064e Merge branch 'master' of github.com:grpc/grpc into flags-abi 2015-06-15 23:53:27 -07:00
David Garcia Quintas e29feb2adb Introduced compression levels as an abstraction for the actual algorithm. 2015-06-15 18:09:46 -07:00