Jan Tattermusch
d94b4ddf32
regenerate code
2016-04-01 10:32:55 -07:00
Jan Tattermusch
1255b5649b
update generate scripts
2016-04-01 10:32:07 -07:00
Jan Tattermusch
ecf82d0e58
cleanup example projects to contains links to important files
2016-04-01 10:24:47 -07:00
Jan Tattermusch
70f50b13de
upgrade helloworld and routeguide examples to 0.13.1
2016-04-01 10:13:08 -07:00
Craig Tiller
6169d5f7b0
Update copyrights
2016-03-31 07:46:18 -07:00
Jan Tattermusch
518e0c199c
Merge pull request #5837 from sreecha/grpc_fixit_node
...
DocFixit: Troubleshooting info for Windows and some minor tweaks
2016-03-24 07:12:34 -07:00
Jan Tattermusch
bbb1d1053a
Merge pull request #5659 from leifurhauks/py3_examples
...
python3-compatible syntax for python examples
2016-03-21 16:58:03 -07:00
Jan Tattermusch
26eb86ec9d
Merge pull request #5828 from murgatroid99/node_example_dependencies_fix
...
Updated example package.json with missing dependency
2016-03-18 15:47:14 -07:00
Sree Kuchibhotla
244545671d
DocFixit: Troubleshooting info for Windows and some minor tweaks
2016-03-18 14:44:31 -07:00
Leifur Halldor Asgeirsson
4df39871d0
python3-compatible syntax for python examples
2016-03-18 16:24:29 -04:00
Stanley Cheung
4302be789d
Merge pull request #5798 from y-zeng/documentation
...
Doc Fixit: examples/cpp/helloworld/README.md
2016-03-18 10:50:37 -07:00
murgatroid99
d506ecbcb0
Add other missing dependencies
2016-03-18 09:12:16 -07:00
murgatroid99
c3b8c8d859
Updated example package.json with missing dependency
2016-03-18 08:45:30 -07:00
murgatroid99
a4629362db
Fix minor issues with Ruby route guide client
2016-03-17 15:23:43 -07:00
Yuchen Zeng
c67a8ec111
Doc Fixit: examples/cpp/helloworld/README.md
...
Use 'RegisterService' for registering async services.
2016-03-17 11:36:59 -07:00
Jan Tattermusch
fca9464d8c
Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor
...
PHP: fix examples ClientStub constructor
2016-03-14 08:59:28 -07:00
Stanley Cheung
7fc1208a5c
still need this block for the example composer.json file
2016-03-10 16:58:45 -08:00
Stanley Cheung
d26753e414
update PHP composer.json files
2016-03-10 16:58:45 -08:00
Stanley Cheung
40202158fd
fix copyright
2016-03-10 16:58:34 -08:00
Stanley Cheung
7212f16700
php: fix examples ClientStub constructor
2016-03-10 16:58:34 -08:00
Lisa Carey
1b393da433
Updated main examples README to link to main docs and quickstarts
2016-03-09 15:16:56 +00:00
Lisa Carey
3be6801b72
Clarifying how to install for gRPC C++
2016-03-08 17:47:14 +00:00
LisaFC
119fd387db
Merge pull request #5632 from stanley-cheung/php-update-readme
...
Doc Fixit: PHP update readme
2016-03-08 16:25:52 +00:00
Craig Tiller
9d0638c038
Fix copyright
2016-03-07 20:23:37 -08:00
Masood Malekghassemi
dba948569a
Merge pull request #5620 from VcamX/patch-1
...
Set grace=0 to server stop in route_guide
2016-03-07 19:02:46 -08:00
Stanley Cheung
a41a6775d4
php: update readme
2016-03-07 17:10:07 -08:00
Lisa Carey
0211098e93
Removes confusing/unnecessary section on generating code.
2016-03-07 17:41:51 +00:00
VcamX
208fd6b339
Set grace=0 to server stop in route_guide
...
Fix #5619
2016-03-07 13:08:38 +08:00
Stanley Cheung
5821a444c7
remove stray grpc_common reference
2016-03-03 19:46:58 -08:00
Stanley Cheung
3f5c5c7e18
fix broken link
2016-03-03 19:46:13 -08:00
Stanley Cheung
6dd3c707c2
Update base INSTALL to markdown and remove outdated content
2016-03-03 14:58:48 -08:00
murgatroid99
4c8f8d89e7
Rewrite Node greeter example to use generated code
2016-02-26 11:43:05 -08:00
Nicolas "Pixel" Noble
1280fdb574
Merge branch 'master' into backport-merge
2016-02-22 21:30:14 +01:00
Tamihiro Yuzawa
2961e57007
Fix variable assignment in the example script
2016-02-22 18:29:45 +09:00
Masood Malekghassemi
13e9faa644
Remove outdated scripts
2016-02-17 12:40:07 -08:00
Stanley Cheung
e8130a1218
Update README.md with new installation flow
2016-02-16 21:13:18 -08:00
Kailash Sethuraman
5a80ac37a3
Merge pull request #5239 from jtattermusch/csharp_release_docs
...
Update C# docs for 0.13 release
2016-02-16 13:15:35 -08:00
Michael Lumish
30124c762f
Merge pull request #5245 from jtattermusch/csharp_examples_0_13
...
Update C# examples to 0.13.0 packages
2016-02-16 09:15:09 -08:00
Jan Tattermusch
84ef9d75d7
Merge pull request #5254 from grpc/release-0_13
...
Release 0.13 upmerge.
2016-02-15 10:05:17 -08:00
Jan Tattermusch
b836d03921
regenerate protobuf code and grpc stubs
2016-02-12 19:03:57 -08:00
Jan Tattermusch
ded21891f0
update regenerate scripts
2016-02-12 18:58:18 -08:00
Jan Tattermusch
aa576ee179
update nuget packages
2016-02-12 18:56:33 -08:00
Jan Tattermusch
7492c7c38c
Update README.md
2016-02-12 15:25:45 -08:00
murgatroid99
d1b390453c
Update Node examples and example documentation
2016-02-12 13:21:49 -08:00
Jan Tattermusch
e7c2566252
Merge pull request #4913 from pszemus/master
...
Update protobuf version to v3.0.0-beta-2
2016-02-11 11:27:19 -08:00
Craig Tiller
b9a5f167d1
Merge pull request #5205 from grpc/release-0_13
...
Release 0.13 upmerge.
2016-02-11 10:55:20 -08:00
Przemysław Sobala
fbf8c0b8ca
Update copyright
2016-02-11 11:03:21 +01:00
Nicolas "Pixel" Noble
9fe56a09fd
Fixing copyrights.
2016-02-11 02:16:53 +01:00
Nicolas "Pixel" Noble
7cc94e9381
Fixing Ruby examples.
2016-02-11 02:08:17 +01:00
Yang Gao
42fad8e765
Merge pull request #5041 from ejona86/sync-protos
...
Sync java options in example protos
2016-02-10 12:52:40 -08:00
Craig Tiller
6c90d898b6
Fix sanity
2016-02-08 10:27:50 -08:00
Jorge Canizales
83f76a8b01
Merge pull request #4985 from kriswuollett/kriswuollett-objc-useragent
...
Add channel args to enable user agent string for Objective-C
2016-02-05 18:00:45 -08:00
murgatroid99
95060b510e
Make Node examples package self-contained
2016-02-05 13:05:31 -08:00
yang-g
b45f265326
Remove reference to lgpr in examples
2016-02-04 09:48:39 -08:00
Kristopher Wuollett
20b79e702d
Updated user agent to be a host-level setting
2016-02-03 21:38:44 -05:00
Eric Anderson
04c97a1715
Update copyright date to include both 2015 and 2016
2016-02-03 14:38:39 -08:00
Eric Anderson
fae996c787
Update copyright date to 2016
2016-02-03 13:13:01 -08:00
Eric Anderson
8d3ae46dd2
Sync java options in example protos
...
This makes the protos identical between this repository and the java
repository.
Fixes grpc/grpc-java#1381
2016-02-03 10:08:43 -08:00
Kristopher Wuollett
300f7e4322
Renamed user agent setting to userAgentPrefix and changed its scope to global
2016-02-02 22:38:40 -05:00
Kristopher Wuollett
c6b301775c
Add channel args to enable user agent string for Objective-C
2016-01-31 14:26:39 -05:00
David Garcia Quintas
5a9462339d
copyrights
2016-01-27 19:22:14 -08:00
David Garcia Quintas
6bd7b97dc6
DONE!!1one
2016-01-27 19:21:12 -08:00
Przemysław Sobala
ea9a031fed
Update protobuf version
2016-01-27 14:07:09 +01:00
David Garcia Quintas
541db25d45
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
2016-01-25 12:53:50 -08:00
Jan Tattermusch
73128da651
fix copyrights
2016-01-22 14:48:10 -08:00
Yang Gao
d7745f09b4
Merge pull request #4790 from adelez/update_interop_url
...
Update interop test service url to grpc-test.sandbox.googleapis.com.
2016-01-22 11:43:12 -08:00
David Garcia Quintas
347d58bb9a
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
2016-01-21 18:06:51 -08:00
Jan Tattermusch
cd34a82fc1
fix copyright
2016-01-20 23:14:23 -08:00
Jan Tattermusch
7c60b276de
Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changes
2016-01-20 18:23:13 -08:00
Adele Zhou
83576babef
Update interop test service url to grpc-test.sandbox.googleapis.com.
2016-01-20 14:37:07 -08:00
yang-g
f48766d347
fix copyright
2016-01-15 11:26:31 -08:00
Jan Tattermusch
2b38a91665
update helloworld example to 0.12.0 nuget
2016-01-14 17:34:46 -08:00
Jan Tattermusch
b0d1506eca
upgrade route guide to 0.12.0 nuget
2016-01-14 17:34:41 -08:00
yang-g
54099aa46f
Update example
2016-01-14 16:13:14 -08:00
Craig Tiller
cb6ce54e31
Update copyrights
2016-01-04 16:24:26 -08:00
Michael Lumish
648da525a8
Merge pull request #4563 from ctiller/copying
...
Update copyrights
2016-01-04 11:15:08 -08:00
Przemysław Sobala
90391dbbcf
Change CallData status before notifying CompletionQueue
2015-12-30 09:32:02 +01:00
Craig Tiller
897e4fe2ad
Update copyrights
2015-12-22 15:03:40 -08:00
James Eady
2e9ce91eb2
Use code type highlight for the code blocks in the cpp helloworld
...
example README.md
..
2015-12-15 15:08:28 -05:00
Jorge Canizales
0c0d15fec0
Move BoringSSL.podspec into src, and point Podfiles to it
2015-12-01 18:01:24 -08:00
Jorge Canizales
e3d9db2667
Adjust version requirements through samples and tests.
2015-11-25 22:16:38 -08:00
Julien Boeuf
232d625a84
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
2015-11-17 20:55:13 -08:00
Julien Boeuf
675b5ce861
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
2015-11-17 15:05:45 -08:00
Masood Malekghassemi
77ebadc662
Add grace=0 to server stop in Python example
...
Fixes #4122
2015-11-16 16:48:44 -08:00
Valentyn Shybanov
2e5ba81668
Small typo of NodeJS version in README.md
2015-11-16 04:55:07 +07:00
Michael Lumish
a16f88b65b
Merge pull request #4012 from grpc/release-0_11
...
Bring to master the ObjC documentation changes made for the release.
2015-10-30 12:21:44 -07:00
Jorge Canizales
2f0d11bf2a
Fix build breakage.
2015-10-28 06:07:26 -07:00
Jorge Canizales
6f7e26a577
pod install on route_guide project
2015-10-28 06:07:05 -07:00
Jorge Canizales
7fb5b3c2a0
nit: Use appledoc-style documentation in the example
2015-10-28 05:52:11 -07:00
Jorge Canizales
8676d22b3d
Fix RouteGuide example to use the last surface
2015-10-28 05:51:11 -07:00
Jorge Canizales
1f5d62b454
ObjC: Start with helloworld, then the web page
2015-10-27 10:50:03 -07:00
Nicolas Noble
dcd35b8ad6
Merge pull request #3969 from grpc/release-0_11
...
Release 0 11 -> master
2015-10-26 17:41:17 -07:00
Jorge Canizales
ee4a13e02b
Point RouteGuide pods to local sources; update requirements
2015-10-25 21:45:22 -07:00
Daniel Harrison
f02c535878
fix node example
2015-10-24 16:45:04 -04:00
Jorge Canizales
739c07896b
Update version requirements and point to local podspecs
2015-10-23 13:43:24 -07:00
Jorge Canizales
707e320ca7
Update auth sample to beta version of gRPC
2015-10-23 13:43:24 -07:00
Julien Boeuf
8c48a2a196
Fixing cpp examples.
2015-10-17 22:23:02 -07:00
Nicolas "Pixel" Noble
7aa1f827e4
Merge branch 'master' into release-0_11
...
Conflicts:
.gitignore
gRPC.podspec
2015-10-16 23:23:32 +02:00
Jorge Canizales
2fe0dcd06b
Fix example to Beta version
2015-10-12 18:20:23 -07:00
Jorge Canizales
dfe91b5471
Fix example pod files
2015-10-12 18:20:20 -07:00
Jorge Canizales
9544ce73c3
pod install project
2015-10-12 18:20:12 -07:00
Jorge Canizales
5354d5536c
Pod install in the example project
2015-10-12 18:19:55 -07:00
Stanley Cheung
601f03c308
removed a few more linuxbrew references
2015-10-08 12:00:49 -07:00
Stanley Cheung
687bef6cb0
remove a few more linuxbrew references
2015-10-08 11:08:36 -07:00
Tim Emiola
0862bcf8d8
Merge pull request #3625 from murgatroid99/node_single_install_step
...
Node single install step
2015-10-07 11:55:26 -07:00
Nathaniel Manista
4e7ea93614
"gRPC in 3 minutes" for Python
2015-10-07 14:47:55 +00:00
murgatroid99
b0f3bf16ce
Resolved merge conflicts with master
2015-10-05 10:18:05 -07:00
murgatroid99
f3f85647e3
Updated examples with new node package location
2015-10-01 11:54:39 -07:00
Nathaniel Manista
29e17020f5
Mark Python example docs as moved to grpc.io
2015-09-29 16:01:59 +00:00
Jan Tattermusch
8788e1fd3f
remove route guide example text
2015-09-28 13:01:03 -07:00
Tim Emiola
d915f01e08
Merge pull request #3446 from murgatroid99/node_docs_update_0.11
...
Updated quick start README, replaced route guide docs with link to grpc.io
2015-09-25 16:48:47 -07:00
Jan Tattermusch
3fcbdef6f7
further docs fixes
2015-09-25 12:17:55 -07:00
murgatroid99
03c583fb86
Completed partial sentence
2015-09-24 16:12:36 -07:00
Tim Emiola
0972f146f8
Merge pull request #3477 from stanley-cheung/php_update_helloworld
...
PHP: update helloworld and route guide
2015-09-24 15:39:15 -07:00
Stanley Cheung
5d776c7e2d
Merge pull request #3442 from tbetbetbe/release-0_11-ruby_doc_updates
...
Release 0 11 ruby doc updates
2015-09-24 15:30:40 -07:00
Stanley Cheung
d2dd37bca9
php: update helloworld and route guide after beta release
2015-09-24 15:27:58 -07:00
murgatroid99
dbd1b54027
Fixed updated link
2015-09-24 11:33:59 -07:00
murgatroid99
7e6db788b5
Made Node example README point to Node installation instructions
2015-09-24 11:33:20 -07:00
murgatroid99
fe0cb12958
Updated quick start README, replaced route guide docs with link to grpc.io
2015-09-23 15:52:45 -07:00
Tim Emiola
40b4704255
Fix broken link
2015-09-23 15:40:33 -07:00
Tim Emiola
415134062b
Ensure the route_guide sample is up-to-date
...
- should work using the beta api package
- ensure any generated code is consistent with the proto definition
2015-09-23 15:27:08 -07:00
Tim Emiola
2470c5cd1f
Remove RouteGuide docs, link to grpc.io instead
...
- ensure the link in the QuickStart doc is updated
2015-09-23 14:58:01 -07:00
Tim Emiola
5972e58a68
Update demo package metadata
...
Also
- update any changes in language-specific package installation
2015-09-23 14:46:32 -07:00
Tim Emiola
296e39d97c
Update QuickStart README.md install
...
- ensure installation links this branches version of the install instructions
- update docs to account for any language-specific install changes
2015-09-23 14:45:51 -07:00
Tim Emiola
e0ef42ceee
Update helloworld server with beta API changes
2015-09-23 14:29:16 -07:00
Jan Tattermusch
9b850a8f6f
consolidate newtonsoft.json dependencies
2015-09-23 13:31:51 -07:00
Jan Tattermusch
ad88f57ae9
update C# examples to 0.7.1
2015-09-23 12:23:04 -07:00
Jan Tattermusch
73f9dbb6cb
update namespace of C# routeguide example
2015-09-17 20:26:34 -07:00
Nathaniel Manista
061d288f55
Beta Python documentation correction and update
2015-09-10 16:09:17 +00:00
Craig Tiller
d6599a39e4
Replicate C++ docs from master to beta branch
...
Original PR #3074 by @dgquintas
2015-09-03 09:37:02 -07:00
Tim Emiola
a4cfb63b06
Merge pull request #3184 from murgatroid99/node_examples_update
...
Fixed routeguide namespace, updated README to match other changes
2015-09-02 16:37:23 -07:00
Jan Tattermusch
1beb02058a
fix route_guide example
2015-09-02 15:23:49 -07:00
Jan Tattermusch
b86367d60d
Make examples depend on the right nuget package version
2015-09-02 14:12:49 -07:00
Jan Tattermusch
15c6bc22aa
update README.md
2015-09-02 12:59:04 -07:00
Jan Tattermusch
121c4d1221
polishing route_guide example
2015-09-02 12:59:00 -07:00
Jan Tattermusch
97eaec1cdc
first stab at upgrading route_guide to proto3
2015-09-02 12:58:54 -07:00
Jan Tattermusch
65cccc649b
deleted a copy of helloworld.proto
2015-09-02 12:58:49 -07:00
Jan Tattermusch
8a937d6ed4
update helloworld example to proto3
2015-09-02 12:58:44 -07:00
Michael Lumish
4668600d11
Merge pull request #3168 from stanley-cheung/php_routeguide_package_name
...
php: change routeguide package name
2015-08-31 16:09:07 -07:00
Nicolas Noble
87d09e3aa4
Merge pull request #3164 from yang-g/route_guide_cpp
...
Change route_guide.proto package name and fix build
2015-08-31 16:07:03 -07:00
Stanley Cheung
c019d017af
php: routeguide update codegen
2015-08-31 15:58:00 -07:00
Stanley Cheung
72642455a1
php: change routeguide package name
2015-08-31 15:58:00 -07:00
Kailash Sethuraman
cf71eaad66
Merge pull request #3163 from stanley-cheung/fix_examples_links
...
Fix examples links
2015-08-31 15:56:22 -07:00
Nicolas Noble
e28e140afd
Merge pull request #3139 from yang-g/fix_build
...
Update c++ examples.
2015-08-31 15:45:21 -07:00
Stanley Cheung
56debcb6d1
fix more examples links
2015-08-31 15:14:28 -07:00
Stanley Cheung
d87e203622
fix examples links
2015-08-31 15:14:28 -07:00
murgatroid99
cd0f8bd49c
Fixed routeguide namespace, updated README to match other changes
2015-08-31 14:09:25 -07:00
yang-g
e69909a7e7
fix build
2015-08-31 13:33:28 -07:00
yang-g
b2a30c196e
fix cpp
2015-08-31 13:14:24 -07:00
yang-g
9a72021cc6
fix c++ proto
2015-08-31 13:14:13 -07:00
murgatroid99
c919228e0a
Updated Node examples to be compatible with master
2015-08-28 15:24:07 -07:00
yang-g
bcebb5d230
fix link
2015-08-28 14:29:53 -07:00
yang-g
92806a51ba
remove ChannelArguments ref and update doc
2015-08-28 14:24:44 -07:00
yang-g
b00a3f689f
fix links in docs
2015-08-28 14:19:37 -07:00
yang-g
75d04da2e4
sync up with CreateChannel API change
2015-08-28 14:17:33 -07:00
Stanley Cheung
23b3712141
remove examples/pubsub
2015-08-27 14:40:38 -07:00
Stanley Cheung
0a268216c2
replace all grpc-common occurances with examples
2015-08-27 14:38:38 -07:00
Stanley Cheung
20fa6693f3
move examples to correct locations
2015-08-27 14:00:20 -07:00
yang-g
9e2f90cd06
headers reorg
2015-08-21 15:35:03 -07:00
yang-g
8c2be9f228
Remove ChannelInterface and replace it with Channel
2015-08-19 16:28:09 -07:00
Yang Gao
a89389283f
support per call credentials in c++
2015-05-14 11:51:07 -07:00
Nicolas "Pixel" Noble
fd2bf675f7
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
...
Conflicts:
include/grpc++/completion_queue.h
2015-04-24 23:24:44 +02:00
Yang Gao
c4b6ffb1b6
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
2015-04-24 13:09:40 -07:00
Nicolas "Pixel" Noble
23be280366
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
...
Conflicts:
src/cpp/client/channel.cc
vsprojects/vs2010/grpc++.vcxproj
vsprojects/vs2013/grpc++.vcxproj.filters
2015-04-24 00:38:19 +02:00
Yang Gao
103837ee6b
Wrap ParseCommandLineFlags in InitTest
2015-04-15 15:23:54 -07:00
Yang Gao
084ef52672
Remove outdated protos
2015-04-15 11:34:15 -07:00
Nicolas "Pixel" Noble
b7c2035e83
Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2
...
Conflicts:
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
test/cpp/interop/client.cc
2015-04-11 01:53:09 +02:00
Nicolas "Pixel" Noble
0caebbfcfe
Splitting gRPC service class codegen into its own set of files.
2015-04-09 23:08:51 +02:00
Nicolas "Pixel" Noble
a05b8b7b25
Removing a few more references to #include <chrono>
2015-04-08 09:07:20 +02:00
Yang Gao
884ed08e59
clang-format c++ code under examples
2015-03-25 10:45:23 -07:00
Yang Gao
16c78c922c
Clean up unneeded includes and remove shutdown protobuf library
2015-03-25 10:36:16 -07:00
Nicolas Noble
cfd6073a66
Various Windows fixes.
...
-) 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.
2015-03-19 04:21:22 +01:00
Craig Tiller
5589c35fed
Compile fix
2015-03-03 10:04:51 -08:00
Craig Tiller
07b3d31358
Merge github.com:grpc/grpc into credit
...
Conflicts:
examples/pubsub/main.cc
2015-03-03 08:16:39 -08:00
Yang Gao
91cc48160a
Merge remote-tracking branch 'upstream/master' into pubsub
2015-03-02 15:19:25 -08:00
Craig Tiller
61691f92c3
Merge github.com:grpc/grpc into credit
2015-03-02 08:51:52 -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
Craig Tiller
29f1314282
Merge github.com:grpc/grpc into credit
2015-02-26 11:23:01 -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
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
2015-02-23 09:58:23 -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