Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve Node and libuv testing and test coverage | murgatroid99 | 2017-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_backport | Michael Lumish | 2017-01-31 |
|\ | | | | | Backport "Add missing header include in tcp_uv.c" | ||
* | | Fix bugs in UV DNS resolver implementation | murgatroid99 | 2017-01-31 |
| | | |||
* | | Add tcp_client_uv tracing | murgatroid99 | 2017-01-31 |
| | | |||
* | | Flagging version 1.1.0. | Nicolas "Pixel" Noble | 2017-01-30 |
| | | |||
* | | Merge pull request #9489 from nicolasnoble/mark_backport | Nicolas Noble | 2017-01-30 |
|\ \ | | | | | | | Mark backport of PR #9465 | ||
| | * | Add missing header include in tcp_uv.c | murgatroid99 | 2017-01-30 |
| |/ |/| | |||
| * | clang-format | Mark D. Roth | 2017-01-28 |
| | | |||
| * | Move parameters for all grpc_op types into their own sub-structs. | Mark D. Roth | 2017-01-28 |
| | | |||
* | | Add back comment | Ken Payson | 2017-01-24 |
| | | |||
* | | Special case Python build for inet_ntop | Ken Payson | 2017-01-24 |
|/ | |||
* | Changing versions from -dev to -pre1 on the release branch. | Nicolas "Pixel" Noble | 2017-01-23 |
| | |||
* | Merge pull request #9074 from dgquintas/poll_fd_shutdown | Sree Kuchibhotla | 2017-01-23 |
|\ | | | | | poll_posix double shutdown fix | ||
* | | Fix workqueue_move_items_to_parent() invocation bug in ↵ | Harvey Tuch | 2017-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_quota | Craig Tiller | 2017-01-19 |
|\ \ | | | | | | | Method to expose the resource quota of a resource user | ||
| * | | Document new function grpc_resource_user_quota | Dan Born | 2017-01-17 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into poll_fd_shutdown | David Garcia Quintas | 2017-01-17 |
| | |\ | |_|/ |/| | | |||
* | | | fix code formatting | Jan Tattermusch | 2017-01-11 |
| | | | |||
* | | | iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused ↵ | Mario Emmenlauer | 2017-01-11 |
| | | | | | | | | | | | | variables and type casts) | ||
* | | | Merge pull request #9129 from markdroth/handshaker_plugin | Mark D. Roth | 2017-01-09 |
|\ \ \ | | | | | | | | | Handshaker plugin mechanism | ||
* | | | | Review feedback | Craig Tiller | 2017-01-06 |
| | | | | |||
* | | | | Actually add the documentation | Craig Tiller | 2017-01-06 |
| | | | | |||
| * | | | Handshaker plugin mechanism. | Mark D. Roth | 2017-01-06 |
| | | | | |||
* | | | | Use `grpc_closure`s in `grpc_timer`s | Masood Malekghassemi | 2017-01-05 |
|/ / / | |||
* | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2017-01-04 |
|\ \ \ | |||
| * | | | Putting message size filter back. | Nicolas "Pixel" Noble | 2017-01-04 |
| | | | | |||
* | | | | Merge branch 'patchy' into slice_with_exec_ctx_and_build | Craig Tiller | 2017-01-04 |
|\| | | | |||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| |\ \ \ | |||
| * \ \ \ | Merge remote-tracking branch 'google/master' into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| |\ \ \ \ | |||
| | | * \ \ | Merge pull request #9207 from ctiller/cleanup_closures | Craig Tiller | 2017-01-04 |
| | | |\ \ \ | | | | | | | | | | | | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces | ||
* | | | \ \ \ | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-04 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||
| * | | | | | | More UV fixes | Craig Tiller | 2017-01-03 |
| | | | | | | | |||
* | | | | | | | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-03 |
|\| | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2017-01-03 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||
| | * | | | | | Fix closure usage in UV code | Craig Tiller | 2017-01-03 |
| | | | | | | | |||
| | * | | | | | clang-format code | Craig Tiller | 2017-01-03 |
| | | | | | | | |||
| | * | | | | | Fixup Windows source files for new closure APIs | Craig Tiller | 2017-01-03 |
| | | | | | | | |||
| | * | | | | | Fix some NULL usage | Craig Tiller | 2017-01-03 |
| | | | | | | | |||
| | * | | | | | Fix udp server | Craig Tiller | 2016-12-29 |
| | | | | | | | |||
| | * | | | | | Some fixes | Craig Tiller | 2016-12-29 |
| | | | | | | | |||
| | * | | | | | Some fixes | Craig Tiller | 2016-12-29 |
| | | | | | | | |||
| * | | | | | | Remove for loop initial declarations | Yuchen Zeng | 2016-12-29 |
| | |_|/ / / | |/| | | | | |||
| | * | | | | Fix some uninitialized variables | Craig Tiller | 2016-12-28 |
| | | | | | | |||
| | * | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces | Craig Tiller | 2016-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_metadata | Yang Gao | 2016-12-27 |
| |\ \ \ \ | | | | | | | | | | | | | Check and fail if user provides a metadata key starting with : | ||
* | | | | | | Fix merge errors | Craig Tiller | 2016-12-27 |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-27 |
|\ \ \ \ \ \ | |||
| | * | | | | | Fixing JWT verifier. | Julien Boeuf | 2016-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 : | yang-g | 2016-12-21 |
| |/ / / / | |||
| | | * / | Method to expose the resource quota of a resource user | Dan Born | 2016-12-20 |
| | |/ / | |/| | |