aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* 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.
* | 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
| * Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
| |
| * Remove outdated protosGravatar Yang Gao2015-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
| * Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
| |
* | Removing a few more references to #include <chrono>Gravatar Nicolas "Pixel" Noble2015-04-08
|/
* clang-format c++ code under examplesGravatar Yang Gao2015-03-25
|
* Clean up unneeded includes and remove shutdown protobuf libraryGravatar Yang Gao2015-03-25
|
* Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* Compile fixGravatar Craig Tiller2015-03-03
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\ | | | | | | | | Conflicts: examples/pubsub/main.cc
| * Merge remote-tracking branch 'upstream/master' into pubsubGravatar Yang Gao2015-03-02
| |\
* | \ Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\ \ \ | | |/ | |/|
| * | Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| | |
| | * remove debug bitsGravatar Yang Gao2015-02-27
| | |
| | * Redo #817. Update pubsub example channel creation and credentialsGravatar Yang Gao2015-02-27
| |/
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
|\|
| * Update READMEGravatar Abhishek Kumar2015-02-25
| |
| * 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.
* | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
|/ | | | And reflects the C++ API in ServerBuilder.
* clean up some internal path and namesGravatar Yang Gao2015-02-20
|
* Merge pull request #638 from vjpai/expecteqGravatar Craig Tiller2015-02-19
|\ | | | | EXPECT_EQ sign issue...
* | Making the usage of gflags uniform across distributions.Gravatar Nicolas "Pixel" Noble2015-02-20
| |
* | Fixing gflags' include path.Gravatar Nicolas "Pixel" Noble2015-02-20
| |
| * EXPECT_EQ Mac issue...Gravatar vjpai2015-02-19
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-18
|\
* | Add proto copyrightsGravatar Craig Tiller2015-02-16
| |
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-13
| |\ | |/ |/| | | | | Conflicts: Makefile
* | Rename examples/tips to examples/pubsubGravatar Chen wang2015-02-12
| |
| * Fixup callers with new apiGravatar Craig Tiller2015-02-09
| |
| * Fixup callers with new apiGravatar Craig Tiller2015-02-09
|/
* Few minor fixes.Gravatar Nicolas "Pixel" Noble2015-02-06
| | | | | Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason.
* Only add project_id for GCE command line.Gravatar Chen Wang2015-02-03
|
* Need project_id from argument to run the client correctly.Gravatar Chen Wang2015-02-03
|
* Add READMEGravatar Chen Wang2015-02-03
|
* change stringstream to ostringstream.Gravatar Chen Wang2015-02-03
|
* change stringstream to ostringstream.Gravatar Chen Wang2015-02-03
|
* fixed typos and add ListTopics implementation.Gravatar Chen Wang2015-02-03
|
* Impelment full logic of publish and subcribe.Gravatar Chen Wang2015-02-02
|
* Add Pull method to subscriberGravatar Chen Wang2015-02-01
|
* Implement both Publisher and Subscriber.Gravatar Chen Wang2015-01-30
|
* delete default service account emailGravatar Chen Wang2015-01-28
|
* add more tips opsGravatar Chen Wang2015-01-28
|
* Add service account credentialGravatar Chen Wang2015-01-28
|