Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move to new Status API | Yang Gao | 2015-06-17 |
| | |||
* | update code to reflect API changes | Yang Gao | 2015-05-15 |
| | |||
* | update route_guide | Yang Gao | 2015-05-08 |
| | |||
* | update helloworld | Yang Gao | 2015-05-08 |
| | |||
* | fix ambiguous namespace error on route_guide_client.cc from MSVC | zeliard | 2015-05-06 |
| | |||
* | fix ambiguous namespace error on MSVC (examples::Rectangle) | zeliard | 2015-05-04 |
| | | | | fix std::min / std::max problem on MSVC (FYI: http://stackoverflow.com/questions/5004858/stdmin-gives-error) | ||
* | Single-parameter constructors should be marked explicit. | Nicolas "Pixel" Noble | 2015-04-28 |
| | |||
* | added link to new public proto3 doc | LisaFC | 2015-04-27 |
| | |||
* | Update code according to comment | Yang Gao | 2015-04-15 |
| | |||
* | Async helloworld client and server | Yang Gao | 2015-04-14 |
| | |||
* | Fix Makefile for route_guide | Yang Gao | 2015-04-13 |
| | |||
* | Fix makefile | Yang Gao | 2015-04-13 |
| | |||
* | Updating documentation. | Nicolas "Pixel" Noble | 2015-04-10 |
| | |||
* | Updating examples to reflect the new state of things. | Nicolas "Pixel" Noble | 2015-04-10 |
| | |||
* | API change - fixing old code and doc. | Nicolas "Pixel" Noble | 2015-03-23 |
| | |||
* | Update grpc-common and grpc-java url | Nobuaki Sukegawa | 2015-03-21 |
| | |||
* | Update cpptutorial.md | Kangmo Kim | 2015-03-19 |
| | | | Fixed incorrect description on client side streaming. | ||
* | resolve conflict | Yang Gao | 2015-03-09 |
|\ | |||
| * | Merge pull request #148 from nicolasnoble/command-line-overrides | Tim Emiola | 2015-03-09 |
| |\ | | | | | | | Allow to specify environment variables for search paths. | ||
* | | | address comment | Yang Gao | 2015-03-08 |
| | | | |||
* | | | Update text | Yang Gao | 2015-03-06 |
| | | | |||
* | | | Update route_guide | Yang Gao | 2015-03-06 |
| | | | |||
* | | | Update helloworld | Yang Gao | 2015-03-06 |
|/ / | |||
* | | Use (latitude, longitude), not (latitude, latitude) | jorgbrown | 2015-03-06 |
| | | |||
* | | Use (latitude, longitude), not (latitude, latitude) | jorgbrown | 2015-03-06 |
| | | |||
| * | Allow to specify environment variables for search paths. | Nicolas "Pixel" Noble | 2015-03-06 |
|/ | |||
* | Removing protoc-generated files from the C++ example. | Nicolas "Pixel" Noble | 2015-03-06 |
| | |||
* | Fix github path, google --> grpc | Nels Beckman | 2015-02-28 |
| | | | Both work, but I think the latter is now preferred. | ||
* | Update README.md | Jayant Kolhe | 2015-02-25 |
| | | | Fixed repository listed in command line. | ||
* | Update cpptutorial.md | LisaFC | 2015-02-25 |
| | |||
* | Update cpptutorial.md | LisaFC | 2015-02-25 |
| | |||
* | Merge pull request #55 from yang-g/channel | Craig Tiller | 2015-02-24 |
|\ | | | | | CreateChannel API change syncup and regenerate files | ||
* \ | Merge pull request #65 from yang-g/rgreadme | Abhishek Kumar | 2015-02-24 |
|\ \ | | | | | | | Update README | ||
| * | | Add build and run section | Yang Gao | 2015-02-24 |
| | | | |||
| * | | Change code and text in text too | Yang Gao | 2015-02-24 |
| | | | |||
| * | | Change to server.Wait() api. | Yang Gao | 2015-02-24 |
| | | | |||
| | * | Change to server.Wait() | Yang Gao | 2015-02-24 |
| | | | |||
| * | | various fixes | Yang Gao | 2015-02-24 |
| | | | |||
| * | | Fix broken link | Yang Gao | 2015-02-24 |
| | | | |||
| * | | Add missing protoc command | Yang Gao | 2015-02-24 |
| | | | |||
* | | | Add port info. | Yang Gao | 2015-02-24 |
| | | | |||
* | | | Add output piece. | Yang Gao | 2015-02-24 |
| | | | |||
* | | | Fix readme | Yang Gao | 2015-02-24 |
|/ / | |||
* | | Merge pull request #40 from yang-g/route | Tim Emiola | 2015-02-24 |
|\ \ | | | | | | | Add a dummy implementation of route_guide in c++. | ||
* \ \ | Merge pull request #59 from LisaFC/master | Abhishek Kumar | 2015-02-24 |
|\ \ \ | | | | | | | | | Complete first draft of C++ tutorial | ||
| * | | | Fixed typo | Lisa Carey | 2015-02-24 |
| | | | | |||
| * | | | Added a couple more headings | Lisa Carey | 2015-02-24 |
| | | | | |||
| * | | | Finished client side | Lisa Carey | 2015-02-24 |
| | | | | |||
| * | | | First go of service and client impl stuff | Lisa Carey | 2015-02-24 |
| | | | | |||
| | | * | CreateChannel API change syncup and regenerate files | Yang Gao | 2015-02-23 |
| | | | |