aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
Commit message (Collapse)AuthorAge
...
* | | | Merge branch 'bm_msgsz' into bm_countwritesGravatar Craig Tiller2017-01-27
|\ \ \ \ | |_|/ / |/| | |
| | * | Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| |/ / | | | | | | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* | / Track writes/RPC in microbenchmarkGravatar Craig Tiller2017-01-26
| |/ |/|
| * 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 pull request #9326 from yang-g/licenseGravatar Yang Gao2017-01-17
| |\ | | | | | | Add licenses to all BUILD files and missing copyright
* | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-12
|\| |
| | * omg it is 2017Gravatar yang-g2017-01-11
| | |
| * | Add missing include for size_tGravatar yang-g2017-01-11
| | |
| | * Add licenses to all BUILD files and missing copyrightGravatar yang-g2017-01-11
| |/
* | clang-formatGravatar Craig Tiller2017-01-06
| |
* | Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
|/
* Merge branch 'faster' into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\
| * Faster test building: avoid repeated linkingGravatar Craig Tiller2017-01-04
| |
* | Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
|\|
| * Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| |\
| * \ Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| |\ \
* | \ \ 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 github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\| |
| * | Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
| | |
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
|\| |
| * | Add <string.h> to test_config.cGravatar Muxi Yan2016-11-28
| | |
| * | Remove file dependency to simplify build graphGravatar Craig Tiller2016-11-28
| | |
| * | Up timeouts for poll-cv polling strategy, seems to make things more stableGravatar Craig Tiller2016-11-28
| | |
| * | clang-formatGravatar David Garcia Quintas2016-11-23
| | |
| * | port_posix: use IPv4+IPv6 sockets to check for a free port.Gravatar Paul Marks2016-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the port picker to function across dual-stack and IPv4/IPv6-only environments. For a port to be considered available, the kernel must support at least one of (IPv6, IPv4), and the port must be available on each supported family. Also use the bool type where feasible. This is based on http://cl/97155408 (for those who can read it.)
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
|\| |
| * | Merge pull request #8486 from y-zeng/get_tosGravatar Yuchen Zeng2016-11-10
| |\ \ | | | | | | | | Add grpc_endpoint_get_fd and grpc_transport_get_endpoint
* | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\| | |
| * | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
| |\ \ \
| | * | | Make resource_quota a real objectGravatar Craig Tiller2016-11-04
| | | | |
| | | * | Merge remote-tracking branch 'upstream/master' into get_tosGravatar Yuchen Zeng2016-11-02
| | | |\ \ | | | |/ / | | |/| |
| | | * | Remove GRPC_SOCKETGravatar Yuchen Zeng2016-11-02
| | | | |
* | | | | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/ / / /
* | | | clang-formatGravatar Craig Tiller2016-10-26
| | | |
* | | | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
| | | |
* | | | Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\| | |
| * | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
| |\ \ \
* | | | | Bulk update #includesGravatar Craig Tiller2016-10-26
| | | | |
* | | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/ / / /
| | | * Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2016-10-26
| | | |\ | | |_|/ | |/| |
| | * | Add grpc_endpoint_get_socket and GRPC_SOCKETGravatar Yuchen Zeng2016-10-24
| | | |
| | | * e2e fuzzersGravatar Craig Tiller2016-10-20
| | | |
| | | * Make fuzzer unit tests workGravatar Craig Tiller2016-10-20
| | | |
| | | * Begin fuzzing frameworkGravatar Craig Tiller2016-10-20
| | | |
| | | * end2end test generation (first try)Gravatar Craig Tiller2016-10-20
| | | |
| | | * Basic testing.Gravatar Nicolas "Pixel" Noble2016-10-20
| | |/