Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3168 from stanley-cheung/php_routeguide_package_name | Michael Lumish | 2015-08-31 |
|\ | | | | | php: change routeguide package name | ||
* \ | Merge pull request #3164 from yang-g/route_guide_cpp | Nicolas Noble | 2015-08-31 |
|\ \ | | | | | | | Change route_guide.proto package name and fix build | ||
| | * | php: routeguide update codegen | Stanley Cheung | 2015-08-31 |
| | | | |||
| | * | php: change routeguide package name | Stanley Cheung | 2015-08-31 |
| |/ |/| | |||
* | | Merge pull request #3163 from stanley-cheung/fix_examples_links | Kailash Sethuraman | 2015-08-31 |
|\ \ | | | | | | | Fix examples links | ||
* \ \ | Merge pull request #3139 from yang-g/fix_build | Nicolas Noble | 2015-08-31 |
|\ \ \ | | | | | | | | | Update c++ examples. | ||
| | * | | fix more examples links | Stanley Cheung | 2015-08-31 |
| | | | | |||
| | * | | fix examples links | Stanley Cheung | 2015-08-31 |
| |/ / |/| | | |||
| | * | fix build | yang-g | 2015-08-31 |
| | | | |||
| | * | fix cpp | yang-g | 2015-08-31 |
| | | | |||
| | * | fix c++ proto | yang-g | 2015-08-31 |
| | | | |||
* | | | Updated Node examples to be compatible with master | murgatroid99 | 2015-08-28 |
| |/ |/| | |||
| * | fix link | yang-g | 2015-08-28 |
| | | |||
| * | remove ChannelArguments ref and update doc | yang-g | 2015-08-28 |
| | | |||
| * | fix links in docs | yang-g | 2015-08-28 |
| | | |||
| * | sync up with CreateChannel API change | yang-g | 2015-08-28 |
|/ | |||
* | remove examples/pubsub | Stanley Cheung | 2015-08-27 |
| | |||
* | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 |
| | |||
* | move examples to correct locations | Stanley Cheung | 2015-08-27 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | |||
* | support per call credentials in c++ | Yang Gao | 2015-05-14 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\ | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
| | | | | | | | | the tests to init/shutdown free. | ||
* | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| * | Wrap ParseCommandLineFlags in InitTest | Yang Gao | 2015-04-15 |
| | | |||
| * | Remove outdated protos | Yang Gao | 2015-04-15 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-11 |
|\| | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | ||
| * | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | | |||
* | | Removing a few more references to #include <chrono> | Nicolas "Pixel" Noble | 2015-04-08 |
|/ | |||
* | clang-format c++ code under examples | Yang Gao | 2015-03-25 |
| | |||
* | Clean up unneeded includes and remove shutdown protobuf library | Yang Gao | 2015-03-25 |
| | |||
* | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
| | | | | | | | | | | | | | | -) 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. | ||
* | Compile fix | Craig Tiller | 2015-03-03 |
| | |||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 |
|\ | | | | | | | | | Conflicts: examples/pubsub/main.cc | ||
| * | Merge remote-tracking branch 'upstream/master' into pubsub | Yang Gao | 2015-03-02 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
|\ \ \ | | |/ | |/| | |||
| * | | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | | | |||
| | * | remove debug bits | Yang Gao | 2015-02-27 |
| | | | |||
| | * | Redo #817. Update pubsub example channel creation and credentials | Yang Gao | 2015-02-27 |
| |/ | |||
| * | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | | |||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-26 |
|\| | |||
| * | Update README | Abhishek Kumar | 2015-02-25 |
| | | |||
| * | s/CreateChannel/CreateChannelDeprecated | Craig Tiller | 2015-02-23 |
| | | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out. | ||
* | | Update C++ server with new core API | Craig Tiller | 2015-02-23 |
|/ | | | | And reflects the C++ API in ServerBuilder. | ||
* | clean up some internal path and names | Yang Gao | 2015-02-20 |
| | |||
* | Merge pull request #638 from vjpai/expecteq | Craig Tiller | 2015-02-19 |
|\ | | | | | EXPECT_EQ sign issue... | ||
* | | Making the usage of gflags uniform across distributions. | Nicolas "Pixel" Noble | 2015-02-20 |
| | | |||
* | | Fixing gflags' include path. | Nicolas "Pixel" Noble | 2015-02-20 |
| | | |||
| * | EXPECT_EQ Mac issue... | vjpai | 2015-02-19 |
|/ |