aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/message_size_filter.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimi...Gravatar Noah Eisen2017-03-22
|\
* | Change error_create API to sliceGravatar ncteisen2017-03-13
| * FixesGravatar Craig Tiller2017-03-13
|/
* 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
|\
* | 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
|/
* 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 metadata_filter_and_...Gravatar Craig Tiller2017-01-04
|\ \ \
| * \ \ 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
* | | | 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
| |\ \ \
| | | * | 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 c...Gravatar Nicolas "Pixel" Noble2016-10-20
| * | Merge remote-tracking branch 'upstream/master' into rename_client_configGravatar Mark D. Roth2016-10-19
| |\|
* | | Convert method config to a struct for use in the fast path.Gravatar Mark D. Roth2016-10-19
| |/ |/|
* | Code review changes.Gravatar Mark D. Roth2016-10-11
* | Merge branch 'max_message_size_fix' into service_configGravatar Mark D. Roth2016-10-04
|\|
| * Fix handling of max receive message size on client side.Gravatar Mark D. Roth2016-10-04
* | Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03