Yang Gao
a89389283f
support per call credentials in c++
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Yang Gao
c4b6ffb1b6
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
10 years ago
Yang Gao
103837ee6b
Wrap ParseCommandLineFlags in InitTest
10 years ago
Nicolas "Pixel" Noble
a05b8b7b25
Removing a few more references to #include <chrono>
10 years ago
Yang Gao
884ed08e59
clang-format c++ code under examples
10 years ago
Craig Tiller
5589c35fed
Compile fix
10 years ago
Yang Gao
0706ce8a19
remove debug bits
10 years ago
Yang Gao
7795324d19
Redo #817 . Update pubsub example channel creation and credentials
10 years ago
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
10 years ago
Nicolas "Pixel" Noble
7e80efcb3d
Making the usage of gflags uniform across distributions.
10 years ago
Nicolas "Pixel" Noble
ba6082080c
Fixing gflags' include path.
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Chen wang
842325110d
Rename examples/tips to examples/pubsub
10 years ago
Chen Wang
405392c2e8
fixed typos and add ListTopics implementation.
10 years ago
Chen Wang
b532ef8973
Impelment full logic of publish and subcribe.
10 years ago
Chen Wang
04f1aa809a
Implement both Publisher and Subscriber.
10 years ago
Chen Wang
6de65b01cb
delete default service account email
10 years ago
Chen Wang
3cc1ad62b6
add more tips ops
10 years ago
Chen Wang
862e23c662
Add service account credential
10 years ago
Chen Wang
56794708d2
add Compute engine credential to tips client.
10 years ago
Chen Wang
74b3232d39
1) Add protection header macro
...
2) remove some falgs with default values
10 years ago
Chen Wang
819f755b74
fixed some typos
10 years ago
Chen Wang
86af8cffc5
TIPS client implementation.
10 years ago
Craig Tiller
7b01878736
Fix returned status
...
The client should return status deadline exceeded when the deadline is
exceeded (not cancelled status)
10 years ago
Craig Tiller
40fc7a6632
clang-format codebase
10 years ago
Craig Tiller
80fa15c151
Moving prototype from Google to GitHub
...
I'd started some prototyping work on this change before the move to
GitHub; this change restores things.
10 years ago
ctiller
3bf466fb6c
Port [] alarm management to GRPC.
...
This change implements a platform independent alarm manager in alarm.c.
It's integrated with iomgr, and some tests are cleaned up.
The alarm implementation itself is a fairly direct port of LazyAlarmList from eventmanager.
SpinLock has been replaced for now with gpr_mu, and other atomic operations have been dropped (again, for now).
A majority of tests have been ported.
Change on 2014/12/19 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82551363
10 years ago
ctiller
2845cade4c
Trailing metadata support.
...
Actually exposing it from the C API.
Also removing grpc_status, since it's mostly useless.
Change on 2014/12/15 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82180546
10 years ago
Nicolas Noble
b7ebd3b8c6
Initial import.
10 years ago