aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Transfer ownership of tsi_handshaker in adapter_create_result.Gravatar jiangtaoli20162017-04-11
|
* Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-11
|\
| * Merge pull request #9328 from trimbo/metadata_dnsGravatar jboeuf2017-04-11
| |\ | | | | | | Google Compute Metadata - use full DNS path
| * \ Merge pull request #10501 from ctiller/epex2Gravatar Craig Tiller2017-04-11
| |\ \ | | | | | | | | Split event notification out of ev_epoll_linux.c
| | | * Google Compute Metadata hostname fixGravatar Chris Trimble2017-04-11
| | |/ | |/| | | | | | | | | | | | | From within containers (or possibly other scenarios), the metadata hostname might not resolve on GCP. Setting this to the full path guarantees it will resolve.
* | | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-11
|\| |
* | | Revise based on Julien's comments.Gravatar jiangtaoli20162017-04-11
| | |
| * | Merge pull request #10480 from jtattermusch/csharp_new_projectsGravatar Jan Tattermusch2017-04-11
| |\ \ | | | | | | | | C# new .csproj projects
| * \ \ Merge pull request #10542 from jtattermusch/intptr_avoid_boxingGravatar Jan Tattermusch2017-04-11
| |\ \ \ | | | | | | | | | | Avoid boxing of IntPtr in CompletionRegistry
| * \ \ \ Merge pull request #10521 from y-zeng/fix_max_idleGravatar Yuchen Zeng2017-04-11
| |\ \ \ \ | | | | | | | | | | | | Fix the max idle timer
* | | | | | Use handshaker_result_created in tsi_adapter_handshakerGravatar jiangtaoli20162017-04-10
| | | | | |
* | | | | | Revise based on Mark's comments.Gravatar jiangtaoli20162017-04-10
| | | | | |
| * | | | | Merge pull request #10407 from kpayson64/alpine_linux_supportGravatar kpayson642017-04-10
| |\ \ \ \ \ | | | | | | | | | | | | | | Alpine linux support
* | | | | | | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-10
|\| | | | | |
| * | | | | | Merge pull request #10537 from jboeuf/ssl_factory_cleanupGravatar jboeuf2017-04-10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleanup of tsi ssl handshaker factories.
* | | | | | | | support C++ error_detailsGravatar yang-g2017-04-10
| | | | | | | |
* | | | | | | | Ignore a couple of errors in the Node express benchmarkGravatar murgatroid992017-04-10
| | | | | | | |
| * | | | | | | Merge pull request #10518 from murgatroid99/node_express_benchmark_fixGravatar Michael Lumish2017-04-10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ignore a couple of errors in the Node express benchmark
| * \ \ \ \ \ \ \ Merge pull request #10524 from yang-g/error_detailsGravatar Yang Gao2017-04-10
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Support C++ (binary) error_details
* | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into new_tsiGravatar jiangtaoli20162017-04-10
|\| | | | | | | | |
| | | | | | | * | | avoid boxing of IntPtrGravatar Jan Tattermusch2017-04-10
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge pull request #10509 from apolcyn/json_driver_rpc_loggerGravatar apolcyn2017-04-09
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | create a grpc client qps test logging reporter
| | | | | * | | | | Cleanup of tsi ssl handshaker factories.Gravatar Julien Boeuf2017-04-09
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no reason why the client and server factories should be implementations from the same base. Doing the cleanup now so that implementation of the #10528 feature will be less noisy. Also, re-added tsi to clang-format which was dropped when moved from src/core/lib to src/core.
| | * | | | | | | create a grpc client qps test logging reporterGravatar Alexander Polcyn2017-04-08
| | | | | | | | |
* | | | | | | | | Update TSI with new non-blocking TSI interfaces.Gravatar jiangtaoli20162017-04-07
|/ / / / / / / /
| | * / / / / / support C++ error_detailsGravatar yang-g2017-04-07
| |/ / / / / / |/| | | | | |
| | | | * | | Fix the max idle timerGravatar Yuchen Zeng2017-04-07
| | |_|/ / / | |/| | | |
| | * | | | Ignore a couple of errors in the Node express benchmarkGravatar murgatroid992017-04-07
| |/ / / / |/| | | |
* | | | | Merge pull request #10211 from muxi/fix-maybe-embiggenGravatar Muxi Yan2017-04-07
|\ \ \ \ \ | | | | | | | | | | | | Fix unnecessary slice moving in slice_buffer.c:maybe_embiggen
* \ \ \ \ \ Merge pull request #10492 from ncteisen/error-overflowGravatar Noah Eisen2017-04-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix Error Overflow Bug
| | | | | * | remove global.jsonGravatar Jan Tattermusch2017-04-07
| | | | | | |
| | | | | * | update docsGravatar Jan Tattermusch2017-04-07
| | | | | | |
| | | | | * | fix package downgrade warning in dotnet restoreGravatar Jan Tattermusch2017-04-07
| | | | | | |
| | | | | * | fix C# build_packages scriptsGravatar Jan Tattermusch2017-04-07
| | | | | | |
| | | | | * | adjust run_tests scriptsGravatar Jan Tattermusch2017-04-07
| | | | | | |
| | | | | * | Initial migration to new .csproj filesGravatar Jan Tattermusch2017-04-07
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #10500 from jtattermusch/upmerge_v12xGravatar Jan Tattermusch2017-04-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upmerge from upstream/v1.2.x to master
* \ \ \ \ \ \ Merge pull request #10467 from sreecha/bm_cq_multi_threadsGravatar Sree Kuchibhotla2017-04-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Microbenchmark for measuring impact of multiple threads calling cq_next
* \ \ \ \ \ \ \ Merge pull request #10231 from ctiller/dynamic_tcp_sizingGravatar Craig Tiller2017-04-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Dynamically adjust TCP read buffer size
* \ \ \ \ \ \ \ \ Merge pull request #10365 from ctiller/lazy-parentGravatar Craig Tiller2017-04-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Lazily create parent/child structures
| | | | | * | | | clang fmtGravatar Noah Eisen2017-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If I had a nickle...
| | | | | | | * | Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #10204 from murgatroid99/node_protobuf_js_6_upgradeGravatar Michael Lumish2017-04-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upgrade Node dependency on Protobuf.js to version 6
* \ \ \ \ \ \ \ \ Merge pull request #10491 from y-zeng/fix_max_ageGravatar Yuchen Zeng2017-04-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix headers included in max_age_filter.c
| | | | | | | | | * Explicitly include atm to fix Windows buildGravatar Craig Tiller2017-04-06
| | | | | | | | | |
| | | | * | | | | | Fix posix leakageGravatar Craig Tiller2017-04-06
| | | | | | | | | |
| | | | * | | | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-06
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | * | | | | | | | Correct use of ProtoBuf.js 6 message encoding APIGravatar murgatroid992017-04-06
| | | | | | | | | |
| | | | | | | * | | Fix error overflow bugGravatar Noah Eisen2017-04-06
| | | | | | | | | |
| | | | | | | | | * Merge github.com:grpc/grpc into epex2Gravatar Craig Tiller2017-04-06
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |