Jorge Canizales
|
3df9bdf880
|
Update generated files with new protobuf version
Also make the script fetch protoc from the usual place.
|
2016-08-03 10:48:23 -07:00 |
Nicolas Noble
|
5a36325896
|
Merge pull request #7502 from dgquintas/cpp_compression_level
C++ Compression Level set properly
|
2016-07-28 18:32:25 -07:00 |
yang-g
|
807387641f
|
prevent spurious wake up and unstarted/already shutdown server
|
2016-07-14 22:59:39 -07:00 |
yang-g
|
05573f1692
|
Make Server::Wait work for async only server.
|
2016-07-13 22:23:19 -07:00 |
David Garcia Quintas
|
f2e20c2d8c
|
Merge branch 'master' of github.com:grpc/grpc into bb_reader_error
|
2016-07-06 15:34:42 -07:00 |
David Garcia Quintas
|
6721d4f0f1
|
Return success status of grpc_byte_buffer_reader
|
2016-06-30 17:30:08 -07:00 |
David Garcia Quintas
|
314d3350d9
|
removed unused version of status_code_enum.h
|
2016-06-30 09:51:02 -07:00 |
Jan Tattermusch
|
3901ceed6a
|
Merge pull request #6947 from vjpai/async_stream_doc
Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
|
2016-06-24 10:16:30 -07:00 |
Bill Clarke
|
c072c927a8
|
Const correctness for ClientContext and ServerContext getters
|
2016-06-22 17:07:00 -07:00 |
vjpai
|
bd28936c86
|
Properly handle reviewer comment re concurrent Read
|
2016-06-21 18:03:37 -07:00 |
vjpai
|
ef01edf5b7
|
Fix review comments
|
2016-06-21 16:42:08 -07:00 |
vjpai
|
1d9b1e9640
|
Merge branch 'master' into async_stream_doc
|
2016-06-21 16:32:13 -07:00 |
vjpai
|
7b4dc532dd
|
Stop using global namespace on a template param
|
2016-06-17 15:55:00 -07:00 |
vjpai
|
b9df2760ed
|
Add proper documentation of ordering and thread-safety for
streaming (sync and async) APIs
|
2016-06-17 00:27:00 -07:00 |
Vijay Pai
|
90460fadf6
|
Digraph
|
2016-06-16 00:28:57 -07:00 |
Vijay Pai
|
b9e927afcc
|
Merge branch 'master' into wheezy
|
2016-06-15 22:57:21 -07:00 |
Vijay Pai
|
20bf126da6
|
clang-format
|
2016-06-15 22:21:48 -07:00 |
Vijay Pai
|
a63271c77f
|
Deal with to_string, proper usage of nullptr, and lack of map::emplace
|
2016-06-15 12:56:38 -07:00 |
Vijay Pai
|
06ea541ed9
|
Provide nullptr->std::function cast
|
2016-06-15 10:57:50 -07:00 |
David Garcia Quintas
|
058c9de8b2
|
Added to server's shutdown docstrings
|
2016-06-13 19:04:43 -07:00 |
Jan Tattermusch
|
136307756c
|
Merge pull request #6438 from y-zeng/reflection_separate_lib
Proto server reflection
|
2016-06-13 14:16:06 -07:00 |
vjpai
|
97da6473b4
|
Manual clang-format
|
2016-06-13 09:56:26 -07:00 |
Vijay Pai
|
15855f3e7f
|
Switch server builder plugin API to something that will work with gcc4.4
|
2016-06-10 12:25:32 -07:00 |
Vijay Pai
|
ce350a5925
|
override->GRPC_OVERRIDE
Remove range-based fors
|
2016-06-09 17:22:35 -07:00 |
Jan Tattermusch
|
1bc2976a0f
|
Merge pull request #6481 from dgquintas/compression_md_level_bis
Allow servers to select compression level via initial MD & overall compression cleanup
|
2016-06-08 19:17:20 -07:00 |
Jan Tattermusch
|
b81f172206
|
Merge pull request #6610 from xyzzyz/external_fd_fresh
Add support for communication using existing FD (for client and server)
|
2016-06-08 19:16:40 -07:00 |
Jan Tattermusch
|
b17e25ce94
|
Merge pull request #6649 from dgquintas/core_codegen_be_public
moved core_codegen from src/cpp/... to include/grpc++/...
|
2016-06-08 13:16:55 -07:00 |
Jan Tattermusch
|
026dfe60a5
|
Merge pull request #6820 from mdsteele/server-async
Add interfaces for ServerAsyncReader/Writers
|
2016-06-08 13:11:30 -07:00 |
Matthew D. Steele
|
080749e8ba
|
Add interfaces for ServerAsyncReader/Writers
|
2016-06-08 10:37:23 -04:00 |
David Garcia Quintas
|
533add5a87
|
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
|
2016-06-07 21:21:27 -07:00 |
David Garcia Quintas
|
cf41d19a9e
|
clang-format
|
2016-06-07 21:05:43 -07:00 |
David Garcia Quintas
|
dd385b6a19
|
Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public
|
2016-06-07 18:51:36 -07:00 |
David Garcia Quintas
|
30fb536053
|
PR comments (offline).
|
2016-06-07 16:24:17 -07:00 |
Adam Michalik
|
4ad746e4e0
|
clang-format, fix headers, windows fixes
|
2016-06-07 15:09:19 -07:00 |
Adam Michalik
|
b97e2d145e
|
Add C++ support for using external FD
|
2016-06-07 15:09:19 -07:00 |
Yuchen Zeng
|
d23710787b
|
Merge remote-tracking branch 'upstream/master' into reflection_separate_lib
|
2016-06-07 15:00:52 -07:00 |
Jan Tattermusch
|
570408fd4c
|
Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call
Let Next set ok=true when receiving error status
|
2016-06-07 10:54:02 -07:00 |
Yuchen Zeng
|
7ae31a8898
|
Add more comments, fix format issues
|
2016-06-06 14:35:51 -07:00 |
Yuchen Zeng
|
0601df3a04
|
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
|
2016-06-06 13:08:06 -07:00 |
yang-g
|
17487f9a22
|
Make grpc++ independent of protobuf
|
2016-06-03 15:21:15 -07:00 |
David Garcia Quintas
|
55c08f81cf
|
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
|
2016-06-03 14:18:01 -07:00 |
Yuchen Zeng
|
3623dc5cdd
|
Move protobuf dependencies to config_protobuf.h
|
2016-06-03 13:41:46 -07:00 |
yang-g
|
15759f610e
|
Let Next set ok=true when receiving error status
|
2016-06-01 11:21:27 -07:00 |
David Garcia Quintas
|
a20a2ad41b
|
moved core_codegen from src/cpp/... to include/grpc++/...
|
2016-05-19 11:02:01 -07:00 |
Craig Tiller
|
9766f4f424
|
Merge github.com:grpc/grpc into test_affine
|
2016-05-18 16:55:35 -07:00 |
David Garcia Quintas
|
697a41f682
|
fixes to grpc++/impl/codegen/call.h
|
2016-05-18 15:26:42 -07:00 |
David Garcia Quintas
|
8f7365021f
|
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
|
2016-05-18 10:29:57 -07:00 |
Jan Tattermusch
|
057a2f8f7c
|
Merge pull request #6445 from yang-g/unique_ptr_reset
Add an explicit base class pointer to avoid potential breakage.
|
2016-05-18 07:30:06 -07:00 |
David Garcia Quintas
|
2d02456e78
|
got rid of grpc_compression_options
|
2016-05-17 23:24:39 -07:00 |
Craig Tiller
|
1102faffca
|
Merge branch 'connect_first' into test_affine
|
2016-05-14 13:27:02 -07:00 |