aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_pluginGravatar David Garcia Quintas2017-09-07
|\
| * Merge pull request #12104 from dgquintas/filters_prioGravatar David G. Quintas2017-09-07
| |\
| * \ Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| |\ \
| * \ \ Merge pull request #12420 from yashykt/ctoccGravatar Yash Tibrewal2017-09-07
| |\ \ \
| * \ \ \ Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
| |\ \ \ \
| | | | | * Merge branch 'master' of github.com:grpc/grpc into filters_prioGravatar David Garcia Quintas2017-09-06
| | | | | |\ | | |_|_|_|/ | |/| | | |
* | | | | | s/load_reporting/server_load_reportingGravatar David Garcia Quintas2017-09-06
| | | * | | More edits for C to CCGravatar Yash Tibrewal2017-09-06
| | | * | | Modifying a few filesGravatar Yash Tibrewal2017-09-06
| | |/ / / | |/| | |
* | | | | Fixed include guardsGravatar David Garcia Quintas2017-09-06
| | | * | Reset cancellation closure when unreffing the call to avoid race conditions.Gravatar Mark D. Roth2017-09-05
| | | * | Address review feedback.Gravatar Mark D. Roth2017-09-01
| | | * | Fix asan and tsan failures.Gravatar Mark D. Roth2017-09-01
| | | * | Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| * | | | Save one allocation by init-int instead of creating closureGravatar David Garcia Quintas2017-08-31
| * | | | Fake resolver: Fix use-after-freeGravatar David Garcia Quintas2017-08-31
| | |/ / | |/| |
| * | | Change PF and RR to expect only backends.Gravatar Juanli Shen2017-08-30
| * | | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| * | | Removed in_connectivity_shutdown from RRGravatar David Garcia Quintas2017-08-28
| * | | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | | * Added way to remove filters from channel stack builderGravatar David Garcia Quintas2017-08-24
| | |/ | |/|
* / | Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h}Gravatar David Garcia Quintas2017-08-24
|/ /
* | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-23
|\ \
| | * Prevent watching unsuppoted channelsGravatar Yuchen Zeng2017-08-22
| |/
| * Merge pull request #12242 from dgquintas/rr_initial_connGravatar David G. Quintas2017-08-22
| |\
| | * RR: Initialize subchannel connectivity stateGravatar David Garcia Quintas2017-08-21
* | | Do not add accept-encoding field when it existsGravatar Muxi Yan2017-08-18
* | | Some missing partsGravatar Muxi Yan2017-08-17
| * | Added missing call to grpc_byte_buffer_reader_destroy()Gravatar David Garcia Quintas2017-08-14
| |/
* | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
|\|
* | Address review commentsGravatar Muxi Yan2017-08-11
| * Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
* | Merge branch 'master' into stream_compression_configGravatar Muxi Yan2017-08-02
|\|
| * Merge pull request #11703 from yang-g/cq_shutdownGravatar Yang Gao2017-07-31
| |\
| * \ Merge pull request #11927 from y-zeng/nameserGravatar Yuchen Zeng2017-07-28
| |\ \
| | | * Change return type to boolGravatar yang-g2017-07-28
| | | * Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| * | | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivityGravatar David G. Quintas2017-07-28
| |\ \ \
| | * | | Fix bug in handling of RR connectivity transition to SHUTDOWNGravatar David Garcia Quintas2017-07-27
| | | |/ | | |/|
| * / | Watch the LB channel using the right initial conn. stateGravatar David Garcia Quintas2017-07-27
| |/ /
| * | Use new protocol for reporting dropped calls to grpclb balancer.Gravatar Mark D. Roth2017-07-27
| | * Update build.yaml, fix formatGravatar Yuchen Zeng2017-07-27
| | * Add src/core/lib/iomgr/nameser.hGravatar Yuchen Zeng2017-07-27
* | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-07-26
|\| |
* | | bug fixGravatar Muxi Yan2017-07-26
| * | Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-07-26
* | | Separate stream compression from message-wise compressionGravatar Muxi Yan2017-07-26
| * | Merge pull request #11865 from yang-g/avl_interfaceGravatar Yang Gao2017-07-26
| |\ \
| * | | grpclb: deal with all-drops serverlistsGravatar David Garcia Quintas2017-07-25
| | * | format codeGravatar yang-g2017-07-25