aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_client_uv.c
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-14
|\ | | | | | | error-slice-optimization
* | Change error_create API to sliceGravatar ncteisen2017-03-13
| |
* | Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
| |
| * Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
|/
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
|\
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |
| * Add tcp_client_uv tracingGravatar murgatroid992017-01-31
|/
* Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
|
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar 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
* | Fix function namesGravatar Craig Tiller2016-12-06
|/
* Add resource quota support to uv TCP codeGravatar murgatroid992016-10-31
|
* 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
|
* Clang formatGravatar murgatroid992016-09-26
|
* Remove sockaddr type structs and socklen_t from internal core APIs, update ↵Gravatar murgatroid992016-09-23
| | | | POSIX tests
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16