aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_uv.c
Commit message (Collapse)AuthorAge
* Change error_create API to sliceGravatar ncteisen2017-03-13
|
* Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
|
* Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
|\
| * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
| * Add missing header include in tcp_uv.cGravatar murgatroid992017-01-30
| |
* | Update nodeGravatar Craig Tiller2017-01-27
| |
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* clang-formatGravatar Craig Tiller2017-01-06
|
* Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
|
* Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-04
| |\
| | * More UV fixesGravatar Craig Tiller2017-01-03
| | |
| * | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\|
| | * clang-format codeGravatar 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
* | | Make Node extension work with slice changesGravatar murgatroid992016-12-12
|/ /
* | clang-formatGravatar Craig Tiller2016-12-07
| |
* | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
|/
* Fix sanity, uv, and windows buildsGravatar murgatroid992016-11-10
|
* Some slice and resource quota updates to UV and Node codeGravatar murgatroid992016-11-09
|
* Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\
| * Fixed weird whitespace changeGravatar murgatroid992016-11-01
| |
| * Add resource quota support to uv TCP codeGravatar murgatroid992016-10-31
| |
* | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-28
|\|
| * Add commentGravatar murgatroid992016-10-27
| |
| * Disable Nagle's algorithm in libuv endpointsGravatar murgatroid992016-10-27
| |
* | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|/
* 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
|
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16