aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
Commit message (Collapse)AuthorAge
...
* | | | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\| | |
| | * | Put workaround list somewhere accessable by wrapping languagesGravatar Muxi Yan2017-05-09
| | | |
| | | * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
| | |/ | | | | | | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
| * | Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-20
| |\|
* | | Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
| | |
| * | Fixup testsGravatar Craig Tiller2017-04-17
| | |
| | * 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
| | | |\ | | | |/ | | |/|
| | * | 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
| |/ |/|
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-30
| |\ | |/ |/|
* | Update include pathsGravatar Craig Tiller2017-03-28
| |
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-24
| |\ | |/ |/|
| * Fix test bug and generate_projects.shGravatar Sree Kuchibhotla2017-03-22
| |
| * Updates C CoreGravatar Sree Kuchibhotla2017-03-22
| |
* | Change error_create API to sliceGravatar ncteisen2017-03-13
| |
| * Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| |
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-03
| |\ | |/ |/|
| * fix tests after rebaseGravatar Sree Kuchibhotla2017-03-02
| |
| * rebase with latest masterGravatar Sree Kuchibhotla2017-03-02
| |
| * Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
| |
* | Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
|/
* Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
|\ | | | | Add zalloc, convert a bunch of files to use it
* \ Merge pull request #9857 from murgatroid99/merge_1.1.x_masterGravatar Michael Lumish2017-02-27
|\ \ | | | | | | Upmerge 1.1.x into master
| | * Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
| | |\ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| |\ \
| | | * zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
| | |/ | |/|
* / | Bazel build file for core/surface testsGravatar Sree Kuchibhotla2017-02-17
|/ /
| * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
| |
* | Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
| |
* | clang-formatGravatar Mark D. Roth2017-02-02
| |
* | Fix secure_channel_create_test.Gravatar Mark D. Roth2017-02-02
| |
* | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
| |
| * Fix tests.Gravatar Mark D. Roth2017-01-28
| |
* | 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
|
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-06
| |\ | | | | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
* | \ 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
| |\ \
| | * | clang-format codeGravatar 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 remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-12
| | |\ \