aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport
Commit message (Collapse)AuthorAge
* Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26
|
* clang-formatGravatar Mark D. Roth2016-10-24
|
* Merge remote-tracking branch 'upstream/master' into service_config2Gravatar Mark D. Roth2016-10-24
|\
| * Merge pull request #8381 from dgquintas/lb-cost-binGravatar David G. Quintas2016-10-20
| |\ | | | | | | Renamed MD key "lb-cost" to "lb-cost-bin"
* | | Convert method config to a struct for use in the fast path.Gravatar Mark D. Roth2016-10-19
|/ /
* | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-18
|\ \
| * | Better debug stringsGravatar Craig Tiller2016-10-17
| | |
| | * s/lb-cost/lb-cost-binGravatar David Garcia Quintas2016-10-15
| | |
| * | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-14
| |\|
* | | Rename grpc_hash_table to grpc_mdstr_hash_table.Gravatar Mark D. Roth2016-10-14
| | |
* | | clang-formatGravatar Mark D. Roth2016-10-12
| | |
* | | Code review changes.Gravatar Mark D. Roth2016-10-12
| | |
| | * Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
| | |
* | | Code review changes.Gravatar Mark D. Roth2016-10-11
| | |
* | | clang-formatGravatar Mark D. Roth2016-09-30
| | |
* | | Various fixes and clean-ups.Gravatar Mark D. Roth2016-09-30
| | |
| * | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-29
| |\|
* | | Refactor hash table code into its own module and use it for method_config as ↵Gravatar Mark D. Roth2016-09-27
| |/ |/| | | | | well as method_config_table.
| * Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-23
| |\
* | \ Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-23
|\ \ \ | | |/ | |/|
| * | Merge pull request #8099 from dgquintas/census_md_rename_sep_16Gravatar David G. Quintas2016-09-21
| |\ \ | | | | | | | | Renamed grpc-census-bin to grpc-stats-bin
| | | * Use boolGravatar Craig Tiller2016-09-21
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-16
|\| | |
| * | | Merge pull request #8069 from ↵Gravatar Craig Tiller2016-09-16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | grpc/revert-8068-revert-7279-grand-unified-closures Revert "Revert "Grand unified closures""
| | | | * Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-15
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Renamed grpc-census-bin to grpc-stats-binGravatar David Garcia Quintas2016-09-14
| | | | |
| * | | | Moved LB token changes solely into grpclb.cGravatar David Garcia Quintas2016-09-12
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | * | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | |/ / | |/| |
| * | | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
|\| | |
* | | | Fix close vs. cancel confusion in transport helper functions.Gravatar Mark D. Roth2016-09-09
| | | |
| * | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
| |\| |
* | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-01
|\ \ \ \ | | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into merge-writeGravatar Craig Tiller2016-09-01
| | | |\ | | |_|/ | |/| |
| | | * Note polling coverage when taking combiner locks: resolves offload issuesGravatar Craig Tiller2016-08-31
| | | |
* | | | Add locking. Add cancellation check. Use grpc_call_element_send_cancel().Gravatar Mark D. Roth2016-08-31
| | | |
| * | | addressed comments from reviewGravatar Makarand Dharmapurikar2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | modified comment about when GET verb is used. Added code to read data from send_message and defer the op when it is not fully available. clang-format one more time.
| | | * Improve debugGravatar Craig Tiller2016-08-29
| | | |
| | | * Add transport op debugging, coalesce set_accept_stream & send_goaway callsGravatar Craig Tiller2016-08-29
| | | |
| * | | surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| | | |
* | | | Fix build problems when refcount debugging is enabled.Gravatar Mark D. Roth2016-08-29
| | | |
| * | | prep work for enabling cachingGravatar Makdharma2016-08-24
|/ / / | | | | | | | | | | | | | | | | | | Added new header grpc-payload-bin Added new channel arg for setting max payload size Ability to create a GET request in client filter Ability to parse the payload from header in server filter.
| | * Merge combiner and exec_ctx execution betterGravatar Craig Tiller2016-08-24
| | | | | | | | | | | | | | | | | | | | | Allows exec_ctx callbacks to be called while a combiner is executing. Also allows guaranteeing direct execution of callbacks from combiners, which should allow reducing cpu burn for up/down stack interactions in the future.
| | * Fix refcounting bugsGravatar Craig Tiller2016-08-19
| | |
| | * SimplificationsGravatar Craig Tiller2016-08-19
| |/
| * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-09
| |\ | |/ |/|
* | Merge pull request #6915 from markdroth/filter_apiGravatar kpayson642016-08-05
|\ \ | | | | | | Implement C++ API for defining channel filters.
| | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
| | |\ | |_|/ |/| |
* | | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \ \ | | | | | | | | Move timeout_encoding to core/lib/transport