aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Use the right newGravatar ncteisen2018-10-04
|
* Add testsGravatar ncteisen2018-10-04
|
* Merge branch 'master' of https://github.com/grpc/grpc into channelz-registryGravatar ncteisen2018-10-04
|\
| * Merge pull request #16774 from ncteisen/channelz-socketGravatar Noah Eisen2018-10-04
| |\ | | | | | | Fix Channelz Defaults and Initialization
| * \ Merge pull request #16787 from zpencer/grpc_cli_utilGravatar zpencer2018-10-04
| |\ \ | | | | | | | | Split grpc_cli target into two targets
| | | * Reviewer feedbackGravatar ncteisen2018-10-04
| | | |
* | | | Add compaction to channelz registryGravatar ncteisen2018-10-04
| | | |
| | * | Split grpc_cli target into two targetsGravatar Spencer Fang2018-10-04
| |/ / | | | | | | | | | | | | | | | Let's have a util target that contains everything except for the CLI front end. This way, users can depend on the util classes without any risk of CLI flag collisions.
| * | Merge pull request #16762 from kevindamm-jigsaw/patch-1Gravatar Jan Tattermusch2018-10-04
|/| | | | | | | | Update README.md ordered list spacing
* | | Merge pull request #16768 from guantaol/resolve_address_testGravatar Guantao Liu2018-10-03
|\ \ \ | | | | | | | | Fix the unknown argument issue in resolve_address_test.cc.
| | | * Clenaer channelz default valuesGravatar ncteisen2018-10-03
| |_|/ |/| |
* | | Merge pull request #16742 from Capstan/cli-call-credsGravatar Yang Gao2018-10-03
|\ \ \ | | | | | | | | Fix inverted logic for --call_creds=none.
* \ \ \ Merge pull request #16716 from yashykt/interceptors_initialGravatar Yash Tibrewal2018-10-03
|\ \ \ \ | | | | | | | | | | Create interfaces and initial plumbing for interception API
* \ \ \ \ Merge pull request #16695 from yihuazhang/pass_pollset_set_tsi_handshakerGravatar yihuaz2018-10-03
|\ \ \ \ \ | | | | | | | | | | | | Create and pass pollset_set to ALTS TSI handshaker
| | | | * | Cover the case that there is no command-line argument.Gravatar Guantao Liu2018-10-02
| | | | | |
| * | | | | pass a pollset_set to ALTS TSI handshakerGravatar Yihua Zhang2018-10-02
|/ / / / /
| | | * / Fix the unknown argument issue in resolve_address_test.ccGravatar Guantao Liu2018-10-02
| |_|/ / |/| | |
| * | | Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
| |\ \ \
* | \ \ \ Merge pull request #16751 from guantaol/fix_unused_resultGravatar Juanli Shen2018-10-02
|\ \ \ \ \ | |_|/ / / |/| | | | Fix the unused result error in client_channel_stress_test.cc.
| | | | * Update README.md ordered list spacingGravatar Kevin Damm2018-10-02
| |_|_|/ |/| | | | | | | Certain markdown interpreters do not recognize ordered lists if there isn't a blank line between the numbered lines. This change corrects the spacing between the steps for getting gRPC into a Unity project.
* | | | Merge pull request #16752 from jtattermusch/cmake_no_lib_stdcxxGravatar Jan Tattermusch2018-10-02
|\ \ \ \ | | | | | | | | | | cmake: prevent C core from depending on libstdc++
* \ \ \ \ Merge pull request #16755 from jtattermusch/server_reflection_markdownGravatar Jan Tattermusch2018-10-02
|\ \ \ \ \ | | | | | | | | | | | | server-reflection.md: fix markdown
| * | | | | server-reflection.md: fix markdownGravatar Jan Tattermusch2018-10-02
|/ / / / /
| * | | | cmake: prevent C core from depending on libstdc++Gravatar Jan Tattermusch2018-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 #16657 from g-easy/deadlineGravatar Vijay Pai2018-10-01
|\ \ \ \ \ | | | | | | | | | | | | Document that set_deadline() uses absolute time.
| | | * | | Fix the unused result error in client_channel_stress_test.cc.Gravatar Guantao Liu2018-10-01
| |_|/ / / |/| | | |
* | | | | Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
|\ \ \ \ \ | | | | | | | | | | | | Delete hpack lookup table
* \ \ \ \ \ Merge pull request #16747 from jtattermusch/cleanup_artifact_dockerfilesGravatar Jan Tattermusch2018-10-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix and polish artifact dockerfiles (and make them buildable again)
| | * | | | | Add comment to specify hpack elementsGravatar Hope Casey-Allen2018-10-01
| | | | | | |
* | | | | | | Merge pull request #16746 from jtattermusch/csharp_upgrade_commandlineparserGravatar Jan Tattermusch2018-10-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Upgrade CommandLineParser to 2.3.0
| | * | | | | | node artifact docker images not needed anymoreGravatar Jan Tattermusch2018-10-01
| | | | | | | |
| | * | | | | | fix copyrightGravatar Jan Tattermusch2018-10-01
| | | | | | | |
* | | | | | | | Merge pull request #16738 from hcaseyal/add_microbenchmarking_documentationGravatar hcaseyal2018-10-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add documentation for running microbenchmarks with internal tooling
| | | * | | | | | fix and polish artifact dockerfilesGravatar Jan Tattermusch2018-10-01
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | upgrade CommandLineParser to 2.3.0Gravatar Jan Tattermusch2018-10-01
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #16731 from jtattermusch/build_yaml_cleanupGravatar Jan Tattermusch2018-10-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | build.yaml cleanup: legacy visual studio fields
| | | | | * | | change var name to be consistent with othersGravatar ganmacs2018-10-01
| |_|_|_|/ / / |/| | | | | |
| | | | | | * Fix inverted logic for --call_creds=none.Gravatar Nathan Herring2018-10-01
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Fixes #16622. Follow up to change 6e3938c. Thanks to @bluecmd for pointing it out.
| | | | | * Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | inproc channel
* | | | | | Merge pull request #16726 from sreecha/sreek-epGravatar Sree Kuchibhotla2018-09-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add comments in tcp_posix.cc on what 'covering' a write means
* \ \ \ \ \ \ Merge pull request #16704 from sreecha/sreek-pe-docGravatar Sree Kuchibhotla2018-09-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Documentation about grpc polling engines
| | * | | | | | Address feedback commentGravatar Sree Kuchibhotla2018-09-28
| | | | | | | |
| * | | | | | | Merge branch 'master' into sreek-pe-docGravatar Sree Kuchibhotla2018-09-28
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| | * | | | | | Merge branch 'master' into sreek-epGravatar Sree Kuchibhotla2018-09-28
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| | | | * | | | Add documentation for running microbenchmarks with other toolingGravatar Hope Casey-Allen2018-09-28
| | | | | | | |
* | | | | | | | Merge pull request #16736 from grpc/lockGravatar Nicolas Noble2018-09-28
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Create lock.yml
| * | | | | | | Create lock.ymlGravatar Nicolas Noble2018-09-28
|/ / / / / / /
| | | | * | | Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | | | | | |
* | | | | | | Merge pull request #15223 from alexvy86/patch-1Gravatar Jan Tattermusch2018-09-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | (C# documentation) Improve Metadata.Entry documentation