aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #15378 from ganmacs/fix-option-nameGravatar apolcyn2018-09-26
|\ | | | | Change option name of client.rb
* \ Merge pull request #16698 from soheilhy/branch-optimization-errGravatar Noah Eisen2018-09-26
|\ \ | | | | | | Avoid extra branches in grpc_error_get_(str|int).
* \ \ Merge pull request #13779 from gislan/masterGravatar David G. Quintas2018-09-26
|\ \ \ | | | | | | | | Fix the ownership comment on grpc_lb_addresses_set_address() function.
* | | | Empty implementation of grpc_use_signal since not actually needed anymoreGravatar Vijay Pai2018-09-26
| | | |
* | | | Merge pull request #16367 from jtattermusch/csharp_new_serialization_apiGravatar Jan Tattermusch2018-09-26
|\ \ \ \ | | | | | | | | | | Add new C# serialization API
* \ \ \ \ Merge pull request #16696 from muxi/fix-nserror-crashGravatar Muxi Yan2018-09-25
|\ \ \ \ \ | | | | | | | | | | | | Fix NSError crash
| * | | | | clang_formatGravatar Muxi Yan2018-09-25
| | | | | |
| | * | | | address commentsGravatar Jan Tattermusch2018-09-25
| | | | | |
| | | | * | Avoid extra branches in grpc_error_get_(str|int).Gravatar Soheil Hassas Yeganeh2018-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the check for "which" inside the for loop, will let the compiler unroll the loop and merge it with the branches grpc_error_is_especial. This is visible in the following godbolts: Before: https://godbolt.org/z/Nqujh1 After: https://godbolt.org/z/fA2PX-
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-09-25
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | add DeserializationContext implementation noteGravatar Jan Tattermusch2018-09-25
| | | | | |
| | * | | | Add tests for NSError+GRPCGravatar Muxi Yan2018-09-25
| | | | | |
| | * | | | Fix crash in grpc_errorFromStatusCodeGravatar Muxi Yan2018-09-25
| |/ / / /
* | | | | reviewer feedback:Gravatar ncteisen2018-09-25
| | | | |
* | | | | fix asanGravatar ncteisen2018-09-24
| | | | |
| * | | | Merge pull request #16693 from AspirinSJL/use_different_portGravatar Juanli Shen2018-09-24
| |\ \ \ \ | | | | | | | | | | | | Use unique port in php test
| | * | | | Use unique port in php testGravatar Juanli Shen2018-09-24
| | | | | |
* | | | | | reviewer feedbackGravatar ncteisen2018-09-24
| | | | | |
| * | | | | Free result of grpc_dump_sliceGravatar David Garcia Quintas2018-09-24
| | | | | |
| * | | | | Merge pull request #16582 from yashykt/statuscautionGravatar Yash Tibrewal2018-09-24
| |\ \ \ \ \ | | | | | | | | | | | | | | Be cautious and wait for recv initial metadata and recv message callbacks to complete if they cause errors
| | | | * | | add MarshallerTestGravatar Jan Tattermusch2018-09-23
| | | | | | |
| | | | * | | contextual marshaller testGravatar Jan Tattermusch2018-09-23
| | | | | | |
| * | | | | | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| | | | | | |
| | * | | | | Merge branch 'master' into statuscautionGravatar Yash Tibrewal2018-09-21
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Add commentGravatar Yash Tibrewal2018-09-21
| | | | | | |
| * | | | | | Merge pull request #16660 from muxi/rename-boringssl-grpcGravatar Muxi Yan2018-09-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Rename the BoringSSL framework to openssl_grpc to avoid conflict with OpenSSL
| * \ \ \ \ \ \ Merge pull request #16671 from grpc/security_func_signatureGravatar Muxi Yan2018-09-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update function signature in grpc_security
| * \ \ \ \ \ \ \ Merge pull request #16661 from hcaseyal/skip_slice_eqGravatar hcaseyal2018-09-21
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | Skip 2 slice_eq checks on static mdelems on hpack parse path
| | | | | * | | | Revert the revert to server.ccGravatar Yash Tibrewal2018-09-21
| | | | | | | | |
| | | * | | | | | Change function signatureGravatar Muxi Yan2018-09-21
| | | | | | | | |
| * | | | | | | | Merge pull request #16659 from grpc/security_func_signatureGravatar Muxi Yan2018-09-21
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | Update function signature in grpc_security
| | | | * | | | | 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
| | |_|_|_|/ / / / / / | |/| | | | | | | | |