Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-04 |
|\ | |||
| * | Remove include google/protobuf/message.h as it should be covered in config.h | Yang Gao | 2015-03-04 |
| | | |||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 |
|\| | |||
| * | formatting | Yang Gao | 2015-03-03 |
| | | |||
| * | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵ | Yang Gao | 2015-03-03 |
| | | | | | | | | tests passed | ||
| * | Add macros | Yang Gao | 2015-03-03 |
| | | |||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters | ||
| * | Remove HTTP mappings from status.h | Eric Anderson | 2015-03-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mappings are a combination of useless, inaccurate, and harmful. Leave them out until they are helpful and correct. Fundamental issues: - If in need of mappings, a user would need HTTP -> gRPC code mappings. But the docs don't provide that since the mappings are not 1:1. - There _is no_ gRPC -> HTTP code mapping taking place in gRPC. This may change in the future, but until then the docs are misleading. But even given those were resolved, there are additional issues. Two obvious examples: - 501 Not Implemented is refering to HTTP methods such as GET and POST not being implement. That should not be used for gRPC methods not found (UNIMPLEMENTED). - 404 Not Found is for when the resource is not found. In gRPC, the resource is the gRPC method, not the parameters (NOT_FOUND). If there is a REST conversion layer on top of gRPC, then 404 would be appropriate, but that just shows that the mapping can not be canonical. | ||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
|\| | |||
| * | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | | |||
| * | 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 |
|\| | |||
| * | Add Server.Wait | Craig Tiller | 2015-02-24 |
| | | |||
| * | Merge github.com:google/grpc into deprecate-c++ | Craig Tiller | 2015-02-23 |
| |\ | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc | ||
* | \ | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-23 |
|\ \ \ | | |/ | |/| | |||
| | * | 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. | ||
| * | | Addressing iniitial feedback. | Julien Boeuf | 2015-02-23 |
| |/ | | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials. | ||
* | | Remove dynamic_cast | Craig Tiller | 2015-02-23 |
| | | |||
* | | Update C++ server with new core API | Craig Tiller | 2015-02-23 |
| | | | | | | | | And reflects the C++ API in ServerBuilder. | ||
* | | Credentials prototyping | Craig Tiller | 2015-02-23 |
|/ | | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated. | ||
* | Merge with async unary changes | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\ | |||
* | | Simplify TryPluck | Craig Tiller | 2015-02-18 |
| | | |||
* | | Move header #include | Craig Tiller | 2015-02-18 |
| | | |||
| * | Merge pull request #588 from yang-g/c++api | Craig Tiller | 2015-02-18 |
| |\ | | | | | | | Async client api change. Add a ClientAsyncResponseReader. | ||
| | * | 2015 | Yang Gao | 2015-02-18 |
| | | | |||
| | * | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵ | Yang Gao | 2015-02-18 |
| | | | | | | | | | | | | similar to streaming and symmetric to server side. | ||
* | | | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\| | | |||
| * | | Merge pull request #579 from yang-g/c++api | Craig Tiller | 2015-02-18 |
| |\| | | | | | | | change metadata getters to return const& | ||
* | | | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\| | | |||
* | | | Server side cancellation receive support | Craig Tiller | 2015-02-18 |
| | | | |||
| | * | change metadata getters to return const& | Yang Gao | 2015-02-18 |
| | | | |||
| * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | |||
* | | | Initial sketch | Craig Tiller | 2015-02-18 |
| |/ |/| | |||
| * | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | | |||
| * | Fix copyright notice | Craig Tiller | 2015-02-18 |
|/ | |||
* | Add metadata test with rpc. Adding/fixing things to make it work | Yang Gao | 2015-02-18 |
| | |||
* | Add some comments | Craig Tiller | 2015-02-17 |
| | |||
* | Add setter to override authority header on ClientContext | Yang Gao | 2015-02-17 |
| | |||
* | clang-format | Craig Tiller | 2015-02-17 |
| | |||
* | Merge pull request #18 from yang-g/c++api | Craig Tiller | 2015-02-13 |
|\ | | | | | Add missing APIs and a first metadata test, and test passes | ||
| * | Add missing APIs and a first metadata test, and test passes | Yang Gao | 2015-02-13 |
| | | |||
* | | Minor compile fix | Craig Tiller | 2015-02-13 |
|/ | |||
* | change ServerAsyncReader API and add a simple clientstreaming test, it passes | Yang Gao | 2015-02-13 |
| | |||
* | change AddRecvMessage signature | Yang Gao | 2015-02-12 |
| | |||
* | more nullptr for got_message | Yang Gao | 2015-02-12 |
| | |||
* | Add end2end async unary single threaded test (compiles) | Craig Tiller | 2015-02-12 |
| | |||
* | Fixes | Craig Tiller | 2015-02-12 |
| | |||
* | implement async unary call | Yang Gao | 2015-02-12 |
| | |||
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++api | Yang Gao | 2015-02-12 |
|\ |