aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Annotate benign raceGravatar Craig Tiller2017-09-06
|
* Doc UPdateGravatar Ken Payson2017-08-30
|
* Clang_formatGravatar Ken Payson2017-08-30
|
* Have write ops take ownership over slicesGravatar Ken Payson2017-08-29
|
* Merge pull request #12282 from yang-g/sync_thd_refactorGravatar Yang Gao2017-08-24
|\ | | | | Refactor sync/thd headers
| * Double check macro to protect from faulty test.Gravatar yang-g2017-08-24
| |
| * Add sync_custom.hGravatar yang-g2017-08-24
| |
* | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
|\|
* | Some missing partsGravatar Muxi Yan2017-08-17
| |
* | Minor name fixGravatar Muxi Yan2017-08-14
| |
* | Fix core_untyped_structs sanity testGravatar Muxi Yan2017-08-14
| |
* | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
|\ \
* | | Address review commentsGravatar Muxi Yan2017-08-11
| | |
| | * Delete deprecated constructor and CallOpSetCollectionInterfaceGravatar Vijay Pai2017-08-11
| |/
| * Add tags to tagless structs and unions.Gravatar Jeremy Yallop2017-08-09
| |
| * Add Slice constructors to match all grpc_slice casesGravatar Vijay Pai2017-08-04
| |
| * Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |
| * Revert "Reintroduce a lambda capture as part of C++11-izing code"Gravatar Jan Tattermusch2017-08-03
| |
* | Merge branch 'master' into stream_compression_configGravatar Muxi Yan2017-08-02
|\|
| * Add a default delete override for the interfaceGravatar yang-g2017-08-02
| |
| * Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_apiGravatar apolcyn2017-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_statusGravatar Alexander Polcyn2017-07-28
| | |
| * | Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| |/
* | minor missing headerGravatar Muxi Yan2017-07-27
| |
* | Modify C++ and Objective C to initialize maybe_stream_compression_levelGravatar Muxi Yan2017-07-27
| |
* | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-07-26
|\|
* | Separate stream compression from message-wise compressionGravatar Muxi Yan2017-07-26
| |
| * Merge pull request #11865 from yang-g/avl_interfaceGravatar Yang Gao2017-07-26
| |\ | | | | | | Adding user_data to avl interface so that an exec_ctx can be passed in.
| | * update commentsGravatar yang-g2017-07-25
| | |
| | * Adding exec_ctx to avl vtable functionsGravatar yang-g2017-07-25
| | |
| * | Remove a follow-on internal that was added post-internalization, keep the ↵Gravatar Vijay Pai2017-07-25
| | | | | | | | | | | | templated QPS worker rather than going back to internal API
| * | Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
| |/
| * Merge pull request #11917 from hxcan/masterGravatar Mehrdad Afshari2017-07-24
| |\ | | | | | | Fix error in Doxygen comment.
| | * Fix error in Doxygen comment.Gravatar hxcan.cai2017-07-24
| | |
* | | Revert "Stream compression configuration"Gravatar Muxi Yan2017-07-21
| | | | | | | | | | | | This reverts commit a4dc077d3c1eef677102f68496732b7dd2374875.
| * | Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
| |/
| * Merge pull request #11870 from vjpai/sliceGravatar Vijay Pai2017-07-18
| |\ | | | | | | Add idiomatic C++ API for grpc::Slice construction
| * \ Merge pull request #11454 from markdroth/server_cq_ok_semanticsGravatar Mark D. Roth2017-07-18
| |\ \ | | | | | | | | Do not return calls on server when request proto fails to deserialize.
| | | * Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| | |/ | |/| | | | | | | require using grpc_slice
| * | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| | |
| * | Merge pull request #11145 from vjpai/inproc3Gravatar Vijay Pai2017-07-15
| |\ \ | | | | | | | | In-process transport
| | * | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
| | | |
| | | * Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| | |/
| * / Better handling of token lifetime.Gravatar Julien Boeuf2017-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/importGravatar Nicolas Noble2017-07-13
| |\ | | | | | | Import mutations.
| * \ Merge pull request #11466 from ncteisen/revert-zcoGravatar Noah Eisen2017-07-13
| |\ \ | | | | | | | | Partial Revert of https://github.com/grpc/grpc/pull/10743
| * | | Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
| | | |
| | * | Partial revert of https://github.com/grpc/grpc/pull/10743Gravatar ncteisen2017-07-12
| |/ /
* | | Stream compression configurationGravatar Muxi Yan2017-07-12
| | |
| * | Merge pull request #11738 from mehrdada/canonica-urlsGravatar Mehrdad Afshari2017-07-11
| |\ \ | | | | | | | | Use https://grpc.io consistently as the canonical URL