aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #16713 from ncteisen/channelzGravatar Noah Eisen2018-09-27
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | Implement Child Socket Support
| | * | | | | | | generate_projects.shGravatar Sree Kuchibhotla2018-09-27
| | | | | | | | |
| | | | | | * | | generate_projects.shGravatar Sree Kuchibhotla2018-09-27
| | | | | | | | |
| | | | * | | | | Polling engine usage in client serverGravatar Sree Kuchibhotla2018-09-27
| | | | | | | | |
| | | * | | | | | add google default creds go testsGravatar Menghan Li2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cloud_to_prod_auth google_default_creds tests are for c++
* | | | | | | | | Merge pull request #16699 from soheilhy/string-copyGravatar Yang Gao2018-09-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Avoid allocating temporary strings in Channel::CreateCall().
* \ \ \ \ \ \ \ \ \ Merge pull request #16535 from eundoosong/remove_unused_importGravatar Mehrdad Afshari2018-09-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove unused import
| | | * | | | | | | | 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).
| | | | | | * | | | | | | Cq documentationGravatar Sree Kuchibhotla2018-09-26
| | | | | | | |/ / / / / | | | | | | |/| | | | |
* | | | | | | | | | | | Merge pull request #13779 from gislan/masterGravatar David G. Quintas2018-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the ownership comment on grpc_lb_addresses_set_address() function.
| | | | | | | | | | * | | Moved to under coreGravatar Sree Kuchibhotla2018-09-26
| | | | | | | | | | | | |
| | | | | | | | | | * | | Address review commentsGravatar Sree Kuchibhotla2018-09-26
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #16707 from vjpai/tempsigGravatar Vijay Pai2018-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empty implementation of grpc_use_signal since no longer needed
| * | | | | | | | | | | | | Empty implementation of grpc_use_signal since not actually needed anymoreGravatar Vijay Pai2018-09-26
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #16637 from jtattermusch/kokoro_extra_logsGravatar Jan Tattermusch2018-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make "Target log" available for per-language test suites
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16367 from jtattermusch/csharp_new_serialization_apiGravatar Jan Tattermusch2018-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new C# serialization API
| | | | | | | | | | | | * | | Documentation about grpc polling enginesGravatar Sree Kuchibhotla2018-09-25
| | | | | | | | | | |_|/ / / | | | | | | | | | |/| | | |
| | | | | | * | | | | | | | 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
| | | | | | | | | * | | | | Fix styling issue added in c1a1d668Gravatar Soheil Hassas Yeganeh2018-09-25
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #16649 from ncteisen/channelzGravatar Noah Eisen2018-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | Channelz Part 6: Basic Socket Support
| | | | * | | | | | | | | | rename _tempfile -> _logfileGravatar Jan Tattermusch2018-09-26
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | 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
| | | | | | | | | | | |
| | | | * | | | | | | | upload both sponge_log.xml and sponge_log.logGravatar Jan Tattermusch2018-09-25
| | | | | | | | | | | |
| | | | * | | | | | | | update artifact cleanup scriptGravatar Jan Tattermusch2018-09-25
| | | | | | | | | | | |
| | | | * | | | | | | | make logs available by run_tests_matrix.py suitesGravatar Jan Tattermusch2018-09-25
| | | | | | | | | | | |
| | | | * | | | | | | | support custom logfile name in jobset.pyGravatar Jan Tattermusch2018-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
| | | | | | | | | |
| | * | | | | | | | Don't test socket in core end2end testGravatar ncteisen2018-09-24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #16691 from dgquintas/free-dump-sliceGravatar David G. Quintas2018-09-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Free result of grpc_dump_slice