aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
* make server tolerate deserialization failureGravatar Yang Gao2015-05-04
|
* merge with headGravatar Yang Gao2015-05-01
|\
| * Merge pull request #1397 from ctiller/delete-the-old-apiGravatar Yang Gao2015-05-01
| |\ | | | | | | Delete the old api
* | | Expose max message size at the server sideGravatar Yang Gao2015-04-30
| | |
| * | Fix for a crash seen in the wildGravatar Craig Tiller2015-04-30
| | |
| | * Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-04-30
| |/| | | | | | | | | | delete-the-old-api
| | * Hack to get Mac end2end test workingGravatar Craig Tiller2015-04-29
| | |
| * | Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition.
| * | Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| |\ \ | |/ / |/| |
| * | Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
* | | Merge pull request #1386 from ctiller/cxxGravatar Yang Gao2015-04-28
|\ \ \ | | | | | | | | Mac C++ compile fix
| | | * Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-28
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #1378 from nicolasnoble/vs2010Gravatar Craig Tiller2015-04-28
|\ \ \ \ | |_|/ / |/| | | Few VS2010 fixes.
| | * | Mac C++ compile fixGravatar Craig Tiller2015-04-27
| |/ / |/| |
| | * Mac C++ compile fixGravatar Craig Tiller2015-04-27
| | |
| * | Few VS2010 fixes.Gravatar Nicolas Noble2015-04-28
| | | | | | | | | | | | | | | | | | | | | -) = delete isn't supported. Moving destructor out of scope. -) variadic templates aren't supported. Replacing emplace_back's construction. -) C++11's {} inline construction isn't supported. Adding temporary variables. -) std::list<> can't work on a non-declared class. Changing to a raw pointer.
* | | Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
|/ /
| * Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
|/
* Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
|\ | | | | Refactoring std::chrono out.
* \ Merge pull request #1359 from a11r/cc2Gravatar Yang Gao2015-04-24
|\ \ | | | | | | Test client stream cancellation and fix bug exposed by the test.
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ | |_|/ |/| | | | | | | | Conflicts: include/grpc++/completion_queue.h
* | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | | | | | the tests to init/shutdown free.
| | * Adressing comments.Gravatar Nicolas "Pixel" Noble2015-04-24
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ | |_|/ |/| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters
| * | Test client stream cancellation and fix bug exposed by the test.Gravatar Abhishek Kumar2015-04-23
|/ /
* | Remove an extra unrefGravatar Yang Gao2015-04-21
| |
* | clang-formatGravatar Craig Tiller2015-04-16
| |
* | Use channel tags to call methodsGravatar Craig Tiller2015-04-16
| |
* | Populate channel tags for methodsGravatar Craig Tiller2015-04-16
| |
* | Add facility to register methods in C++Gravatar Craig Tiller2015-04-16
| |
* | Make RpcMethod constructor take all argsGravatar Craig Tiller2015-04-16
| |
* | Fix some name choicesGravatar Vijay Pai2015-04-15
| |
* | Mark creation of call, performing ops on channelGravatar Vijay Pai2015-04-15
| |
* | Add client-side marks for proto processing.Gravatar Vijay Pai2015-04-15
| | | | | | | | Need to go in and fill in tag later
* | Mark proto ser/deser on server sideGravatar Vijay Pai2015-04-15
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
| |\ | |/ |/| | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc
* | Addressing comments.Gravatar Julien Boeuf2015-04-10
| |
* | Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09
| |
| * Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
|
* Starting off by removing all offending headers.Gravatar Nicolas "Pixel" Noble2015-04-03
|
* resolve commentGravatar Yang Gao2015-04-02
|
* Bug fix. User can destroy status after calling Finish and we should keep a ↵Gravatar Yang Gao2015-04-02
| | | | copy of it instead of a pointer
* Merge branch 'master' into cancelGravatar Yang Gao2015-03-30
|\
| * merge upstream and resolve conflictGravatar Yang Gao2015-03-26
| |\
| | * Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4Gravatar vjpai2015-03-25
| | |\
| | * | Remove lambda expression being used in grpc C++ libraryGravatar vjpai2015-03-25
| | | |
| | * | Revert "Remove lambda expression to support older compilers"Gravatar Vijay Pai2015-03-25
| | | | | | | | | | | | | | | | This reverts commit 5d5b1d8c8ec4c578f72a12f5b81f705764cdf804.
| | * | Remove lambda expression to support older compilersGravatar vjpai2015-03-25
| | | |
| | | * Merge pull request #1133 from yang-g/cleanupGravatar Nicolas Noble2015-03-25
| | | |\ | | | | | | | | | | clean up