aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Expand)AuthorAge
* Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
* Add an explicit void 2nd parameter to invocation of SerializationTraitsGravatar Vijay Pai2017-10-13
* Fix param annotation for AddListeningPort()Gravatar Anna Sapek2017-10-10
* Readd grpclb fallbackGravatar Juanli Shen2017-09-27
* Add unary call mode to GenericStub to allow generic RPC with 1 CQ tripGravatar Vijay Pai2017-09-21
* Base the new SerializationTraits API on implicit type conversion rather than ...Gravatar Vijay Pai2017-09-21
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...Gravatar Vijay Pai2017-09-21
* Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
* Revert "Add fallback (use backends from resolver if can't reach balancer) to ...Gravatar Ken Payson2017-09-13
* Merge pull request #12187 from AspirinSJL/lb_fallbackGravatar Juanli Shen2017-09-13
|\
* | Comment that IPv6 Any accepts both IPv4 and IPv6 connections.Gravatar K.K. Yap2017-09-11
| * Add fallback (use backends from resolver if can't reach balancer) to grpclb.Gravatar Juanli Shen2017-09-11
* | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-08
|\|
| * Merge pull request #12372 from vjpai/armalarmadingdongGravatar Vijay Pai2017-09-07
| |\
| * | Specify that ServerCompletionQueue must be drained.Gravatar Vijay Pai2017-09-07
* | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
|\| |
| | * Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
| |/
| * Correct spelling of 'client'.Gravatar Blair Kutzman2017-09-05
* | C++ API for write-throughGravatar Craig Tiller2017-09-01
|/
* Clang_formatGravatar Ken Payson2017-08-30
* Have write ops take ownership over slicesGravatar Ken Payson2017-08-29
* Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
|\
* \ Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
|\ \
| | * Delete deprecated constructor and CallOpSetCollectionInterfaceGravatar Vijay Pai2017-08-11
| |/
| * Add Slice constructors to match all grpc_slice casesGravatar Vijay Pai2017-08-04
| * Revert "Reintroduce a lambda capture as part of C++11-izing code"Gravatar Jan Tattermusch2017-08-03
* | Merge branch 'master' into stream_compression_configGravatar Muxi Yan2017-08-02
|\|
| * Add a default delete override for the interfaceGravatar yang-g2017-08-02
* | Modify C++ and Objective C to initialize maybe_stream_compression_levelGravatar Muxi Yan2017-07-27
|/
* Remove a follow-on internal that was added post-internalization, keep the tem...Gravatar Vijay Pai2017-07-25
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
* Fix error in Doxygen comment.Gravatar hxcan.cai2017-07-24
* Merge pull request #11870 from vjpai/sliceGravatar Vijay Pai2017-07-18
|\
* \ Merge pull request #11454 from markdroth/server_cq_ok_semanticsGravatar Mark D. Roth2017-07-18
|\ \
| | * Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| |/ |/|
* | Merge pull request #11145 from vjpai/inproc3Gravatar Vijay Pai2017-07-15
|\ \
| * | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
| | * Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| |/
* / Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
|/
* Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\
* | Partial revert of https://github.com/grpc/grpc/pull/10743Gravatar ncteisen2017-07-12
* | Merge pull request #11738 from mehrdada/canonica-urlsGravatar Mehrdad Afshari2017-07-11
|\ \
* \ \ Merge pull request #11731 from yang-g/cpp_is_hardGravatar Yang Gao2017-07-11
|\ \ \
* \ \ \ Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ \ \ \
* | | | | Revert "Reduce server memory usage"Gravatar Ken Payson2017-07-10
| | | * | Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
| |_|/ / |/| | |
| * | | Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
|/ / /
| * | second tryGravatar yang-g2017-07-10
| * | Unref the call first in case the collection is still used in callGravatar yang-g2017-07-10
|/ /
* | Use pointer to avoid assignment and race.Gravatar yang-g2017-07-08