Tim Emiola
2470c5cd1f
Remove RouteGuide docs, link to grpc.io instead
...
- ensure the link in the QuickStart doc is updated
9 years ago
Tim Emiola
5972e58a68
Update demo package metadata
...
Also
- update any changes in language-specific package installation
9 years ago
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
9 years ago
Tim Emiola
e0ef42ceee
Update helloworld server with beta API changes
9 years ago
Jan Tattermusch
73f9dbb6cb
update namespace of C# routeguide example
9 years ago
Nathaniel Manista
061d288f55
Beta Python documentation correction and update
9 years ago
Craig Tiller
d6599a39e4
Replicate C++ docs from master to beta branch
...
Original PR #3074 by @dgquintas
9 years ago
Jan Tattermusch
1beb02058a
fix route_guide example
9 years ago
Jan Tattermusch
b86367d60d
Make examples depend on the right nuget package version
9 years ago
Jan Tattermusch
15c6bc22aa
update README.md
9 years ago
Jan Tattermusch
121c4d1221
polishing route_guide example
9 years ago
Jan Tattermusch
97eaec1cdc
first stab at upgrading route_guide to proto3
9 years ago
Jan Tattermusch
65cccc649b
deleted a copy of helloworld.proto
9 years ago
Jan Tattermusch
8a937d6ed4
update helloworld example to proto3
9 years ago
Stanley Cheung
c019d017af
php: routeguide update codegen
9 years ago
Stanley Cheung
72642455a1
php: change routeguide package name
9 years ago
Stanley Cheung
56debcb6d1
fix more examples links
9 years ago
Stanley Cheung
d87e203622
fix examples links
9 years ago
murgatroid99
cd0f8bd49c
Fixed routeguide namespace, updated README to match other changes
9 years ago
yang-g
e69909a7e7
fix build
9 years ago
yang-g
b2a30c196e
fix cpp
9 years ago
yang-g
9a72021cc6
fix c++ proto
9 years ago
murgatroid99
c919228e0a
Updated Node examples to be compatible with master
9 years ago
yang-g
bcebb5d230
fix link
9 years ago
yang-g
92806a51ba
remove ChannelArguments ref and update doc
9 years ago
yang-g
b00a3f689f
fix links in docs
9 years ago
yang-g
75d04da2e4
sync up with CreateChannel API change
9 years ago
Stanley Cheung
23b3712141
remove examples/pubsub
9 years ago
Stanley Cheung
0a268216c2
replace all grpc-common occurances with examples
9 years ago
Stanley Cheung
20fa6693f3
move examples to correct locations
9 years ago
yang-g
9e2f90cd06
headers reorg
9 years ago
yang-g
8c2be9f228
Remove ChannelInterface and replace it with Channel
9 years ago
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
Yang Gao
084ef52672
Remove outdated protos
10 years ago
Nicolas "Pixel" Noble
0caebbfcfe
Splitting gRPC service class codegen into its own set of files.
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
Yang Gao
16c78c922c
Clean up unneeded includes and remove shutdown protobuf library
10 years ago
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.
10 years ago
Craig Tiller
5589c35fed
Compile fix
10 years ago
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
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
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Abhishek Kumar
85f9963e14
Update README
10 years ago
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.
10 years ago