Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Wrap ParseCommandLineFlags in InitTest | 2015-04-15 | |
| | |||
* | Remove outdated protos | 2015-04-15 | |
| | |||
* | Splitting gRPC service class codegen into its own set of files. | 2015-04-09 | |
| | |||
* | clang-format c++ code under examples | 2015-03-25 | |
| | |||
* | Clean up unneeded includes and remove shutdown protobuf library | 2015-03-25 | |
| | |||
* | Various Windows fixes. | 2015-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 fix | 2015-03-03 | |
| | |||
* | Merge github.com:grpc/grpc into credit | 2015-03-03 | |
|\ | | | | | | | | | Conflicts: examples/pubsub/main.cc | ||
| * | Merge remote-tracking branch 'upstream/master' into pubsub | 2015-03-02 | |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into credit | 2015-03-02 | |
|\ \ \ | | |/ | |/| | |||
| * | | Guard headers tool. | 2015-03-01 | |
| | | | |||
| | * | remove debug bits | 2015-02-27 | |
| | | | |||
| | * | Redo #817. Update pubsub example channel creation and credentials | 2015-02-27 | |
| |/ | |||
| * | Make it possible to compile with gcc4.6 | 2015-02-26 | |
| | | |||
* | | Merge github.com:grpc/grpc into credit | 2015-02-26 | |
|\| | |||
| * | Update README | 2015-02-25 | |
| | | |||
| * | s/CreateChannel/CreateChannelDeprecated | 2015-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 API | 2015-02-23 | |
|/ | | | | And reflects the C++ API in ServerBuilder. | ||
* | clean up some internal path and names | 2015-02-20 | |
| | |||
* | Merge pull request #638 from vjpai/expecteq | 2015-02-19 | |
|\ | | | | | EXPECT_EQ sign issue... | ||
* | | Making the usage of gflags uniform across distributions. | 2015-02-20 | |
| | | |||
* | | Fixing gflags' include path. | 2015-02-20 | |
| | | |||
| * | EXPECT_EQ Mac issue... | 2015-02-19 | |
|/ | |||
* | Add missing new-lines at end of file | 2015-02-18 | |
| | |||
* | Add missing new-lines at end of file | 2015-02-18 | |
| | |||
* | Update copyright to 2015 | 2015-02-18 | |
| | |||
* | Merge github.com:grpc/grpc into copyright | 2015-02-18 | |
|\ | |||
* | | Add proto copyrights | 2015-02-16 | |
| | | |||
| * | Merge github.com:grpc/grpc into c++api | 2015-02-13 | |
| |\ | |/ |/| | | | | | Conflicts: Makefile | ||
* | | Rename examples/tips to examples/pubsub | 2015-02-12 | |
| | | |||
| * | Fixup callers with new api | 2015-02-09 | |
| | | |||
| * | Fixup callers with new api | 2015-02-09 | |
|/ | |||
* | Few minor fixes. | 2015-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. | 2015-02-03 | |
| | |||
* | Need project_id from argument to run the client correctly. | 2015-02-03 | |
| | |||
* | Add README | 2015-02-03 | |
| | |||
* | change stringstream to ostringstream. | 2015-02-03 | |
| | |||
* | change stringstream to ostringstream. | 2015-02-03 | |
| | |||
* | fixed typos and add ListTopics implementation. | 2015-02-03 | |
| | |||
* | Impelment full logic of publish and subcribe. | 2015-02-02 | |
| | |||
* | Add Pull method to subscriber | 2015-02-01 | |
| | |||
* | Implement both Publisher and Subscriber. | 2015-01-30 | |
| | |||
* | delete default service account email | 2015-01-28 | |
| | |||
* | add more tips ops | 2015-01-28 | |
| | |||
* | Add service account credential | 2015-01-28 | |
| | |||
* | add Compute engine credential to tips client. | 2015-01-27 | |
| | |||
* | 1) Add protection header macro | 2015-01-26 | |
| | | | | 2) remove some falgs with default values | ||
* | delete using grpc:: | 2015-01-22 | |
| | |||
* | add space line between include | 2015-01-22 | |
| | |||
* | fixed some typos | 2015-01-22 | |
| |