Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Design and implementation of the core credentials plugin API. | Julien Boeuf | 2015-08-31 | |
| |/ |/| | ||||
* | | Shuffling headers around. | Julien Boeuf | 2015-08-28 | |
* | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 | |
|\ \ | ||||
| * \ | Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cle... | Julien Boeuf | 2015-08-28 | |
| |\ \ | ||||
* | \ \ | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 | |
|\ \ \ \ | | |/ / | |/| | | ||||
* | | | | Adding C++ metadata processor. | Julien Boeuf | 2015-08-28 | |
| * | | | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 | |
| |\ \ \ | ||||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 | |
|\| | | | | ||||
| | | * | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ... | Julien Boeuf | 2015-08-27 | |
| | |/| | | |/| | | | ||||
| * | | | | Merge pull request #2947 from jboeuf/grpc_security_abi | Craig Tiller | 2015-08-27 | |
| |\ \ \ \ | ||||
| | | * | | | 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 | |
| | | | |/ / | ||||
| | | | * / | Adding void* at then end of security related method in order to have a stable... | Julien Boeuf | 2015-08-25 | |
| | |_|/ / | |/| | | | ||||
| | * | | | auth context api change for string_ref | yang-g | 2015-08-25 | |
| | |/ / | ||||
| | * | | impl | 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 | |
| | * | | Fix merge failures | yang-g | 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 'compression-accept-encoding' of github.com:dgquintas/grpc into ... | David Garcia Quintas | 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 | |
| | | | |\ \ \ | | | | |/ / / | | | |/| | | | ||||
| | | | * | | | prettify comment | Craig Tiller | 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 | |
| | | * | | | | Merge pull request #2977 from ctiller/shutdown-c++ | Yang Gao | 2015-08-19 | |
| | | |\ \ \ \ | ||||
| | * | | | | | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 | |
| | | | | | | * | Comments and derived bugfixes. | David Garcia Quintas | 2015-08-19 | |
| | | * | | | | | Bug fix. Called c_str on a temp string | yang-g | 2015-08-19 | |
| | |/ / / / / | ||||
| | | | * | | | Fix syncronous unimplemented methods | Craig Tiller | 2015-08-19 | |
| | | * | | | | Extend comment | Craig Tiller | 2015-08-19 | |
| | | * | | | | Add comments, fix a subtle bug | Craig Tiller | 2015-08-19 | |
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 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 | |
| | |/ / / |