Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | regenerate protobuf code and grpc stubs | Jan Tattermusch | 2016-02-12 | |
| | | | | ||||
| | * | | update regenerate scripts | Jan Tattermusch | 2016-02-12 | |
| | | | | ||||
| | * | | update nuget packages | Jan Tattermusch | 2016-02-12 | |
| | | | | ||||
| | | * | Update README.md | Jan Tattermusch | 2016-02-12 | |
| | |/ | ||||
| * / | Update Node examples and example documentation | murgatroid99 | 2016-02-12 | |
| |/ | ||||
* | | Merge pull request #4913 from pszemus/master | Jan Tattermusch | 2016-02-11 | |
|\ \ | | | | | | | Update protobuf version to v3.0.0-beta-2 | |||
* \ \ | Merge pull request #5205 from grpc/release-0_13 | Craig Tiller | 2016-02-11 | |
|\ \ \ | | |/ | |/| | Release 0.13 upmerge. | |||
| | * | Update copyright | Przemysław Sobala | 2016-02-11 | |
| | | | ||||
| * | | Fixing copyrights. | Nicolas "Pixel" Noble | 2016-02-11 | |
| | | | ||||
| * | | Fixing Ruby examples. | Nicolas "Pixel" Noble | 2016-02-11 | |
| | | | ||||
* | | | Merge pull request #5041 from ejona86/sync-protos | Yang Gao | 2016-02-10 | |
|\ \ \ | |/ / |/| | | Sync java options in example protos | |||
* | | | Fix sanity | Craig Tiller | 2016-02-08 | |
| | | | ||||
* | | | Merge pull request #4985 from kriswuollett/kriswuollett-objc-useragent | Jorge Canizales | 2016-02-05 | |
|\ \ \ | | | | | | | | | Add channel args to enable user agent string for Objective-C | |||
* | | | | Make Node examples package self-contained | murgatroid99 | 2016-02-05 | |
| | | | | ||||
* | | | | Remove reference to lgpr in examples | yang-g | 2016-02-04 | |
| | | | | ||||
| * | | | Updated user agent to be a host-level setting | Kristopher Wuollett | 2016-02-03 | |
| | | | | ||||
| | * | | Update copyright date to include both 2015 and 2016 | Eric Anderson | 2016-02-03 | |
| | | | | ||||
| | * | | Update copyright date to 2016 | Eric Anderson | 2016-02-03 | |
| | | | | ||||
| | * | | Sync java options in example protos | Eric Anderson | 2016-02-03 | |
| |/ / |/| | | | | | | | | | | | | | | | | | This makes the protos identical between this repository and the java repository. Fixes grpc/grpc-java#1381 | |||
| * | | Renamed user agent setting to userAgentPrefix and changed its scope to global | Kristopher Wuollett | 2016-02-02 | |
| | | | ||||
| * | | Add channel args to enable user agent string for Objective-C | Kristopher Wuollett | 2016-01-31 | |
|/ / | ||||
* | | copyrights | David Garcia Quintas | 2016-01-27 | |
| | | ||||
* | | DONE!!1one | David Garcia Quintas | 2016-01-27 | |
| | | ||||
| * | Update protobuf version | Przemysław Sobala | 2016-01-27 | |
| | | ||||
* | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-25 | |
|\| | ||||
| * | fix copyrights | Jan Tattermusch | 2016-01-22 | |
| | | ||||
| * | Merge pull request #4790 from adelez/update_interop_url | Yang Gao | 2016-01-22 | |
| |\ | | | | | | | Update interop test service url to grpc-test.sandbox.googleapis.com. | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-21 | |
|\| | | ||||
| * | | fix copyright | Jan Tattermusch | 2016-01-20 | |
| | | | ||||
| * | | Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changes | Jan Tattermusch | 2016-01-20 | |
| |\ \ | ||||
| | | * | Update interop test service url to grpc-test.sandbox.googleapis.com. | Adele Zhou | 2016-01-20 | |
| | |/ | |/| | ||||
* | | | fix copyright | yang-g | 2016-01-15 | |
| | | | ||||
| | * | update helloworld example to 0.12.0 nuget | Jan Tattermusch | 2016-01-14 | |
| | | | ||||
| | * | upgrade route guide to 0.12.0 nuget | Jan Tattermusch | 2016-01-14 | |
| | | | ||||
* | | | Update example | yang-g | 2016-01-14 | |
|/ / | ||||
| * | Update copyrights | Craig Tiller | 2016-01-04 | |
| | | ||||
* | | Merge pull request #4563 from ctiller/copying | Michael Lumish | 2016-01-04 | |
|\ \ | | | | | | | Update copyrights | |||
* | | | Change CallData status before notifying CompletionQueue | Przemysław Sobala | 2015-12-30 | |
| | | | ||||
| * | | Update copyrights | Craig Tiller | 2015-12-22 | |
|/ / | ||||
* / | Use code type highlight for the code blocks in the cpp helloworld | James Eady | 2015-12-15 | |
|/ | | | | | | example README.md .. | |||
* | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 | |
| | ||||
* | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 | |
| | ||||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 | |
|\ | ||||
* \ | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 | |
|\ \ | ||||
| | * | Add grace=0 to server stop in Python example | Masood Malekghassemi | 2015-11-16 | |
| |/ | | | | | | | Fixes #4122 | |||
| * | Small typo of NodeJS version in README.md | Valentyn Shybanov | 2015-11-16 | |
| | | ||||
| * | Merge pull request #4012 from grpc/release-0_11 | Michael Lumish | 2015-10-30 | |
| |\ | | | | | | | Bring to master the ObjC documentation changes made for the release. | |||
| | * | Fix build breakage. | Jorge Canizales | 2015-10-28 | |
| | | | ||||
| | * | pod install on route_guide project | Jorge Canizales | 2015-10-28 | |
| | | | ||||
| | * | nit: Use appledoc-style documentation in the example | Jorge Canizales | 2015-10-28 | |
| | | |