aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_client_uv.c
Commit message (Expand)AuthorAge
* Fix some memory leaks in UV TCP codeGravatar murgatroid992017-07-10
* Add rich closure debug modeGravatar ncteisen2017-06-08
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Fix old trace varsGravatar Craig Tiller2017-05-04
* Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimi...Gravatar ncteisen2017-03-14
|\
* | 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
* | 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 PO...Gravatar murgatroid992016-09-23
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16