aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_server_uv.c
Commit message (Expand)AuthorAge
* Merge pull request #11871 from murgatroid99/uv_portability_fixGravatar Michael Lumish2017-07-21
|\
| * Address comments: change names and remove unnecessary linesGravatar murgatroid992017-07-20
* | Add SO_REUSEPORT support to uv iomgr codeGravatar murgatroid992017-07-19
| * Add asserts that uv calls all run on the same threadGravatar murgatroid992017-07-18
| * Fix failures in libuv portability testsGravatar murgatroid992017-07-18
|/
* 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
* Improve how UV TCP servers and endpoints are shut downGravatar murgatroid992017-05-09
* Change error_create API to sliceGravatar ncteisen2017-03-13
* Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\
| * Fix closure usage in UV codeGravatar Craig Tiller2017-01-03
| * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\|
| * Fix allocation bug.Gravatar Mark D. Roth2016-12-09
| * Pass ownership of grpc_tcp_server_acceptor to connector.Gravatar Mark D. Roth2016-12-08
* | 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
* 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