Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 | |
| | | ||||
| * | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 | |
|/ | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | |||
* | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 | |
| | ||||
* | Cover an unsupported case of mixing sync and async service in same server | vjpai | 2015-12-09 | |
| | ||||
* | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 | |
| | ||||
* | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-02 | |
| | | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option. | |||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 | |
| | ||||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 | |
| | ||||
* | implementation fix | yang-g | 2015-08-27 | |
| | ||||
* | impl | yang-g | 2015-08-25 | |
| | ||||
* | merge with head | yang-g | 2015-08-24 | |
|\ | ||||
* | | headers reorg | yang-g | 2015-08-21 | |
| | | ||||
* | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 | |
| | | ||||
* | | clang-format all source | Craig Tiller | 2015-08-18 | |
| | | ||||
| * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-17 | |
| |\ | |/ |/| | ||||
* | | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 | |
| | | ||||
| * | Add a test of non-blocking API behavior | Craig Tiller | 2015-08-06 | |
| | | | | | | | | ... also fix things that were broken :) | |||
| * | Working towards a non-blocking API test | Craig Tiller | 2015-08-06 | |
|/ | ||||
* | Add AsyncNotifyWhenDone | yang-g | 2015-08-04 | |
| | ||||
* | Make tests a little more robust | Craig Tiller | 2015-07-18 | |
| | ||||
* | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-17 | |
|\ | ||||
| * | Update the Status API | Yang Gao | 2015-06-16 | |
| | | ||||
* | | Fix async end2end to poll all fds from the main thread | Craig Tiller | 2015-05-13 | |
|/ | ||||
* | Merge pull request #1493 from ↵ | Yang Gao | 2015-05-12 | |
|\ | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change | |||
* \ | Merge pull request #1494 from ctiller/the-churnening | Yang Gao | 2015-05-11 | |
|\ \ | | | | | | | Lose redundant tag on unary calls | |||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 | |
| | |\ | |_|/ |/| | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | |||
* | | | Increase test timeout | Craig Tiller | 2015-05-08 | |
| | | | ||||
| * | | Fix test | Craig Tiller | 2015-05-06 | |
| | | | ||||
| * | | Lose redundant tag on unary calls | Craig Tiller | 2015-05-06 | |
|/ / | ||||
| * | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 | |
|/ | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | |||
* | 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 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 | |
| | | ||||
* | | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 | |
|/ | ||||
* | Make string construction explicit as implicit conversion doesn't work in 4.4 | Vijay Pai | 2015-03-26 | |
| | ||||
* | Clean up unneeded includes and remove shutdown protobuf library | Yang Gao | 2015-03-25 | |
| | ||||
* | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 | |
|\ | | | | | Various Windows fixes. | |||
| * | 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. | |||
* | | clang-format new changes | Yang Gao | 2015-03-17 | |
| | | ||||
* | | resolve merge confict | Yang Gao | 2015-03-17 | |
|\| | ||||
* | | clang-format c++ code | Yang Gao | 2015-03-17 | |
| | | ||||
| * | Change to std::chrono and add a test. | vjpai | 2015-03-17 | |
|/ | ||||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 | |
|\ | ||||
| * | Merge remote-tracking branch 'upstream/master' | vjpai | 2015-02-26 | |
| |\ | ||||
| * | | clang-format all these files | Vijay Pai | 2015-02-26 | |
| | | | ||||
| * | | Rename Async methods from generator to avoid naming conflicts to | vjpai | 2015-02-26 | |
| | | | | | | | | | | | | bind and other functions | |||
| | * | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 | |
| |/ | ||||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-24 | |
|\| | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/pubsub/publisher_test.cc examples/pubsub/subscriber_test.cc include/grpc++/create_channel.h src/cpp/client/create_channel.cc test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/util/create_test_channel.cc |