aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
...
| * De-C++11-ificationGravatar Craig Tiller2015-03-02
| |
| * De-C++11-ificationGravatar Craig Tiller2015-03-02
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
| |\ | |/ |/|
* | Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| |
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
| |\ | |/ |/|
* | Add Server.WaitGravatar Craig Tiller2015-02-24
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
| |\ | |/ |/| | | | | | | | | | | | | | | | | Conflicts: examples/pubsub/publisher_test.cc examples/pubsub/subscriber_test.cc include/grpc++/create_channel.h src/cpp/client/create_channel.cc test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/util/create_test_channel.cc
* | Merge github.com:google/grpc into deprecate-c++Gravatar Craig Tiller2015-02-23
|\ \ | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc
| * | Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
| | |
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
| | |\ | | |/ | |/|
* | | s/CreateChannel/CreateChannelDeprecatedGravatar Craig Tiller2015-02-23
| | | | | | | | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out.
| * | Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
|/ / | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
| * Remove dynamic_castGravatar Craig Tiller2015-02-23
| |
| * Update C++ server with new core APIGravatar Craig Tiller2015-02-23
| | | | | | | | And reflects the C++ API in ServerBuilder.
| * Credentials prototypingGravatar Craig Tiller2015-02-23
|/ | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2Gravatar Mugur Marculescu2015-02-19
|\ | | | | Jayantkolhe patch 2 - Many documentation updates.
| * Create README.mdGravatar Jayant Kolhe2015-02-19
| |
* | Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
|\ \ | | | | | | Mac build is now ready
| * | Some compilers expect class SyncRequest to be declared fully and not justGravatar vjpai2015-02-18
| | | | | | | | | | | | | | | | | | forward-declared before the constructor for Server because this is needed to manage exception handling for the class std::list that is templated on SyncRequest
* | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\| |
* | | Simplify TryPluckGravatar Craig Tiller2015-02-18
| | |
* | | Move header #includeGravatar Craig Tiller2015-02-18
| | |
| * | Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
| |\ \ | | | | | | | | Async client api change. Add a ClientAsyncResponseReader.
| | * | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵Gravatar Yang Gao2015-02-18
| | | | | | | | | | | | | | | | similar to streaming and symmetric to server side.
* | | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\| | |
* | | | Server side cancellation receive supportGravatar Craig Tiller2015-02-18
| | | |
| * | | Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| | | |
* | | | Initial sketchGravatar Craig Tiller2015-02-18
| |/ / |/| |
| * | Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/ /
* | Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18
| |
* | also set got_messageGravatar Yang Gao2015-02-17
| |
* | When the entire op fails, the recv_message is always discarded.Gravatar Yang Gao2015-02-17
| |
* | Clear receive message buffer when adding it, so that any reused buffer will ↵Gravatar Yang Gao2015-02-17
| | | | | | | | not appear when decoding fails.
* | Deserialization success should not override earlier failureGravatar Yang Gao2015-02-17
| |
* | formattingGravatar Yang Gao2015-02-17
| |
* | should use c_strGravatar Yang Gao2015-02-17
| |
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-17
|\ \
* | | Add setter to override authority header on ClientContextGravatar Yang Gao2015-02-17
| | |
| * | Fix ASSERT conditionGravatar Craig Tiller2015-02-17
|/ /
* | clang-formatGravatar Craig Tiller2015-02-17
| |
* | Add missing APIs and a first metadata test, and test passesGravatar Yang Gao2015-02-13
| |
* | change AddRecvMessage signatureGravatar Yang Gao2015-02-12
| |
* | allow null got_messageGravatar Yang Gao2015-02-12
| |
* | FixesGravatar Craig Tiller2015-02-12
| |
* | implement async unary callGravatar Yang Gao2015-02-12
| |
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-12
|\ \
* | | fix sync unary call with metadata piecesGravatar Yang Gao2015-02-12
| | |
| * | Fix end2end leaksGravatar Craig Tiller2015-02-12
|/ /
* | Merge pull request #13 from yang-g/c++apiGravatar Craig Tiller2015-02-12
|\ \ | | | | | | Make codegen generate async client calls