aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/filter_causes_close.c
Commit message (Collapse)AuthorAge
* Adding more pointer type conversionsGravatar Yash Tibrewal2017-09-08
|
* Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
* Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
|
* Implement call combiner.Gravatar Mark D. Roth2017-08-25
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
| |\
* | \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
|\ \ \ | | |/ | |/|
| * | Calculate RPC deadline right before call creationGravatar Chris Evans2017-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most core end2end tests are written around a single RPC with an explicit deadline. Currently, this deadline is calculated before bringing up the test fixture, and thus time spent bringing up the test fixture is taken from the time allotted to the RPC. This change moves the calculation of these deadlines immediately before call creation. Additionally, the functions that calculate these deadlines have been renamed from 'xx_seconds_time()' to 'xx_seconds_from_now()' for clarity.
| * | clang-formatGravatar Craig Tiller2017-03-31
| | |
| * | Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
| | |
* | | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
| | |
| * | Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-28
| |\ \ | |/ / |/| |
| | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-24
| | |\ | |_|/ |/| |
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
|\ \ \ | | | | | | | | | | | | error-slice-optimization
| | | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-21
| | | |\ | | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-20
| | |\ \ | | |/ / | |/| |
* | | | Change error_create API to sliceGravatar ncteisen2017-03-13
| | | |
| * | | Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
|/ / /
| * / Conversion progressGravatar Craig Tiller2017-03-10
|/ /
| * Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
|/
* Fix compileGravatar Craig Tiller2017-02-22
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ | | | | Re-integrate metadata handling changes
* \ Merge pull request #9466 from rjshade/add_test_logGravatar Yang Gao2017-01-27
|\ \ | | | | | | Add "Running test:" string to test log output
| | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | |\ | |_|/ |/| |
| * | Add a 'Running test: ' string to test outputGravatar Robbie Shade2017-01-26
| | |
* | | Fix tests.Gravatar Mark D. Roth2017-01-25
|/ /
| * Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Start fixing http error --> grpc status conversionGravatar Craig Tiller2017-01-06
|
* FixesGravatar Craig Tiller2017-01-06
|
* Cleaning up error handlingGravatar Craig Tiller2017-01-06
|
* 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
| |\|
| | * clang-formatGravatar Mark D. Roth2016-11-18
| | |
| | * Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-11-18
| | |
* | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-14
|/ /
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
| * Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
| |\ | | | | | | Add API for getting arbitrary state back from a channel
| * | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
|/| |
| * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-11-07
| |\ \ | | | | | | | | | | | | core-end2end-tests-cronet-update
| | | * Merge remote-tracking branch 'upstream/master' into channel_info_apiGravatar Mark D. Roth2016-11-04
| | | |\ | | | |/ | | |/|
| * | | Clean with clang-formatGravatar Muxi Yan2016-10-31
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-10-30
| |\ \ \ | | | | | | | | | | | | | | | core-end2end-tests-cronet-update
| * | | | Use get_host_override_string function inlineGravatar Muxi Yan2016-10-30
| | | | |