Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2371 from yang-g/security_context2 | Craig Tiller | 2015-07-15 |
|\ | | | | | remove dead file | ||
* | | Create server side auth context lazily | yang-g | 2015-07-14 |
| | | |||
| * | remove dead file | yang-g | 2015-07-10 |
|/ | |||
* | Add missing pieces | yang-g | 2015-07-09 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-09 |
|\ | |||
* | | Resolve comments | yang-g | 2015-07-09 |
| | | |||
| * | Merge pull request #2271 from jboeuf/oauth2_access_token | Yang Gao | 2015-07-08 |
| |\ | | | | | | | Adding support for raw access token credentials. | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token | Julien Boeuf | 2015-07-08 |
| | |\ | |||
| * | \ | Merge github.com:grpc/grpc into hosts-need-names-too | Craig Tiller | 2015-07-08 |
| |\ \ \ | | | |/ | | |/| | |||
* | | | | merge head and resolve conflict | yang-g | 2015-07-07 |
|\ \ \ \ | | |/ / | |/| | | |||
* | | | | missed one place | yang-g | 2015-07-07 |
| | | | | |||
* | | | | resolve comments | yang-g | 2015-07-07 |
| | | | | |||
| | * | | Support older compilers | Craig Tiller | 2015-07-07 |
| | | | | |||
| | * | | Support registering services against specific hosts | Craig Tiller | 2015-07-07 |
| | | | | |||
* | | | | Add a unit test | yang-g | 2015-07-06 |
| | | | | |||
* | | | | merge with upstream and resolve conflicts | yang-g | 2015-07-06 |
|\ \ \ \ | | |/ / | |/| | | |||
* | | | | compiles | yang-g | 2015-07-06 |
| | | | | |||
| | | * | Adding support for raw access token credentials. | Julien Boeuf | 2015-07-01 |
| | |/ | |/| | |||
| | * | add client side census context | Alistair Veitch | 2015-06-29 |
| |/ | |||
| * | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | | | | | Clean up anything that failed | ||
| * | release memory even if the status is false | yang-g | 2015-06-23 |
| | | |||
| * | Only copy stuff when status is ok | yang-g | 2015-06-23 |
| | | |||
| * | Add missing headers to build.json | yang-g | 2015-06-23 |
| | | |||
| * | Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs | Yang Gao | 2015-06-23 |
| |\ | | | | | | | Remove Protobuf dependency for C++ | ||
| * | | Add const to ByteBuffer methods and add tests | Yang Gao | 2015-06-22 |
| | | | |||
| | * | Update to set flags=0 on all ops | Craig Tiller | 2015-06-22 |
| | | | |||
| | * | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-22 |
| | |\ | | |/ | |/| | |||
| | * | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-19 |
| | |\ | |_|/ |/| | | |||
| * | | Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2 | Vijay Pai | 2015-06-18 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #2071 from dgquintas/compression-levels | Craig Tiller | 2015-06-17 |
|\ \ \ | | | | | | | | | Introduced compression levels as an abstraction for the actual algorithm | ||
| | * | | Split cq creation from request initiation so that cq creation | Vijay Pai | 2015-06-17 |
| |/ / |/| | | | | | | | | can be removed from C++ lock. | ||
| | * | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-16 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc | ||
* | | \ | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-16 |
|\ \ \ \ | |||
| | | | * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-16 |
| |_|_|/| |/| | |/ | | |/| | |/| | | |||
| * | | | Merge pull request #2079 from yang-g/statusChange | Nicolas Noble | 2015-06-16 |
| |\ \ \ | | | | | | | | | | | Update the Status API | ||
| | | * | | Exposed compression level in channel arguments (C and C++) | David Garcia Quintas | 2015-06-16 |
| | | | | | |||
| | * | | | Update the Status API | Yang Gao | 2015-06-16 |
| | |/ / | |||
| * / / | Added changes to c++ and ruby wrappers | David Garcia Quintas | 2015-06-15 |
| |/ / | |||
* | | | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp | Jan Tattermusch | 2015-06-09 |
|\| | | |||
| * | | Added missing compression.h file. | David Garcia Quintas | 2015-06-08 |
| |\ \ | |||
| * | | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | | | | |||
| | * | | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 |
| |/ / | |||
| * | | Revert "Open loop sync/async multithreaded testing" | Craig Tiller | 2015-06-08 |
| | | | |||
| | * | Merge branch 'one-shouldnt-depend-on-protobufs' of github.com:ctiller/grpc ↵ | Craig Tiller | 2015-06-05 |
| | |\ | | | | | | | | | | | | | into one-shouldnt-depend-on-protobufs | ||
| | * | | Clarify serialization traits interface | Craig Tiller | 2015-06-05 |
| | | | | |||
| | | * | Fix memory leak | Craig Tiller | 2015-06-05 |
| | | | | |||
| | | * | Fix memory leak | Craig Tiller | 2015-06-05 |
| | |/ | |||
| | * | Remove old code | Craig Tiller | 2015-06-05 |
| | | | |||
| | * | Get server call tags right | Craig Tiller | 2015-06-05 |
| | | | |||
| | * | Remove old code | Craig Tiller | 2015-06-05 |
| | | |