aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures
Commit message (Collapse)AuthorAge
* clang-formatGravatar Muxi Yan2017-05-11
|
* Fix portabilityGravatar Muxi Yan2017-05-11
|
* Add end2end test for workaroundsGravatar Muxi Yan2017-04-28
|
* Remove more spamGravatar Craig Tiller2017-04-21
|
* Remove loggingGravatar Craig Tiller2017-04-21
|
* Fix HTTP proxy testsGravatar Craig Tiller2017-04-21
| | | | | - heap allocate the pollset shutdown closure (this may be called asynchronously) - ensure a poller remains until all endpoints are closed
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\
| * Merge pull request #9972 from sreecha/cq_create_api_changesGravatar Sree Kuchibhotla2017-04-14
| |\ | | | | | | Completion Queue creation API changes (C-Core and C++ only)
* | \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-12
|\ \ \
| | | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-07
| | | |\ | | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-07
| | |\ \ | | |/ / | |/| |
| | | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
| | | |\
| * | | | Fix posix leakageGravatar Craig Tiller2017-04-06
| | | | |
| | * | | Rename compress_filter --> message_compress_filterGravatar Craig Tiller2017-04-06
| | | | |
| * | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-05
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | Fix sanityGravatar Craig Tiller2017-04-03
| | | | |
| | | * | Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
| | |/ / | |/| |
| * | | Reorganize ext treeGravatar Craig Tiller2017-03-31
| | | | | | | | | | | | | | | | | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
* | | | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|/ / /
| * / Make chunk sizes configurable, push channel args down a little deeperGravatar Craig Tiller2017-03-28
|/ /
| * clang formatGravatar Sree Kuchibhotla2017-03-24
| |
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-24
| |\ | |/ |/|
| * Updates C CoreGravatar Sree Kuchibhotla2017-03-22
| |
* | Change error_create API to sliceGravatar ncteisen2017-03-13
| |
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-08
| |\ | |/ |/|
* | Resolve sanity failuresGravatar Craig Tiller2017-03-06
| |
| * clang format codeGravatar Sree Kuchibhotla2017-03-03
| |
| * Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| |
| * Fix clang formatting issuesGravatar Sree Kuchibhotla2017-03-03
| |
| * Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
|/
* zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
|
* Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-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
|
* clang-formatGravatar Craig Tiller2017-01-06
|
* Fixes, remove grpc_error_free_stringGravatar 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-12
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\|
| | * Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
| | |
* | | Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
| | |
* | | Fix some leaks/use-after-freesGravatar Craig Tiller2016-12-07
| | |
* | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-11-30
|\| |