aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
...
| | | * | Update TCP WindowsGravatar Craig Tiller2017-01-27
| | | | |
| | * | | Update nodeGravatar Craig Tiller2017-01-27
| | |/ /
| | * / Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| |/ / |/| | | | | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* | | Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ \ \ | | | | | | | | Re-integrate metadata handling changes
| * | | Add commentGravatar Craig Tiller2017-01-27
| | | |
* | | | Merge pull request #9477 from markdroth/service_config_max_message_size_fixGravatar Mark D. Roth2017-01-27
|\ \ \ \ | | | | | | | | | | Accept max message size JSON values as either strings or numbers.
* \ \ \ \ Merge pull request #9476 from ctiller/unflattenGravatar Craig Tiller2017-01-26
|\ \ \ \ \ | | | | | | | | | | | | Remove slice allocator completion callbacks from global combiner
| | * | | | Accept max message size JSON values as either strings or numbers.Gravatar Mark D. Roth2017-01-26
| |/ / / / |/| | | |
| | | | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #9471 from ctiller/cpGravatar Craig Tiller2017-01-26
|\ \ \ \ \ | | | | | | | | | | | | Consume the correct event fd
| | | * | | Fix error handlingGravatar Craig Tiller2017-01-26
| | | | | |
| | | * | | Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | 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
| |/ / / /
* | | | | clang-formatGravatar Mark D. Roth2017-01-25
| | | | |
* | | | | Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-25
|/ / / /
| * | | Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-24
| |\ \ \ | |/ / / |/| | |
* | | | Merge github.com:grpc/grpc into faster_slicesGravatar Craig Tiller2017-01-23
|\ \ \ \
| * \ \ \ Merge pull request #9074 from dgquintas/poll_fd_shutdownGravatar Sree Kuchibhotla2017-01-23
| |\ \ \ \ | | | | | | | | | | | | poll_posix double shutdown fix
| | | * | | Memory fixesGravatar Craig Tiller2017-01-23
| | | | | |
| | | * | | Fix hpack fuzzerGravatar Craig Tiller2017-01-21
| | | | | |
* | | | | | Fix core banned functionsGravatar Craig Tiller2017-01-20
| | | | | |
| | | | | * Fix simple testsGravatar Craig Tiller2017-01-20
| | | | | |
* | | | | | Fix comments, merge head, regen projectGravatar Craig Tiller2017-01-20
| | | | | |
* | | | | | Merge github.com:grpc/grpc into faster_slicesGravatar Craig Tiller2017-01-20
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | | | | * Merge github.com:grpc/grpc into bwestGravatar 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
| |\| | | |
* | | | | | Make move_first linearGravatar Craig Tiller2017-01-19
| | | | | |
| | * | | | 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
| | | | | |
| * | | | | Respond to review commentsGravatar Craig Tiller2017-01-17
| | | | | |
| * | | | | Remove dead filesGravatar Craig Tiller2017-01-17
| | | | | |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into poll_fd_shutdownGravatar David Garcia Quintas2017-01-17
| | | | |\ \ | | | |_|/ / | | |/| | |
* | | | | | Merge branch 'master' into tweak_slice_bufferGravatar Sree Kuchibhotla2017-01-13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | | | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-13
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | * | | | 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: core_banned_functionsGravatar Craig Tiller2017-01-11
| | | | | |
| | * | | | Fix sanity: core_banned_functionsGravatar 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)
| | * | | | Fix metadata validationGravatar Craig Tiller2017-01-10
| | | | | |