Commit Graph

41 Commits

Author SHA1 Message Date
Yang Gao 91cc48160a Merge remote-tracking branch 'upstream/master' into pubsub 2015-03-02 15:19:25 -08:00
Nicolas "Pixel" Noble 1ff52d5278 Guard headers tool. 2015-03-01 06:18:14 +01:00
Yang Gao 0706ce8a19 remove debug bits 2015-02-27 14:31:02 -08:00
Yang Gao 7795324d19 Redo #817. Update pubsub example channel creation and credentials 2015-02-27 14:28:05 -08:00
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 2015-02-26 14:27:05 -08:00
Abhishek Kumar 85f9963e14 Update README 2015-02-25 11:45:05 -08:00
Craig Tiller e4fe844b67 s/CreateChannel/CreateChannelDeprecated
For the 2-argument version of CreateChannel.

This is a temporary step until #711 is ready to roll out.
2015-02-23 13:55:15 -08:00
Yang Gao bbd67c0499 clean up some internal path and names 2015-02-20 13:04:52 -08:00
Craig Tiller 99d6593db8 Merge pull request #638 from vjpai/expecteq
EXPECT_EQ sign issue...
2015-02-19 21:16:50 -08:00
Nicolas "Pixel" Noble 7e80efcb3d Making the usage of gflags uniform across distributions. 2015-02-20 03:13:38 +01:00
Nicolas "Pixel" Noble ba6082080c Fixing gflags' include path. 2015-02-20 02:48:03 +01:00
vjpai dbbdda5247 EXPECT_EQ Mac issue... 2015-02-19 17:02:54 -08:00
Craig Tiller ce5021b0b9 Add missing new-lines at end of file 2015-02-18 09:25:21 -08:00
Craig Tiller 190d360def Add missing new-lines at end of file 2015-02-18 09:23:38 -08:00
Craig Tiller 0605995e55 Update copyright to 2015 2015-02-18 08:34:56 -08:00
Craig Tiller f74ec4ee43 Merge github.com:grpc/grpc into copyright 2015-02-18 08:30:14 -08:00
Craig Tiller ad1fd3a49e Add proto copyrights 2015-02-16 12:23:04 -08:00
Craig Tiller 421e87a1b0 Merge github.com:grpc/grpc into c++api
Conflicts:
	Makefile
2015-02-13 14:23:54 -08:00
Chen wang 842325110d Rename examples/tips to examples/pubsub 2015-02-12 17:29:18 -08:00
Craig Tiller 4d0fb5f1c0 Fixup callers with new api 2015-02-09 16:27:22 -08:00
Craig Tiller f8ac5d846c Fixup callers with new api 2015-02-09 16:24:20 -08:00
Nicolas "Pixel" Noble 3f36f5e316 Few minor fixes.
Fixing a few issues in case you *cough* have a different local implementation of
protobuf, gtest and gflags for some weird reason.
2015-02-06 20:45:54 +01:00
Chen Wang 3ebec60ec4 Only add project_id for GCE command line. 2015-02-03 15:19:05 -08:00
Chen Wang 1f50e26d3a Need project_id from argument to run the client correctly. 2015-02-03 14:43:18 -08:00
Chen Wang 4402b70816 Add README 2015-02-03 12:11:29 -08:00
Chen Wang 0b439e42f4 change stringstream to ostringstream. 2015-02-03 10:52:41 -08:00
Chen Wang cde34e0b5d change stringstream to ostringstream. 2015-02-03 10:51:24 -08:00
Chen Wang 405392c2e8 fixed typos and add ListTopics implementation. 2015-02-03 10:28:39 -08:00
Chen Wang b532ef8973 Impelment full logic of publish and subcribe. 2015-02-02 10:45:17 -08:00
Chen Wang 0010cdae47 Add Pull method to subscriber 2015-02-01 20:44:33 -08:00
Chen Wang 04f1aa809a Implement both Publisher and Subscriber. 2015-01-30 18:26:16 -08:00
Chen Wang 6de65b01cb delete default service account email 2015-01-28 17:55:50 -08:00
Chen Wang 3cc1ad62b6 add more tips ops 2015-01-28 17:51:32 -08:00
Chen Wang 862e23c662 Add service account credential 2015-01-28 14:42:26 -08:00
Chen Wang 56794708d2 add Compute engine credential to tips client. 2015-01-27 18:36:19 -08:00
Chen Wang 74b3232d39 1) Add protection header macro
2) remove some falgs with default values
2015-01-26 11:23:16 -08:00
Chen Wang d34c690e8d delete using grpc:: 2015-01-22 15:12:20 -08:00
Chen Wang c6fdcae087 add space line between include 2015-01-22 15:01:43 -08:00
Chen Wang 819f755b74 fixed some typos 2015-01-22 14:52:49 -08:00
Chen Wang 8c1109737f Remove unecessary files which was added by mistake. 2015-01-22 14:11:42 -08:00
Chen Wang 86af8cffc5 TIPS client implementation. 2015-01-21 18:05:40 -08:00