aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
|\
| * Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| |\
* | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
|\| |
| * | Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
| |\ \
* | | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
|\| | |
| * | | Merge pull request #12413 from sreecha/fix-epoll1-bugGravatar Sree Kuchibhotla2017-09-07
| |\ \ \
| * | | | Garbage collect experimental pollersGravatar Craig Tiller2017-09-07
| * | | | Merge pull request #12353 from kpayson64/scatter_readGravatar kpayson642017-09-06
| |\ \ \ \
| | | * | | Kicked worker shouldn't add pollset to neighbhourhoodGravatar Sree Kuchibhotla2017-09-06
| | |/ / / | |/| | |
| | * | | Use all read buffers when doing a scatter readGravatar Ken Payson2017-09-06
| * | | | Merge pull request #12341 from yang-g/externGravatar Yang Gao2017-09-05
| |\ \ \ \
| | | | | * Reset cancellation closure when unreffing the call to avoid race conditions.Gravatar Mark D. Roth2017-09-05
| | * | | | Make grpc_call_log_batch take const char*Gravatar yang-g2017-09-05
* | | | | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-05
|\| | | | |
* | | | | | Mac compilation fixesGravatar Craig Tiller2017-09-05
| * | | | | Merge pull request #12298 from markdroth/default_metadata_fixGravatar Mark D. Roth2017-09-05
| |\ \ \ \ \
* | | | | | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-01
|\| | | | | |
* | | | | | | Sanity fixesGravatar Craig Tiller2017-09-01
| | | | | | * Fix asan and tsan failures.Gravatar Mark D. Roth2017-09-01
| | | | | | * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| | |_|_|_|/ | |/| | | |
| | * | | | Use a separate table to determine which callouts are default.Gravatar Mark D. Roth2017-09-01
| * | | | | Merge pull request #11873 from ctiller/statsGravatar Craig Tiller2017-08-31
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #12343 from sreecha/enable-epoll1Gravatar Sree Kuchibhotla2017-08-31
| |\ \ \ \ \ \
| | | * \ \ \ \ Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-31
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #12306 from kpayson64/ref_counting_slicesGravatar kpayson642017-08-31
| |\ \ \ \ \ \ \
* | | | | | | | | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-08-31
|\| | | | | | | |
| * | | | | | | | Revert "Fake zero copy protector"Gravatar Jan Tattermusch2017-08-31
| | | * | | | | | Enable epoll1Gravatar Sree Kuchibhotla2017-08-30
| | | | | | * | | Log offending ops and error code before crashing the serverGravatar yang-g2017-08-30
| | | | |_|/ / / | | | |/| | | |
| * | / | | | | Implement fake TSI zero-copy frame protectorGravatar jiangtaoli20162017-08-30
| | |/ / / / / | |/| | | | |
| * | | | | | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| | | * | | | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Documentation change + e2e test fixGravatar Ken Payson2017-08-29
| | * | | | | Have write ops take ownership over slicesGravatar Ken Payson2017-08-29
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #12137 from y-zeng/call_atmGravatar Yuchen Zeng2017-08-28
| |\ \ \ \ \
| * | | | | | Remove extraneous parenGravatar ncteisen2017-08-28
| * | | | | | clang formatGravatar Sree Kuchibhotla2017-08-27
| * | | | | | Remove test variableGravatar Sree Kuchibhotla2017-08-27
| * | | | | | change num_events and cursor to gpr_atm for memory visibilityGravatar Sree Kuchibhotla2017-08-27
| * | | | | | Reduce batch size to 1 - This seems to help with unary and streamingGravatar Sree Kuchibhotla2017-08-25
| | * | | | | Add explanation for recv_stateGravatar Yuchen Zeng2017-08-25
| | | | | | * Add ChannelConnectivityWatcher::Ref()/Unref()Gravatar Yuchen Zeng2017-08-25
| | | | | * | Detect default metadata using the callout list.Gravatar Mark D. Roth2017-08-25
| | | | | | * Add gpr_is_trueGravatar Yuchen Zeng2017-08-25
| * | | | | | Merge branch 'master' into epoll1-work-distGravatar Sree Kuchibhotla2017-08-25
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | fix typoGravatar Sree Kuchibhotla2017-08-25
| * | | | | | mergeGravatar Sree Kuchibhotla2017-08-25
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Merge pull request #11566 from markdroth/call_combinerGravatar Mark D. Roth2017-08-25
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | | * | | | Merge pull request #12282 from yang-g/sync_thd_refactorGravatar Yang Gao2017-08-24
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |