aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* 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
* Merge pull request #9506 from murgatroid99/uv_tcp_header_fix_backportGravatar Michael Lumish2017-01-31
|\ | | | | Backport "Add missing header include in tcp_uv.c"
* | Fix bugs in UV DNS resolver implementationGravatar murgatroid992017-01-31
| |
* | Add tcp_client_uv tracingGravatar murgatroid992017-01-31
| |
* | Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
| |
* | Merge pull request #9489 from nicolasnoble/mark_backportGravatar Nicolas Noble2017-01-30
|\ \ | | | | | | Mark backport of PR #9465
| | * Add missing header include in tcp_uv.cGravatar murgatroid992017-01-30
| |/ |/|
| * clang-formatGravatar Mark D. Roth2017-01-28
| |
| * Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-28
| |
* | Add back commentGravatar Ken Payson2017-01-24
| |
* | Special case Python build for inet_ntopGravatar Ken Payson2017-01-24
|/
* Changing versions from -dev to -pre1 on the release branch.Gravatar Nicolas "Pixel" Noble2017-01-23
|
* Merge pull request #9074 from dgquintas/poll_fd_shutdownGravatar Sree Kuchibhotla2017-01-23
|\ | | | | poll_posix double shutdown fix
* | 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 pull request #9181 from daniel-j-born/resource_quotaGravatar Craig Tiller2017-01-19
|\ \ | | | | | | Method to expose the resource quota of a resource user
| * | 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
| | |\ | |_|/ |/| |
* | | 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)
* | | Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
|\ \ \ | | | | | | | | Handshaker plugin mechanism
* | | | Review feedbackGravatar Craig Tiller2017-01-06
| | | |
* | | | Actually add the documentationGravatar Craig Tiller2017-01-06
| | | |
| * | | Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | | |
* | | | Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
|/ / /
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\ \ \
| * | | Putting message size filter back.Gravatar Nicolas "Pixel" Noble2017-01-04
| | | |
* | | | Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
|\| | |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| |\ \ \ \
| | | * \ \ Merge pull request #9207 from ctiller/cleanup_closuresGravatar Craig Tiller2017-01-04
| | | |\ \ \ | | | | | | | | | | | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces
* | | | \ \ \ 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
|\| | | | | |
* | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar 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
| | | | | | |
| * | | | | | Remove for loop initial declarationsGravatar Yuchen Zeng2016-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 pull request #9187 from yang-g/validate_reserved_metadataGravatar Yang Gao2016-12-27
| |\ \ \ \ | | | | | | | | | | | | Check and fail if user provides a metadata key starting with :
* | | | | | Fix merge errorsGravatar Craig Tiller2016-12-27
| | | | | |
* | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
|\ \ \ \ \ \
| | * | | | | Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
| | * / / / Check and fail if user provides a metadata key starting with :Gravatar yang-g2016-12-21
| |/ / / /
| | | * / Method to expose the resource quota of a resource userGravatar Dan Born2016-12-20
| | |/ / | |/| |