aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
Commit message (Collapse)AuthorAge
* Change error_create API to sliceGravatar ncteisen2017-03-13
|
* 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
| | |\ \
* | | | | 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
| |\ \ \ \ | | | |/ / | | |/| |
| | | | * Revert "Revert "Revert "Revert "Remove redundant includes from string.h and ↵Gravatar Mark D. Roth2016-12-12
| | | |/ | | |/| | | | | | | | | tmpfile.h""""
| | * | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| | | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\| |
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
| | |\ \ | | | | | | | | | | Address comments from #8913. Also make changes needed for import.
| | | * | Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
| | | | |
* | | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\| | | |
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""Gravatar Mark D. Roth2016-12-05
| | |/ /
| | * | Revert "Remove redundant includes from string.h and tmpfile.h"Gravatar Mark D. Roth2016-12-05
| | | |
| | * | Merge pull request #8922 from sreecha/slice_cleanupGravatar Mark D. Roth2016-12-05
| | |\ \ | | | | | | | | | | Remove redundant includes from string.h and tmpfile.h
| | | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-05
| | | | |\ | | | |_|/ | | |/| |
| | * | | Fix server_chttp2_test.Gravatar Mark D. Roth2016-12-02
| | | | |
| | | * | Temporarily enable gpr_slice_* functions to not break api compatibilityGravatar Sree Kuchibhotla2016-12-01
| | |/ /
| | | * Fix error handling in channel initialization.Gravatar Mark D. Roth2016-11-29
| | |/
* | / All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
|/ /
* | Fix foward declaration duplicationGravatar Craig Tiller2016-11-10
| |
* | Finish moving to new APIsGravatar Craig Tiller2016-11-09
| |
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/