aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | * | | | | | Rename openssl in testGravatar Muxi Yan2018-09-21
| | | | | | | | | |
| | | | | * | | | | Set seen_recv_trailing_metadata to falseGravatar Yash Tibrewal2018-09-20
| | | | | | | | | |
| * | | | | | | | | Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | EXPERIMENTAL: Codegen for callback client unary calls
| | | | | * | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary callout_is_default checks
| | | * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Use logger to suppress output debug output during test
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-09-20
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding
| | | | | * | | | | | | | | Fix a Status, and resolve reviewer commentsGravatar Vijay Pai2018-09-20
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #16642 from tenderlove/send-instead-of-methodGravatar apolcyn2018-09-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | Switch to `send` instead of `method(...).call`
| | | | | | * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR that should get merged soon
| | | | | * | | | | | | | | 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
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | | | | | * | | | | Merge branch 'master' into statuscautionGravatar Yash Tibrewal2018-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
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Callback API: Fix clang-tidy concerns
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #16651 from AspirinSJL/improve_force_creationGravatar Juanli Shen2018-09-19
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Change force_creation from atm to bool
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16624 from vjpai/callback_alarmsGravatar Vijay Pai2018-09-19
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | EXPERIMENTAL: Add callback-based alarms
| | | | * | | | | | | | | | Fix clang-tidy concernsGravatar Vijay Pai2018-09-19
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | | * | | | | | | | | | Change force_creation from atm to boolGravatar Juanli Shen2018-09-19
| | | | | | | | | | | | |
* | | | | | | | | | | | | regenerate projectsGravatar ncteisen2018-09-19
| | | | | | | | | | | | |
| | | | | | * | | | | | | Use logger to suppress output debug output during testGravatar ganmacs2018-09-19
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Channelz socket supportGravatar ncteisen2018-09-18
| | | | | | | | | | | |
| | | | | | | * | | | | Merge branch 'master' into statuscautionGravatar Yash Tibrewal2018-09-18
| | | | | | | |\ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| | | | | | * | | | | | Merge branch 'master' into callback_codegen_client_unaryGravatar Vijay Pai2018-09-18
| | | | | | |\ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #16638 from vjpai/callback_exceptionsGravatar Vijay Pai2018-09-18
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | EXPERIMENTAL: Catch exceptions in user callbacks
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16477 from ganmacs/rescue-grpc-call-errorGravatar apolcyn2018-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | Rescue `GRPC::Core::CallError` so that worker threads are not killed
| | | | | | | * | | | | | Add codegen support for client callback unary callsGravatar Vijay Pai2018-09-18
| | | | | | | | | | | | |
| | | | | * | | | | | | | Switch to `send` instead of `method(...).call`Gravatar Aaron Patterson2018-09-17
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit switches `method(...).call` to `send`. The call sites I changed were all immediately calling `call` on the method object, then throwing the method object away. Using `send` should be equivalent and will not allocate the intermediate `method` object.
| | | | | | | * | | | | Noob mistakeGravatar Yash Tibrewal2018-09-17
| | | | | | | | | | | |
| | | | | | | * | | | | Reviewer commentsGravatar Yash Tibrewal2018-09-17
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #16640 from mehrdada/fix-ssl-credentials-nullGravatar Mehrdad Afshari2018-09-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix SSL channel credential when an argument is None
| | * | | | | | | | | | | Fix SSL channel credential when an argument is NoneGravatar Mehrdad Afshari2018-09-17
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #16459 from arfaian/masterGravatar Juanli Shen2018-09-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation error due to missing absl qualification.
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16639 from yashykt/statustsanGravatar Yash Tibrewal2018-09-17
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | Convert status_error to an atomic because it can be accessed from dif…
| | * | | | | | | | | | | Convert status_error to an atomic because it can be accessed from different ↵Gravatar Yash Tibrewal2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threads at the same time
| | | | | | | | * | | | | Reviewer commentsGravatar 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | support for ruby_package options
| * | | | | | | | | | | | Merge pull request #16628 from apolcyn/respect_no_loggingGravatar apolcyn2018-09-14
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow by the no_logging param to grpc_parse_ipv6_hostport
| | | * | | | | | | | | | | Updates to the ruby generator for protobuf 3.6.0 changesGravatar Nick Gordon2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test for verifying the ruby_package option added WeWork to the AUTHORS file
| | | | | | | | | | | | | * optimize Metadata.Entry normalization and validation check. Replaced Regex ↵Gravatar Stephan Zehetner2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with custom loop, avoid string allocation if input is already lowercase.