Commit Graph

176 Commits

Author SHA1 Message Date
Jan Tattermusch 84ef9d75d7 Merge pull request #5254 from grpc/release-0_13
Release 0.13 upmerge.
2016-02-15 10:05:17 -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