aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge branch 'stats' into stats_histoGravatar Craig Tiller2017-08-29
|\
| * Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
| |\
| | * Merge pull request #12137 from y-zeng/call_atmGravatar Yuchen Zeng2017-08-28
| | |\ | | | | | | | | Fix data race in call.c
| | * \ Merge pull request #12303 from dgquintas/rr_shutdown_sc_shutdownGravatar David G. Quintas2017-08-28
| | |\ \ | | | | | | | | | | Removed in_connectivity_shutdown from RR
| | * | | Remove extraneous parenGravatar ncteisen2017-08-28
| | | | |
| | | * | Removed in_connectivity_shutdown from RRGravatar David Garcia Quintas2017-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
| | | | | | | | | | | | | | | | | | | | benchmarks
| | | | * Add explanation for recv_stateGravatar 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
| | | | | * | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | | | | | |
| | | | * | | Merge pull request #12282 from yang-g/sync_thd_refactorGravatar Yang Gao2017-08-24
| | | | |\ \ \ | | | | | |/ / | | | | |/| | Refactor sync/thd headers
| | | | * | | Merge pull request #11782 from muxi/stream_compression_configGravatar Muxi Yan2017-08-24
| | | | |\ \ \ | | | | | | | | | | | | | | | | Implement stream compression - configuration and negotiation
| | | | | | * | Update block_annotate.hGravatar yang-g2017-08-24
| | | | | | | |
| | | | | | * | Remove stale fileGravatar yang-g2017-08-24
| | | | | |/ / | | | | |/| |
| | | | | * | Fix stream_compression_payload test flakeGravatar Muxi Yan2017-08-23
| | | | | | |
| | | | * | | Merge pull request #12240 from yang-g/endoGravatar Yang Gao2017-08-23
| | | |/| | | | | | | | | | | | | | | | | Add a new macro for custom profiler
| | | | | * | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-23
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Merge pull request #12242 from dgquintas/rr_initial_connGravatar David G. Quintas2017-08-22
| | | |\ \ \ \ | | | | | | | | | | | | | | | | RR: Initialize subchannel connectivity state
| | | * \ \ \ \ Merge pull request #12251 from ncteisen/fix-ubsanGravatar Noah Eisen2017-08-22
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix ubsan
| | | * \ \ \ \ \ Merge pull request #12246 from yang-g/epoll1Gravatar Yang Gao2017-08-22
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add timer annotations in epoll1
| | | | | * | | | | Fix ubsanGravatar Noah Eisen2017-08-22
| | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | Add timer annotations in epoll1Gravatar yang-g2017-08-21
| | | | | | | | |
| | | * | | | | | Merge pull request #12182 from dgquintas/grpclb_destroy_bbrGravatar David G. Quintas2017-08-21
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | Added missing call to grpc_byte_buffer_reader_destroy()
| | | | | | * | | fix C++ wrapperGravatar yang-g2017-08-21
| | | | | | | | |
| | | | | | * | | Fix mismatched BEGIN/ENDGravatar yang-g2017-08-21
| | | | | | | | |
| | | | | * | | | RR: Initialize subchannel connectivity stateGravatar David Garcia Quintas2017-08-21
| | | | |/ / / / | | | |/| | | |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | |
| | | | | * | | Add a new macro for custom profilerGravatar yang-g2017-08-21
| | | | |/ / / | | | |/| | |
| | | * | | | Merge pull request #11936 from sreecha/fix-end2end-testGravatar Sree Kuchibhotla2017-08-19
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Fix streaming_response_error end2end test in epoll1
| | | | | | * | Do not add accept-encoding field when it existsGravatar Muxi Yan2017-08-18
| | | | | | | |
| | | | | | * | Fix minor build issueGravatar Muxi Yan2017-08-18
| | | | | | | |
| | | | | | * | Some missing partsGravatar Muxi Yan2017-08-17
| | | | | | | |
| | * | | | | | Epoll1 Work Distribution: Parallelize processing epoll events across ↵Gravatar Sree Kuchibhotla2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple threads
| | | | * | | | disable epoll1 by default (just enable tests)Gravatar Sree Kuchibhotla2017-08-17
| | | | | | | |
| | | * | | | | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix assert in grpc_timer_init().
| | | * \ \ \ \ \ Merge pull request #12213 from dgquintas/v1.7.x-version-bumpGravatar David G. Quintas2017-08-17
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Master version bump to 1.7.x
| | | | * | | | | | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| | | |/ / / / / / | | |/| | | | | |
| | | | * | | | | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512Gravatar Maxim Dzoba2017-08-16
| | | |/ / / / / | | |/| | | | |
| | | | * | | | initialize pollset struct. Ideally not needed since we do zalloc but some ↵Gravatar Sree Kuchibhotla2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code may directly call gpr_malloc to create pollset
| | | | * | | | Enable epoll1 by default (and move epollsig as second choice)Gravatar Sree Kuchibhotla2017-08-16
| | | |/ / / / | | |/| | | |
| | | * | | | Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
| | |/ / / /
| | | | | * Add more comments for the atomic operationsGravatar Yuchen Zeng2017-08-15
| | | | | |
| | | | | * Use atm load instead of atm casGravatar Yuchen Zeng2017-08-15
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 370051b520e3097a89a464a91a38ee6334d0aeaf.
| | | * | | Added missing call to grpc_byte_buffer_reader_destroy()Gravatar David Garcia Quintas2017-08-14
| | |/ / /