Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-03-15 |
|\ | |||
* | | clang-format | David Garcia Quintas | 2016-03-09 |
| | | |||
* | | docstrings | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | clang-format | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | codegen interface usage of gpr_inf_future | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | reverted gpr_ time changes | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | moved some files around | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | compiles! | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | wip. cq refactored | David Garcia Quintas | 2016-03-07 |
| | | |||
* | | wip. prior to cq refactoring | David Garcia Quintas | 2016-03-07 |
| | | |||
| * | Revert "Revert "Properly integrate async API with server-side cancellations."" | Sree Kuchibhotla | 2016-03-07 |
| | | |||
* | | added missing initializer for global proto_serializer holder to codegen lib | David Garcia Quintas | 2016-03-06 |
| | | |||
| * | Revert "Properly integrate async API with server-side cancellations." | Sree Kuchibhotla | 2016-03-04 |
| | | |||
| * | Properly integrate async API with server-side cancellations. | Vijay Pai | 2016-03-03 |
| | | | | | | | | There is a comment above IsCancelled that says when it is ok to use this. | ||
* | | fix comments | David Garcia Quintas | 2016-03-02 |
| | | |||
* | | clang-format | David Garcia Quintas | 2016-03-02 |
| | | |||
* | | introduced workaround for proto_utils | David Garcia Quintas | 2016-03-02 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into alarm_cpp | David Garcia Quintas | 2016-02-22 |
|\ | |||
| * | Merge pull request #5287 from yang-g/global_callback_magic | Craig Tiller | 2016-02-22 |
| |\ | | | | | | | Add a way to override channel arguments for server creation | ||
* | | | PR comments addressed | David Garcia Quintas | 2016-02-22 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into alarm_cpp | David Garcia Quintas | 2016-02-22 |
|\| | | |||
| * | | Added missing virtual dtor | David Garcia Quintas | 2016-02-19 |
| | | | |||
| * | | Fixed refactoring of grpc_arg pointer vtable | David Garcia Quintas | 2016-02-17 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into alarm_cpp | David Garcia Quintas | 2016-02-17 |
|\| | | |||
* | | | Made Alarm's constructor a template for deadline | David Garcia Quintas | 2016-02-17 |
| | | | |||
| * | | Merge pull request #5186 from yang-g/inherit_from_grpc_library | Sree Kuchibhotla | 2016-02-17 |
|/| | | | | | | | | Provide explicit API for user to set user agent string prefix | ||
| | * | Add a way to override channel arguments for server creation | yang-g | 2016-02-17 |
| |/ |/| | |||
* | | I merged this without checking the copyright. My mistake... | vjpai | 2016-02-12 |
| | | |||
* | | Small tweak to make some customer code compile | Craig Tiller | 2016-02-12 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | yang-g | 2016-02-12 |
| |\ | |/ |/| | |||
* | | Merge pull request #5052 from ctiller/compress | David G. Quintas | 2016-02-11 |
|\ \ | | | | | | | Fix race condition in transport API | ||
* \ \ | Merge pull request #5193 from vjpai/alarm_mods | Craig Tiller | 2016-02-11 |
|\ \ \ | | | | | | | | | Make C++ alarm class usable and testable | ||
| | * \ | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-11 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | Remove a small allocation, at the cost of a little uglier header file. | Vijay Pai | 2016-02-11 |
| | | | | | | | | | | | | | | | | This commit may or may not be a great tradeoff. | ||
* | | | | Removed outdated mention of AsynchronousService | David Garcia Quintas | 2016-02-11 |
| | | | | |||
| * | | | Make C++ alarm class usable and testable - there were some build issues and | vjpai | 2016-02-10 |
|/ / / | | | | | | | | | | it was not actually even included in the library or the test suite. | ||
| | * | Fix copyright | yang-g | 2016-02-10 |
| | | | |||
| | * | Provide explicit API for user to set user agent string prefix | yang-g | 2016-02-10 |
| |/ |/| | |||
* | | Added missing codegen includes | David Garcia Quintas | 2016-02-09 |
| | | |||
* | | Merge pull request #5128 from yang-g/inherit_from_grpc_library | Craig Tiller | 2016-02-08 |
|\ \ | | | | | | | Add missing base class | ||
* | | | clang-format | Vijay Pai | 2016-02-08 |
| | | | |||
| * | | add missing base class | yang-g | 2016-02-08 |
| | | | |||
* | | | reset the shared_ptr | Vijay Pai | 2016-02-08 |
| | | | |||
* | | | Ref the collection only when it will be used (and later finalized) | Vijay Pai | 2016-02-05 |
| | | | |||
* | | | Drop the ref | Vijay Pai | 2016-02-05 |
| | | | |||
* | | | Undo much of the previous commits so that only CallOpSet groups | Vijay Pai | 2016-02-05 |
| | | | | | | | | | | | | with a Sneaky member are in a collection. | ||
* | | | Forgot to include these edits in the last commit | Vijay Pai | 2016-02-05 |
| | | | |||
* | | | Wrap groups of related CallOpSet's into a ref-counted structure | Vijay Pai | 2016-02-05 |
|/ / | | | | | | | | | | | | | | | | | | | whenever appropriate so as to avoid any unintentional free-before-use problems. Potential performance issue: this triggers an additional allocation for each Async call initiation, along with the cost of ref-counting shared_ptr . But this is worth it for the additional safety provided here without any change to the exposed C++ API. | ||
| * | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-05 |
| |\ | |/ |/| | |||
| * | Fix race condition in transport API | Craig Tiller | 2016-02-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: Receiving trailing and initial metadata had to be published in lock-step. => If we wanted trailing metadata, we might not get initial metadata processed until messages arrived. => Compression code had no idea what codec to use. To fix it, publish initial metadata as soon as it's ready (this is a transport API change). Requires changes to grpc_call to ensure ordering in processing initial metadata and messages (one may be delayed). Exposed at least some bugs in C++ where we never read initial metadata. I expect at least one more similar bug. |