aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Channelz get server sockets supportGravatar ncteisen2018-10-02
|
* Channelz server listening socket supportGravatar ncteisen2018-10-02
|
* Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
|\ | | | | Delete hpack lookup table
* | Address feedback commentGravatar Sree Kuchibhotla2018-09-28
| |
* | Merge branch 'master' into sreek-epGravatar Sree Kuchibhotla2018-09-28
|\ \
| | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | |
| * | Add TODO in fd_global_shutdown()Gravatar Juanli Shen2018-09-27
| | |
* | | Add comments on what 'covering' a write meansGravatar Sree Kuchibhotla2018-09-27
|/ /
* | Merge pull request #16700 from soheilhy/timer-shardsGravatar Yang Gao2018-09-27
|\ \ | | | | | | Increase the maximum number of timer shards to 32.
* \ \ Merge pull request #16698 from soheilhy/branch-optimization-errGravatar Noah Eisen2018-09-26
|\ \ \ | | | | | | | | Avoid extra branches in grpc_error_get_(str|int).
* | | | Empty implementation of grpc_use_signal since not actually needed anymoreGravatar Vijay Pai2018-09-26
| | | |
| | * | Set a minimum bound of 1 for the number of timer shards.Gravatar Soheil Hassas Yeganeh2018-09-25
| | | |
| | * | Increase the maximum number of timer shards to 32.Gravatar Soheil Hassas Yeganeh2018-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 82f9886e accidentally sets the maximum number of timer shards 1, from previously 32. We probably want to increase the max shards further.
| * | | 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
|\| |
* | | reviewer feedback:Gravatar ncteisen2018-09-25
| | |
* | | reviewer feedbackGravatar ncteisen2018-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
| * | | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| | | |
| | * | Merge branch 'master' into statuscautionGravatar Yash Tibrewal2018-09-21
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #16671 from grpc/security_func_signatureGravatar Muxi Yan2018-09-21
| |\ \ \ | | | | | | | | | | Update function signature in grpc_security
| | | * | Revert the revert to server.ccGravatar Yash Tibrewal2018-09-21
| | | | |
| | * | | Change function signatureGravatar 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
| * | | | 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 #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
| | | | * | 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
| | |/ / | |/| |
| | * | Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| | | |
* | | | Channelz socket supportGravatar ncteisen2018-09-18
| | | |
| | | * Merge branch 'master' into statuscautionGravatar Yash Tibrewal2018-09-18
| | | |\ | | |_|/ | |/| |
| | | * Noob mistakeGravatar Yash Tibrewal2018-09-17
| | | |
| | | * Reviewer commentsGravatar Yash Tibrewal2018-09-17
| | | |
| * | | 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
| | | |
| | | * Merge branch 'master' into statuscautionGravatar Yash Tibrewal2018-09-13
| | | |\ | | |_|/ | |/| |
| * | | Merge branch 'master' into tcpusertimeoutGravatar Yash Tibrewal2018-09-12
| |\ \ \
| * | | | Add logging to be sure about set valuesGravatar Yash Tibrewal2018-09-12
| | | | |
| | | * | Even cleaner implementation that does not modify the grpc_mdelem struct.Gravatar Hope Casey-Allen2018-09-12
| | | | |
| | * | | Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
| | |\ \ \ | | | | | | | | | | | | EXPERIMENTAL: C++ generic client-side unary callback API
| | * | | | fix clang tidyGravatar ncteisen2018-09-11
| |/ / / / |/| | | |
* | | | | Add check on server for channelz accessorGravatar ncteisen2018-09-11
| | | | |
* | | | | Merge pull request #16594 from yashykt/statusdrGravatar Yash Tibrewal2018-09-11
|\ \ \ \ \ | | | | | | | | | | | | Make batch_error an atomic to avoid data races
| | | | * | Clang tidyGravatar Hope Casey-Allen2018-09-11
| | | | | |
| | | | * | Small formatting and style changesGravatar Hope Casey-Allen2018-09-11
| | | | | |
| | | | * | Fix codegen script to include port_platformGravatar Hope Casey-Allen2018-09-10
| | | | | |
| | | | * | Much cleaner approach that should address code review comments as wellGravatar Hope Casey-Allen2018-09-10
| | | | | |