aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Optimize framing a littleGravatar Craig Tiller2017-04-12
| | | | | | | | | - rely on the fact that data-to-come holds a reference to data-being-written, so there's no need to add a ref for every frame written - provide an 'inlined' version of grpc_slice_malloc (via a #define) that gives the compiler more information about small allocations to enable better optimization
* Merge pull request #10564 from apolcyn/deflake_ruby_testGravatar apolcyn2017-04-11
|\ | | | | fix flakey race in ruby tests
| * get rid of racey sleep 5 and use a cv to wait foreverGravatar Alexander Polcyn2017-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 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
| | | | | * fix flakey race in ruby testsGravatar Alexander Polcyn2017-04-10
| | | | | |
* | | | | | Merge pull request #10407 from kpayson64/alpine_linux_supportGravatar kpayson642017-04-10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Alpine linux support
* | | | | | Merge pull request #10537 from jboeuf/ssl_factory_cleanupGravatar jboeuf2017-04-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cleanup of tsi ssl handshaker factories.
* \ \ \ \ \ \ 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
| | | | | | * | | 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
| | | | | | | |
| | * | | | | | 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
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | * | | | | Merge branch 'master' into bm_cq_multi_threadsGravatar Sree Kuchibhotla2017-04-06
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #10498 from jtattermusch/sync_csharp_dotnet_versionsGravatar Jan Tattermusch2017-04-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make C# docker image in sync with GCE performance workers
* \ \ \ \ \ \ \ \ \ \ Merge pull request #10493 from ctiller/epexGravatar Craig Tiller2017-04-06
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change pollset rules
| | | | | | | | | | | * Cleanup to make compileGravatar Craig Tiller2017-04-06
| | | | | | | | | | | |
| | | | | | | | | | | * Update function namesGravatar Craig Tiller2017-04-06
| | | | | | | | | | | |
| | | | | | | | | | | * Split event notification out of ev_epoll_linux.cGravatar Craig Tiller2017-04-06
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | | | | | | | * | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12xGravatar Jan Tattermusch2017-04-06
| |_|_|_|_|_|_|/| | | |/| | | | | | | | | |