Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
|\ | |||
| * | Fix more allocation bugs. | Mark D. Roth | 2016-12-09 |
| | | |||
* | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-30 |
|\| | |||
| * | Add <string.h> to test_config.c | Muxi Yan | 2016-11-28 |
| | | |||
| * | Remove file dependency to simplify build graph | Craig Tiller | 2016-11-28 |
| | | |||
| * | Up timeouts for poll-cv polling strategy, seems to make things more stable | Craig Tiller | 2016-11-28 |
| | | |||
| * | clang-format | David Garcia Quintas | 2016-11-23 |
| | | |||
| * | port_posix: use IPv4+IPv6 sockets to check for a free port. | Paul Marks | 2016-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_ctx | Craig Tiller | 2016-11-16 |
|\| | |||
| * | Merge pull request #8486 from y-zeng/get_tos | Yuchen Zeng | 2016-11-10 |
| |\ | | | | | | | Add grpc_endpoint_get_fd and grpc_transport_get_endpoint | ||
* | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-09 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-08 |
| |\ \ | |||
| | * | | Make resource_quota a real object | Craig Tiller | 2016-11-04 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into get_tos | Yuchen Zeng | 2016-11-02 |
| | | |\ | | | |/ | | |/| | |||
| | | * | Remove GRPC_SOCKET | Yuchen Zeng | 2016-11-02 |
| | | | | |||
* | | | | Progress towards making grpc_slice_unref_internal take an exec_ctx | Craig Tiller | 2016-10-31 |
|/ / / | |||
* | | | clang-format | Craig Tiller | 2016-10-26 |
| | | | |||
* | | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | | | |||
* | | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-26 |
| |\ \ | |||
* | | | | Bulk update #includes | Craig Tiller | 2016-10-26 |
| | | | | |||
* | | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
|/ / / | |||
| | * | Add grpc_endpoint_get_socket and GRPC_SOCKET | Yuchen Zeng | 2016-10-24 |
| | | | |||
* | | | clang-format | Craig Tiller | 2016-10-18 |
| | | | |||
* | | | BufferPool --> ResourceQuota | Craig Tiller | 2016-10-17 |
| | | | |||
| * | | Clean up code after merge with master | murgatroid99 | 2016-10-10 |
| | | | |||
| * | | UV tests pass on linux | murgatroid99 | 2016-10-07 |
| | | | |||
| * | | Compile and link core tests with libuv | murgatroid99 | 2016-10-03 |
| | | | |||
* | | | Make all tests build again | Craig Tiller | 2016-09-28 |
| | | | |||
* | | | Add tracing, fix some transport bugs wrt buffer_pools | Craig Tiller | 2016-09-28 |
| | | | |||
* | | | Fix leaks | Craig Tiller | 2016-09-27 |
| | | | |||
* | | | Fixes for destruction | Craig Tiller | 2016-09-27 |
| | | | |||
| * | | Clang format | murgatroid99 | 2016-09-26 |
| | | | |||
| * | | Updated changes for Windows, removed unistd.h from test files | Michael Lumish | 2016-09-26 |
| | | | |||
* | | | TCP buffer pool integration done | Craig Tiller | 2016-09-26 |
| | | | |||
* | | | Update tests | Craig Tiller | 2016-09-23 |
| |/ |/| | |||
| * | Remove sockaddr type structs and socklen_t from internal core APIs, update ↵ | murgatroid99 | 2016-09-23 |
| | | | | | | | | POSIX tests | ||
| * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-09-16 |
| |\ | |/ |/| | |||
| * | Renamed GPR_ constants to GRPC_ in iomgr/port.h | murgatroid99 | 2016-08-08 |
| | | |||
| * | Separate out iomgr-specific constants into a separate header | murgatroid99 | 2016-08-08 |
| | | |||
* | | added gpr_types.h | David Garcia Quintas | 2016-08-01 |
|/ | |||
* | Allow returning a workqueue somehow associated with an endpoint | Craig Tiller | 2016-06-30 |
| | |||
* | clang-format | Craig Tiller | 2016-06-21 |
| | |||
* | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-20 |
|\ | |||
| * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-13 |
| |\ | |||
| | * | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a ↵ | Craig Tiller | 2016-06-10 |
| | | | | | | | | | | | | chance) | ||
| * | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
| |\| | |||
| | * | moar renamings | David Garcia Quintas | 2016-06-06 |
| | | | |||
| | * | s/grpc_pops/grpc_polling_entity | David Garcia Quintas | 2016-05-31 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-31 |
| | |\ |