aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Merge pull request #8464 from y-zeng/str_lengthGravatar Craig Tiller2017-01-27
|\ | | | | Check the length of unix socket path name
* \ Merge branch 'unflatten' into rollfwdGravatar Craig Tiller2017-01-26
|\ \
| * | Remove slice allocator completion callbacks from global combinerGravatar Craig Tiller2017-01-26
| | | | | | | | | | | | These were never intended to be under that lock, and doing so can (sometimes) flatten our concurrency back to a single thread.
* | | Merge branch 'cp' into rollfwdGravatar Craig Tiller2017-01-26
|\ \ \
| * | | Consume the correct event fdGravatar Craig Tiller2017-01-26
| |/ /
* | | Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-24
|\| |
| * | Merge pull request #9074 from dgquintas/poll_fd_shutdownGravatar Sree Kuchibhotla2017-01-23
| |\ \ | | | | | | | | poll_posix double shutdown fix
* | | | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | | | | | | | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* | | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| | | |
| * | | Fix workqueue_move_items_to_parent() invocation bug in ↵Gravatar Harvey Tuch2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | polling_island_merge()[ev_epoll_linux.c]. This bug resulted in workqueue items failing to merge correctly and consequently queued closures would fail to execute.
* | | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-20
|\| | |
| * | | Merge pull request #9181 from daniel-j-born/resource_quotaGravatar Craig Tiller2017-01-19
| |\ \ \ | | | | | | | | | | Method to expose the resource quota of a resource user
| | | | * Add resolve_address_posix_testGravatar Yuchen Zeng2017-01-18
| | | | |
| | | | * Check the length of path nameGravatar Yuchen Zeng2017-01-17
| | |_|/ | |/| | | | | | | | | | Use the length of sockaddr_un.sun_path
| | * | Document new function grpc_resource_user_quotaGravatar Dan Born2017-01-17
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into poll_fd_shutdownGravatar David Garcia Quintas2017-01-17
| | | |\ | | |_|/ | |/| |
* | | | Add a mechanism for tagging threads that might be owned byGravatar Craig Tiller2017-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | calls/channels Use it to ensure we don't delete the call from that thread: doing so would create a cycle that's kind of bad.
* | | | Kill ESANGravatar Craig Tiller2017-01-12
| | | |
* | | | Uncover the badnessGravatar Craig Tiller2017-01-12
| | | |
* | | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-11
|\| | |
* | | | Fix sanity: check_include_guardsGravatar Craig Tiller2017-01-11
| | | |
| * | | fix code formattingGravatar Jan Tattermusch2017-01-11
| | | |
| * | | iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused ↵Gravatar Mario Emmenlauer2017-01-11
| | | | | | | | | | | | | | | | variables and type casts)
* | | | FixesGravatar Craig Tiller2017-01-09
| | | |
* | | | Fix refcounting bugGravatar Craig Tiller2017-01-06
| | | |
* | | | clang-formatGravatar Craig Tiller2017-01-06
| | | |
* | | | Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
| | | |
* | | | Start fixing http error --> grpc status conversionGravatar Craig Tiller2017-01-06
| | | |
* | | | FixesGravatar Craig Tiller2017-01-06
| | | |
* | | | Cleaning up error handlingGravatar Craig Tiller2017-01-06
| | | |
* | | | Refine error handling in callGravatar Craig Tiller2017-01-06
| | | |
* | | | Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-06
|\| | |
| * | | Actually add the documentationGravatar Craig Tiller2017-01-06
| | | |
| * | | Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
| | | |
* | | | 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
| |\| | |
| | * | | Fix closure usage in UV codeGravatar Craig Tiller2017-01-03
| | | | |
| | * | | clang-format codeGravatar Craig Tiller2017-01-03
| | | | |
| | * | | Fixup Windows source files for new closure APIsGravatar Craig Tiller2017-01-03
| | | | |
| | * | | Fix some NULL usageGravatar Craig Tiller2017-01-03
| | | | |
| | * | | Fix udp serverGravatar Craig Tiller2016-12-29
| | | | |
| | * | | Some fixesGravatar Craig Tiller2016-12-29
| | | | |
| | * | | Some fixesGravatar Craig Tiller2016-12-29
| | | | |
| | * | | Fix some uninitialized variablesGravatar Craig Tiller2016-12-28
| | | | |
| | * | | 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
* | | | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| | | |
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\| | |
| | | * | Method to expose the resource quota of a resource userGravatar Dan Born2016-12-20
| | |/ /