Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Slice constructors to match all grpc_slice cases | Vijay Pai | 2017-08-04 |
| | |||
* | Add support for service configs to c-ares resolver. | Mark D. Roth | 2017-08-03 |
| | |||
* | Revert "Reintroduce a lambda capture as part of C++11-izing code" | Jan Tattermusch | 2017-08-03 |
| | |||
* | Add a default delete override for the interface | yang-g | 2017-08-02 |
| | |||
* | Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api | apolcyn | 2017-07-31 |
|\ | | | | | Add comment and test for API of a parameter to grpc_call_cancel_with_status | ||
| * | add comment and test for memory api of grpc_call_cancel_with_status | Alexander Polcyn | 2017-07-28 |
| | | |||
* | | Allow adding events to cq after shutdown is called. | yang-g | 2017-07-28 |
|/ | |||
* | Merge pull request #11865 from yang-g/avl_interface | Yang Gao | 2017-07-26 |
|\ | | | | | Adding user_data to avl interface so that an exec_ctx can be passed in. | ||
| * | update comments | yang-g | 2017-07-25 |
| | | |||
| * | Adding exec_ctx to avl vtable functions | yang-g | 2017-07-25 |
| | | |||
* | | Remove a follow-on internal that was added post-internalization, keep the ↵ | Vijay Pai | 2017-07-25 |
| | | | | | | | | templated QPS worker rather than going back to internal API | ||
* | | Revert "Separate internal-only and public parts of C++ API" | Vijay Pai | 2017-07-25 |
|/ | |||
* | Merge pull request #11917 from hxcan/master | Mehrdad Afshari | 2017-07-24 |
|\ | | | | | Fix error in Doxygen comment. | ||
| * | Fix error in Doxygen comment. | hxcan.cai | 2017-07-24 |
| | | |||
* | | Add cancellation to asynchronous security APIs. | Mark D. Roth | 2017-07-21 |
|/ | |||
* | Merge pull request #11870 from vjpai/slice | Vijay Pai | 2017-07-18 |
|\ | | | | | Add idiomatic C++ API for grpc::Slice construction | ||
* \ | Merge pull request #11454 from markdroth/server_cq_ok_semantics | Mark D. Roth | 2017-07-18 |
|\ \ | | | | | | | Do not return calls on server when request proto fails to deserialize. | ||
| | * | Add idiomatic C++ API for grpc::Slice construction that doesn't | Vijay Pai | 2017-07-18 |
| |/ |/| | | | | | require using grpc_slice | ||
* | | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | | |||
* | | Merge pull request #11145 from vjpai/inproc3 | Vijay Pai | 2017-07-15 |
|\ \ | | | | | | | In-process transport | ||
| * | | Create inproc transport, add relevant tests, exclude irrelevant tests | Vijay Pai | 2017-07-14 |
| | | | |||
| | * | Do not return calls on server when request proto fails to deserialize. | Mark D. Roth | 2017-07-14 |
| |/ | |||
* / | Better handling of token lifetime. | Julien Boeuf | 2017-07-13 |
|/ | | | | | | | | - In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped). | ||
* | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 |
|\ | | | | | Import mutations. | ||
* \ | Merge pull request #11466 from ncteisen/revert-zco | Noah Eisen | 2017-07-13 |
|\ \ | | | | | | | Partial Revert of https://github.com/grpc/grpc/pull/10743 | ||
* | | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | | | |||
| * | | Partial revert of https://github.com/grpc/grpc/pull/10743 | ncteisen | 2017-07-12 |
|/ / | |||
* | | Merge pull request #11738 from mehrdada/canonica-urls | Mehrdad Afshari | 2017-07-11 |
|\ \ | | | | | | | Use https://grpc.io consistently as the canonical URL | ||
* \ \ | Merge pull request #11731 from yang-g/cpp_is_hard | Yang Gao | 2017-07-11 |
|\ \ \ | | | | | | | | | Avoid use after free if the sneaky op is owned by the collection | ||
* \ \ \ | Merge pull request #11572 from vjpai/internalize | Vijay Pai | 2017-07-10 |
|\ \ \ \ | | | | | | | | | | | Separate internal-only and public parts of C++ API | ||
* | | | | | Revert "Reduce server memory usage" | Ken Payson | 2017-07-10 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc. | ||
| | | * | | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| |_|/ / |/| | | | |||
| * | | | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
|/ / / | | | | | | | | | | or that interface with core and are only for internal use | ||
| * | | second try | yang-g | 2017-07-10 |
| | | | |||
| * | | Unref the call first in case the collection is still used in call | yang-g | 2017-07-10 |
|/ / | |||
* | | Use pointer to avoid assignment and race. | yang-g | 2017-07-08 |
| | | |||
* | | Merge pull request #11705 from vjpai/typos | Vijay Pai | 2017-07-07 |
|\ \ | | | | | | | Resolve typos | ||
* \ \ | Merge pull request #11532 from ctiller/optimize_for | Craig Tiller | 2017-07-06 |
|\ \ \ | | | | | | | | | Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now) | ||
| | * | | Resolve typos | Vijay Pai | 2017-07-06 |
| | | | | |||
* | | | | Initialize pending_ops false | Noah Eisen | 2017-07-06 |
| | | | | |||
* | | | | s/hanging/pending/g | ncteisen | 2017-07-05 |
| | | | | |||
* | | | | Add repro and fix to bidi case | ncteisen | 2017-07-05 |
| | | | | |||
* | | | | Fix writelast bug | ncteisen | 2017-07-05 |
| |/ / |/| | | |||
| * | | Merge github.com:grpc/grpc into optimize_for | Craig Tiller | 2017-07-05 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #11539 from dgquintas/alarm_non_copyable | David G. Quintas | 2017-06-29 |
|\ \ \ | | | | | | | | | Make grpc::Alarm non-copyable | ||
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Move collection reset before unref (since unref could destroy obj) | Vijay Pai | 2017-06-22 |
| | | | | |||
* | | | | Fix use of terminal underscores in field names. | Vijay Pai | 2017-06-22 |
| | | | | |||
* | | | | Re-enable public constructor for ClientAsyncResponseReader to avoid busting ↵ | Vijay Pai | 2017-06-22 |
| | | | | | | | | | | | | | | | | client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used. | ||
| * | | | Make grpc::Alarm non-copyable | David Garcia Quintas | 2017-06-20 |
|/ / / |