aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Channelz server listening socket supportGravatar ncteisen2018-10-02
|
* Merge pull request #16743 from ganmacs/fix-var-name-to-be-consistent-with-othersGravatar apolcyn2018-10-02
|\ | | | | change var name to be consistent with others
* \ Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
|\ \ | | | | | | Delete hpack lookup table
* | | upgrade CommandLineParser to 2.3.0Gravatar Jan Tattermusch2018-10-01
| | |
| | * change var name to be consistent with othersGravatar ganmacs2018-10-01
| |/ |/|
* | 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
| | |
| * | review commentsGravatar Jan Tattermusch2018-09-28
| | |
| * | Improve documentation to use Metadata.EntryGravatar Alex Villarreal2018-09-28
| | | | | | | | | Add notes about the parameters in public constructors of `Metadata.Entry`, and `Metadata`s `Add` methods (which call the aforementioned constructors), to clearly indicate what a valid key should be, **and the fact that it is converted to lowercase**. Seems like an important enough side effect that it should be explicit in the documentation.
| * | Merge pull request #16631 from szehetner/AllocationsGravatar Jan Tattermusch2018-09-28
| |\ \ | | | | | | | | C#: Various allocation optimizations
| | * | addressing a few nitsGravatar Jan Tattermusch2018-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 #16725 from ncteisen/channelz-cppGravatar Noah Eisen2018-09-27
|/| | | | | | | | | | | Channelz++ Part 4: Socket support
| * | | Channelz C++ Socket supportGravatar ncteisen2018-09-27
| | | |
* | | | Merge pull request #16713 from ncteisen/channelzGravatar Noah Eisen2018-09-27
|\| | | | | | | | | | | Implement Child Socket Support
* | | | Merge pull request #16699 from soheilhy/string-copyGravatar Yang Gao2018-09-27
|\ \ \ \ | | | | | | | | | | Avoid allocating temporary strings in Channel::CreateCall().
| | * | | reviewer feedbackGravatar ncteisen2018-09-27
| | | | |
* | | | | Merge pull request #16700 from soheilhy/timer-shardsGravatar Yang Gao2018-09-27
|\ \ \ \ \ | | | | | | | | | | | | Increase the maximum number of timer shards to 32.
| | | * | | reviewer feedbackGravatar ncteisen2018-09-27
| | | | | |
| | * | | | Make SliceFromArray() static in channel_cc.cc.Gravatar Soheil Hassas Yeganeh2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, use `context->authority_` instead of `context->authority()` for consistency.
| | | * | | Simplifiy transport querying functionGravatar ncteisen2018-09-27
| | | | | |
* | | | | | Merge pull request #15378 from ganmacs/fix-option-nameGravatar apolcyn2018-09-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change option name of client.rb
| | | | * | | Implement child socket supportGravatar ncteisen2018-09-26
| |_|_|/ / / |/| | | | |
* | | | | | 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
| | | | | * | | | Set a minimum bound of 1 for the number of timer shards.Gravatar Soheil Hassas Yeganeh2018-09-25
| | | | | | | | |
| | | | | | * | | Use SliceFromCopiedString() for host name.Gravatar Soheil Hassas Yeganeh2018-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to address Yang's review comment.
* | | | | | | | | Merge pull request #16696 from muxi/fix-nserror-crashGravatar Muxi Yan2018-09-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix NSError crash
| | | | | | * | | | 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 allocating temporary strings in Channel::CreateCall().Gravatar Soheil Hassas Yeganeh2018-09-25
| | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `SliceFromArray()` which takes a `char*` instead of `const string&`, to save string allocations for copying from a `char *`. Use the new API to eliminate two string allocations and copies per call for method and host names. release-note: no
| * | | | | | | | 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
| | | | | | | | |