aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
* Merge pull request #16660 from muxi/rename-boringssl-grpcGravatar Muxi Yan2018-09-21
|\
* \ Merge pull request #16671 from grpc/security_func_signatureGravatar Muxi Yan2018-09-21
|\ \
* \ \ Merge pull request #16661 from hcaseyal/skip_slice_eqGravatar hcaseyal2018-09-21
|\ \ \
| | * | Change function signatureGravatar Muxi Yan2018-09-21
* | | | Merge pull request #16659 from grpc/security_func_signatureGravatar Muxi Yan2018-09-21
|\ \ \ \ | | |/ / | |/| |
| | | * Rename openssl in testGravatar Muxi Yan2018-09-21
* | | | Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\ \ \ \
| | | | * bug fixGravatar Muxi Yan2018-09-20
| | | * | Add comment to explain obscure performance choiceGravatar Hope Casey-Allen2018-09-20
| * | | | Add a virtual destructor to the new class with virtual methodsGravatar Vijay Pai2018-09-20
| | | | * replace #include library name in BoringSSL filesGravatar Muxi Yan2018-09-20
| | | * | Fix on_trailing_headerGravatar Hope Casey-Allen2018-09-20
| | * | | generate_projects.shGravatar Muxi Yan2018-09-20
* | | | | Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checksGravatar hcaseyal2018-09-20
|\ \ \ \ \
| | * | | | Make our C function pointer use consistentGravatar Vijay Pai2018-09-20
* | | | | | Merge pull request #16653 from ganmacs/not-to-use-p-in-testGravatar apolcyn2018-09-20
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-09-20
|\ \ \ \ \ \ \
| | | | * | | | Fix a Status, and resolve reviewer commentsGravatar Vijay Pai2018-09-20
* | | | | | | | Merge pull request #16642 from tenderlove/send-instead-of-methodGravatar apolcyn2018-09-20
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | | | | * | | Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
| | | | * | | | Add in port_platform.h. The permanent fix for this is currently in a pending ...Gravatar Hope Casey-Allen2018-09-19
| | | | * | | | Remove unnecessary callout_is_default checksGravatar Hope Casey-Allen2018-09-19
| |_|_|/ / / / |/| | | | | |
| | | | | * | Skip 2 slice_eq checks on static mdelems on hpack parse pathGravatar Hope Casey-Allen2018-09-19
| |_|_|_|/ / |/| | | | |
| | | | | * Rename the openssl framework to openssl_grpc to avoid conflictGravatar Muxi Yan2018-09-19
| |_|_|_|/ |/| | | |
| | | | * Merge branch 'master' into callback_codegen_client_unaryGravatar Vijay Pai2018-09-19
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
* | | | | Merge pull request #16655 from vjpai/callback_tidyGravatar Vijay Pai2018-09-19
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #16651 from AspirinSJL/improve_force_creationGravatar Juanli Shen2018-09-19
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #16624 from vjpai/callback_alarmsGravatar Vijay Pai2018-09-19
|\ \ \ \ \ \ \
| | | * | | | | Fix clang-tidy concernsGravatar Vijay Pai2018-09-19
| |_|/ / / / / |/| | | | | |
| | * | | | | Change force_creation from atm to boolGravatar Juanli Shen2018-09-19
| | | | | * | Use logger to suppress output debug output during testGravatar ganmacs2018-09-19
| |_|_|_|/ / |/| | | | |
| | | | | * Merge branch 'master' into callback_codegen_client_unaryGravatar Vijay Pai2018-09-18
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #16638 from vjpai/callback_exceptionsGravatar Vijay Pai2018-09-18
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #16477 from ganmacs/rescue-grpc-call-errorGravatar apolcyn2018-09-18
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | | | | * Add codegen support for client callback unary callsGravatar Vijay Pai2018-09-18
| | | | * | | Switch to `send` instead of `method(...).call`Gravatar Aaron Patterson2018-09-17
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #16640 from mehrdada/fix-ssl-credentials-nullGravatar Mehrdad Afshari2018-09-17
|\ \ \ \ \ \
| * | | | | | Fix SSL channel credential when an argument is NoneGravatar Mehrdad Afshari2018-09-17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #16459 from arfaian/masterGravatar Juanli Shen2018-09-17
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #16639 from yashykt/statustsanGravatar Yash Tibrewal2018-09-17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Convert status_error to an atomic because it can be accessed from different t...Gravatar Yash Tibrewal2018-09-14
| | | | * | | Catch exceptions in user callbacksGravatar Vijay Pai2018-09-14
* | | | | | | Merge pull request #16014 from wework/protobuf/ruby_packageGravatar apolcyn2018-09-14
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #16628 from apolcyn/respect_no_loggingGravatar apolcyn2018-09-14
|\ \ \ \ \ \ \
| | * | | | | | Updates to the ruby generator for protobuf 3.6.0 changesGravatar Nick Gordon2018-09-14
* | | | | | | | ruby: Raise instead of hanging if grpc is used before and after forkGravatar Dylan Thacker-Smith2018-09-13
| |_|/ / / / / |/| | | | | |
| * | | | | | Follow the no_logging param to parse_ipv6_host_portGravatar Alexander Polcyn2018-09-13
|/ / / / / /
| | | | * | Add callback-based alarmsGravatar Vijay Pai2018-09-13