Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | implementation fix | yang-g | 2015-08-27 | |
| | * | | | channel creation API change | yang-g | 2015-08-27 | |
* | | | | | Aligning C++ interface with C for the auth metadata processor. | Julien Boeuf | 2015-08-26 | |
| * | | | | minor fixes | yang-g | 2015-08-26 | |
| |/ / / | ||||
* | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 | |
|\ \ \ \ | ||||
| | * \ \ | Merge remote-tracking branch 'upstream/master' into string_ref_auth | yang-g | 2015-08-26 | |
| | |\ \ \ | ||||
| | | * | | | Add ostream support for string_ref | Craig Tiller | 2015-08-26 | |
| | | | * | | Credentials cleanup: | Julien Boeuf | 2015-08-25 | |
| | |_|/ / | |/| | | | ||||
| | * | | | auth context api change for string_ref | yang-g | 2015-08-25 | |
| | |/ / | ||||
| | * | | impl | yang-g | 2015-08-25 | |
| | * | | api change to string_ref | yang-g | 2015-08-25 | |
| | * | | remove constexpr since gcc 4.4 or vs2010 does not support it | yang-g | 2015-08-25 | |
| |/ / | ||||
| * | | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 | |
| |\ \ | ||||
| * | | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 | |
| | * | | merge with head | yang-g | 2015-08-24 | |
| | |\ \ | ||||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-08-24 | |
| | | | |\ | | | | |/ | | | |/| | ||||
| | | * | | Merge branch 'master' into fray | Vijay Pai | 2015-08-24 | |
| | | |\ \ | ||||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-08-24 | |
| | | | | |\ | ||||
| | | * | | | | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 | |
| | | | |_|/ | | | |/| | | ||||
| | | | * | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-21 | |
| | | | |\ \ | | | | |/ / | | | |/| | | ||||
| | * | | | | split stream.h into sync_stream.h and async_stream.h | yang-g | 2015-08-21 | |
| | * | | | | headers reorg | yang-g | 2015-08-21 | |
| | * | | | | Merge remote-tracking branch 'upstream/master' into docs | yang-g | 2015-08-20 | |
| | |\| | | | ||||
| | * | | | | Make Channel ctor private | yang-g | 2015-08-20 | |
| | * | | | | remove internal_stub | yang-g | 2015-08-20 | |
| | * | | | | Fix server side and generic stub | yang-g | 2015-08-20 | |
| | * | | | | make registermethod private | yang-g | 2015-08-20 | |
| | * | | | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 | |
| | | * | | | Add comments, fix a subtle bug | Craig Tiller | 2015-08-19 | |
| | | | * | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-19 | |
| | | | |\ \ | | | |_|/ / | | |/| | | | ||||
| | | * | | | Merge github.com:grpc/grpc into shutdown-c++ | Craig Tiller | 2015-08-18 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | ||||
| | * | | | | add a README for include/grpc++/impl | yang-g | 2015-08-18 | |
| | | | * | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-18 | |
| | | | |\ \ | | | |_|/ / | | |/| | | | ||||
| | | * | | | Merge github.com:grpc/grpc into shutdown-c++ | Craig Tiller | 2015-08-18 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | ||||
| | | * | | | Add a timeout to shutdown to forcefully end calls | Craig Tiller | 2015-08-18 | |
| | * | | | | clang-format all source | Craig Tiller | 2015-08-18 | |
| | |/ / / | ||||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-17 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| | | * | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-17 | |
| | | |\ \ | | |_|/ / | |/| | | | ||||
* | | | | | Addressing comments. Thanks Yang! | Julien Boeuf | 2015-08-17 | |
* | | | | | Few improvements: | Julien Boeuf | 2015-08-14 | |
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-13 | |
|\| | | | | ||||
* | | | | | Adding C++ auth metadata processor. | Julien Boeuf | 2015-08-13 | |
| |_|/ / |/| | | | ||||
| * | | | Merge pull request #2921 from yang-g/unknown_service | Vijay Pai | 2015-08-13 | |
| |\ \ \ | ||||
| | | * \ | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-13 | |
| | | |\ \ | ||||
| | * | | | | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 | |
| |/ / / / |/| | | | | ||||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||
| * | | | | Merge remote-tracking branch 'google/master' into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-12 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||
| | * | | | client code clean up | yang-g | 2015-08-11 | |
| |/ / / |/| | | | ||||
| | | * | Server: added the ability to disable compression algorithm | David Garcia Quintas | 2015-08-10 | |
| | |/ | ||||
* | | | move auth property iterator declaration into auth_context.h | yang-g | 2015-08-10 |