Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #5128 from yang-g/inherit_from_grpc_library | Craig Tiller | 2016-02-08 |
|\ | | | | | Add missing base class | ||
* \ | Merge pull request #5099 from vjpai/cpp_races | Nicolas Noble | 2016-02-08 |
|\ \ | | | | | | | Move internals of many C++ Async classes to ref-counted struct | ||
| | * | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | yang-g | 2016-02-08 |
| | |\ | |_|/ |/| | | |||
* | | | Fix include hygiene | Craig Tiller | 2016-02-08 |
| | | | |||
| * | | Merge branch 'master' into cpp_races | Vijay Pai | 2016-02-08 |
| |\ \ | |/ / |/| | | |||
| * | | 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 |
| | | |||
* | | Merge pull request #5096 from a-veitch/win_cv_wait | Craig Tiller | 2016-02-08 |
|\ \ | | | | | | | Add timespan support for win32 gpr_cv_wait. | ||
| | * | Ref the collection only when it will be used (and later finalized) | Vijay Pai | 2016-02-05 |
| | | | |||
* | | | Reverse changes to AVL code | murgatroid99 | 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. | ||
| * | | Add timespan support for win32 gpr_cv_wait. | Alistair Veitch | 2016-02-05 |
| |/ | |||
* | | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | | |||
* | | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
|/ | |||
* | Merge pull request #5013 from a-veitch/tag_set_to_context | Bogdan Drutu | 2016-02-04 |
|\ | | | | | Change all instances of census_tag_set to census_context | ||
* | | Fixing inclusion of stdint.h | Nicolas "Pixel" Noble | 2016-02-04 |
| | | |||
* | | Fix Python Windows build | Masood Malekghassemi | 2016-02-04 |
| | | |||
| * | merge | Alistair Veitch | 2016-02-03 |
| |\ | |||
* | \ | Merge branch 'master' into server_try_cancel_api | Sree Kuchibhotla | 2016-02-03 |
|\ \ \ | | |/ | |/| | |||
| | * | merge | Alistair Veitch | 2016-02-02 |
| | |\ | |||
| * | \ | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-02 |
| |\ \ \ | | | |/ | | |/| | |||
| | | * | formatting | Alistair Veitch | 2016-02-02 |
| | | | | |||
| | | * | add missing CENSUS_API annotations | Alistair Veitch | 2016-02-02 |
| | | | | |||
| | | * | post merge | Alistair Veitch | 2016-02-02 |
| | | | | |||
| | * | | Support falling back on older secure_getenv/getenv versions on older glibc | Craig Tiller | 2016-02-01 |
| | | | | |||
* | | | | Merge branch 'master' into server_try_cancel_api | Sree Kuchibhotla | 2016-02-01 |
|\ \ \ \ | |||
| | * \ \ | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-01 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | * | | Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchy | Craig Tiller | 2016-02-01 |
| | |/| | | |/| | | | |||
| * | | | | Merge pull request #4934 from jboeuf/ssl_credentials_override_default_roots | Craig Tiller | 2016-02-01 |
| |\ \ \ \ | | | | | | | | | | | | | Ssl credentials override default roots | ||
| | | * \ \ | Merge branch 'win32_subprocess' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | 32 bits is also a thing. | Nicolas "Pixel" Noble | 2016-01-31 |
| | | | | | | |||
| | | * | | | Removing zookeeper's API for now. | Nicolas "Pixel" Noble | 2016-01-31 |
| | | | | | | |||
| | | * | | | Merge branch 'no_extern_allowed' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
| | |/| | | | |/| |/ / | |||
| | | * | | Replacing grpc_max_auth_token_lifetime by an accessor. | Nicolas "Pixel" Noble | 2016-01-31 |
| | | | | | |||
| * | | | | Adding windows support for gpr subprocesses. | Nicolas "Pixel" Noble | 2016-01-31 |
| | |/ / | |/| | | |||
| | * | | fixing test and clang-format. | Julien Boeuf | 2016-01-29 |
| | | | | |||
* | | | | Update comment on TryCancel() API | Sree Kuchibhotla | 2016-01-29 |
| | | | | |||
| * | | | Add includes | Craig Tiller | 2016-01-29 |
| | | | | |||
| * | | | copyrights | Craig Tiller | 2016-01-29 |
| | | | | |||
| * | | | clang-format | Craig Tiller | 2016-01-29 |
| | | | | |||
| * | | | Add {GPR,GRPC,CENSUS}_API tags to public functions | Craig Tiller | 2016-01-29 |
| | | | | |||
* | | | | Comments and format | Sree Kuchibhotla | 2016-01-28 |
| | | | | |||
* | | | | TryCancel() on ServerContext() | Sree Kuchibhotla | 2016-01-28 |
|/ / / | |||
| * | | Changing the API to use a callback mechanism. | Julien Boeuf | 2016-01-28 |
| | | | | | | | | | | | | This is the agreed-upon solution. | ||
| * | | Fixing copyright. | Julien Boeuf | 2016-01-28 |
| | | | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2016-01-28 |
| |\ \ | | | | | | | | | | | | | ssl_credentials_override_default_roots |