aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2015-08-21headers reorgyang-g
2015-08-19Remove ChannelInterface and replace it with Channelyang-g
2015-05-14support per call credentials in c++Yang Gao
2015-04-24Merge branch 'master' of github.com:grpc/grpc into the-purge-2Nicolas "Pixel" Noble
2015-04-24Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all t...Yang Gao
2015-04-24Merge branch 'master' of github.com:grpc/grpc into the-purge-2Nicolas "Pixel" Noble
2015-04-15Wrap ParseCommandLineFlags in InitTestYang Gao
2015-04-15Remove outdated protosYang Gao
2015-04-11Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Nicolas "Pixel" Noble
2015-04-09Splitting gRPC service class codegen into its own set of files.Nicolas "Pixel" Noble
2015-04-08Removing a few more references to #include <chrono>Nicolas "Pixel" Noble
2015-03-25clang-format c++ code under examplesYang Gao
2015-03-25Clean up unneeded includes and remove shutdown protobuf libraryYang Gao
2015-03-19Various Windows fixes.Nicolas Noble
2015-03-03Compile fixCraig Tiller
2015-03-03Merge github.com:grpc/grpc into creditCraig Tiller
2015-03-02Merge remote-tracking branch 'upstream/master' into pubsubYang Gao
2015-03-02Merge github.com:grpc/grpc into creditCraig Tiller
2015-03-01Guard headers tool.Nicolas "Pixel" Noble
2015-02-27remove debug bitsYang Gao
2015-02-27Redo #817. Update pubsub example channel creation and credentialsYang Gao
2015-02-26Make it possible to compile with gcc4.6Craig Tiller
2015-02-26Merge github.com:grpc/grpc into creditCraig Tiller
2015-02-25Update READMEAbhishek Kumar
2015-02-23s/CreateChannel/CreateChannelDeprecatedCraig Tiller
2015-02-23Update C++ server with new core APICraig Tiller
2015-02-20clean up some internal path and namesYang Gao
2015-02-19Merge pull request #638 from vjpai/expecteqCraig Tiller
2015-02-20Making the usage of gflags uniform across distributions.Nicolas "Pixel" Noble
2015-02-20Fixing gflags' include path.Nicolas "Pixel" Noble
2015-02-19EXPECT_EQ Mac issue...vjpai
2015-02-18Add missing new-lines at end of fileCraig Tiller
2015-02-18Add missing new-lines at end of fileCraig Tiller
2015-02-18Update copyright to 2015Craig Tiller
2015-02-18Merge github.com:grpc/grpc into copyrightCraig Tiller
2015-02-16Add proto copyrightsCraig Tiller
2015-02-13Merge github.com:grpc/grpc into c++apiCraig Tiller
2015-02-12Rename examples/tips to examples/pubsubChen wang
2015-02-09Fixup callers with new apiCraig Tiller
2015-02-09Fixup callers with new apiCraig Tiller
2015-02-06Few minor fixes.Nicolas "Pixel" Noble
2015-02-03Only add project_id for GCE command line.Chen Wang
2015-02-03Need project_id from argument to run the client correctly.Chen Wang
2015-02-03Add READMEChen Wang
2015-02-03change stringstream to ostringstream.Chen Wang
2015-02-03change stringstream to ostringstream.Chen Wang
2015-02-03fixed typos and add ListTopics implementation.Chen Wang
2015-02-02Impelment full logic of publish and subcribe.Chen Wang
2015-02-01Add Pull method to subscriberChen Wang
2015-01-30Implement both Publisher and Subscriber.Chen Wang