aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/message_size_filter.c
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2017-03-31
|
* Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
|
* Fix bugGravatar Craig Tiller2017-03-30
|
* Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-28
|\
| * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
| |\ | | | | | | | | | error-slice-optimization
* | \ Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-20
|\ \ \ | | |/ | |/|
| | * Change error_create API to sliceGravatar ncteisen2017-03-13
| | |
| * | FixesGravatar Craig Tiller2017-03-13
| |/
* / Conversion progressGravatar Craig Tiller2017-03-10
|/
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |
| * Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
|/
* Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ | | | | Re-integrate metadata handling changes
* | Accept max message size JSON values as either strings or numbers.Gravatar Mark D. Roth2017-01-26
| |
| * Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\
* | Cleaning up error handlingGravatar Craig Tiller2017-01-06
| |
| * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| |\
* | \ Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ \ \ | | | | | | | | | | | | metadata_filter_and_new_closures
| * \ \ Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\ \ \ | | | |/ | | |/|
| | * | Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\| |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
| |\ \ \
| | | * \ Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-11-28
| | | |\ \ | | | |/ / | | |/| |
* | | | | Merge github.com:grpc/grpc into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-11-18
| | | | |
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
| |\ \ \ \
| | | * | | Expose message limit constants so that users can reference themGravatar yang-g2016-11-17
| | |/ / /
* | / / / Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|/ / / /
| * | | Change JSON format to use the standard proto3 mapping for each type.Gravatar Mark D. Roth2016-11-10
| | | |
* | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\ \ \ \ | | |/ / | |/| |
| | * | Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-08
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
| |\ \ \ | | | | | | | | | | Add API for getting arbitrary state back from a channel
| | | * | Code review changes.Gravatar Mark D. Roth2016-11-04
| | | | |
| | | * | Change value of channel arg to string form, and reparse in each place we use it.Gravatar Mark D. Roth2016-11-03
| | | | |
| | | * | Rename method_config.[ch] to service_config.[ch].Gravatar Mark D. Roth2016-11-03
| | | | |
| | | * | Remove more now-unnecessary code.Gravatar Mark D. Roth2016-11-03
| | | | |
| | | * | Minor cleanups.Gravatar Mark D. Roth2016-11-03
| | | | |
| | | * | Add grpc_json_tree to handle refcounting for channel arg.Gravatar Mark D. Roth2016-11-03
| | | | |
| | | * | Use JSON for service config channel arg.Gravatar Mark D. Roth2016-11-02
| | | | |
* | | | | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/ / / /
| * / / Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
| |/ /
* | | Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\| |
* | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| | |
| * | Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26
|/ /
* | Merge remote-tracking branch 'upstream/master' into service_config2Gravatar Mark D. Roth2016-10-24
|\ \
| | * Split the BUILD file into sub-libraries, and made the end2end tests use ssl ↵Gravatar Nicolas "Pixel" Noble2016-10-20
| | | | | | | | | | | | certs.