aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
Commit message (Collapse)AuthorAge
* 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
|/ / /
| | * Add grpc_endpoint_get_socket and GRPC_SOCKETGravatar Yuchen Zeng2016-10-24
| | |
* | | clang-formatGravatar Craig Tiller2016-10-18
| | |
* | | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| | |
| * | Clean up code after merge with masterGravatar murgatroid992016-10-10
| | |
| * | UV tests pass on linuxGravatar murgatroid992016-10-07
| | |
| * | Compile and link core tests with libuvGravatar murgatroid992016-10-03
| | |
* | | Make all tests build againGravatar Craig Tiller2016-09-28
| | |
* | | Add tracing, fix some transport bugs wrt buffer_poolsGravatar Craig Tiller2016-09-28
| | |
* | | Fix leaksGravatar Craig Tiller2016-09-27
| | |
* | | Fixes for destructionGravatar Craig Tiller2016-09-27
| | |
| * | Clang formatGravatar murgatroid992016-09-26
| | |
| * | Updated changes for Windows, removed unistd.h from test filesGravatar Michael Lumish2016-09-26
| | |
* | | TCP buffer pool integration doneGravatar Craig Tiller2016-09-26
| | |
* | | Update testsGravatar Craig Tiller2016-09-23
| |/ |/|
| * Remove sockaddr type structs and socklen_t from internal core APIs, update ↵Gravatar murgatroid992016-09-23
| | | | | | | | POSIX tests
| * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-16
| |\ | |/ |/|
| * Renamed GPR_ constants to GRPC_ in iomgr/port.hGravatar murgatroid992016-08-08
| |
| * Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
| |
* | added gpr_types.hGravatar David Garcia Quintas2016-08-01
|/
* Allow returning a workqueue somehow associated with an endpointGravatar Craig Tiller2016-06-30
|
* clang-formatGravatar Craig Tiller2016-06-21
|
* Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-20
|\
| * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-13
| |\
| | * Expand corpus, make one-shot runners not self-check leaks (to give ASAN a ↵Gravatar Craig Tiller2016-06-10
| | | | | | | | | | | | chance)
| * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
| |\|
| | * moar renamingsGravatar David Garcia Quintas2016-06-06
| | |
| | * s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
| | |\