Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | * | Merge branch 'forever-is-a-long-time' into tis-but-thy-name | Craig Tiller | 2015-06-29 | |
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak | |||
| | | * | | | | | Add an fd conservation test to verify that fds actually close | Craig Tiller | 2015-06-29 | |
| | | | | | | | | ||||
| | | | | | | * | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 | |
| | | | | | | | | ||||
| | | | | | | * | Simple request unsecure passes with new client_config code | Craig Tiller | 2015-06-28 | |
| | | | | | | | | ||||
| * | | | | | | | Add roots.pem bundle to the Bazel target, and use a better bundle name. | Jorge Canizales | 2015-06-28 | |
| |/ / / / / / | ||||
| | | | | | * | refcount debugging | Craig Tiller | 2015-06-27 | |
| | | | | | | | ||||
| | | | | | * | Factor out channel state watching | Craig Tiller | 2015-06-27 | |
| | | | | | | | ||||
| | | | | | * | Implement channel op dispatch | Craig Tiller | 2015-06-27 | |
| | | | | | | | ||||
| | | | | | * | Request/response path starting to work | Craig Tiller | 2015-06-27 | |
| | | | | | | | ||||
| | | | | | * | Progress - need to add http filters | Craig Tiller | 2015-06-26 | |
| | | | | | | | ||||
| | | | | | * | Get the success case through to call creation | Craig Tiller | 2015-06-26 | |
| | | | | | | | ||||
| | | | | | * | Small fixes | Craig Tiller | 2015-06-26 | |
| | | | | | | | ||||
| | | | | | * | Connector progress | Craig Tiller | 2015-06-26 | |
| | | | | | | | ||||
| | | | | | * | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-26 | |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | ||||
| | | | | | * | Further client config work | Craig Tiller | 2015-06-26 | |
| | | | | | | | ||||
| * | | | | | | Merge pull request #2149 from ctiller/oops-i-split-it-again | Vijay Pai | 2015-06-26 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | Initial transport lock split up | |||
| | | * | | | | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-26 | |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | ||||
| * | | | | | | Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debugging | Craig Tiller | 2015-06-26 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding file and line number to cq debug refcount. | |||
| | | | * \ \ \ | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-26 | |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #2221 from yang-g/no_new_bbq_after_flush | Craig Tiller | 2015-06-26 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Bug fix. Do not push to incoming_queue after it is flushed. | |||
| | | | | | | | * | client_config: chttp2_fullstack_no_op_unsecure_test passes | Craig Tiller | 2015-06-26 | |
| | | | | | | | | | ||||
| | | | | * | | | | Call fd_orphan callback a little earlier | Craig Tiller | 2015-06-26 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge pull request #2214 from ctiller/are-includes-sane | Nicolas Noble | 2015-06-25 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | Add a test that headers are properly in build.json | |||
| | | | | | | | * | Introduce connector, to help subchannel connect | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| * | | | | | | | | revert wording of optional in php doc | Stanley Cheung | 2015-06-25 | |
| | | | | | | | | | ||||
| * | | | | | | | | php: update README | Stanley Cheung | 2015-06-25 | |
| | | | | | | | | | ||||
| | | | | | | | * | Refine subprocess_call API | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| * | | | | | | | | php extension: do not link rt in osx | Stanley Cheung | 2015-06-25 | |
| | | | | | | | | | ||||
| | | | | | | | * | Implement vtable helper stubs | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| | | * | | | | | | Bug fix. Do not push to incoming_queue after it is flushed. | yang-g | 2015-06-25 | |
| | | | | | | | | | ||||
| | | | | | | | * | Moving chttp2 to new transport interface | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| * | | | | | | | | Reworking the cascade kick to be Windows-specific. | Nicolas "Pixel" Noble | 2015-06-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the Windows port more in-par with Linux. We're now making sure all of the pollsets are going to return immediately before calling the shutdown callback. | |||
| | | | | | | | * | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-25 | |
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| | | | | | | | * | Merge branch 'oops-i-split-it-again' into tis-but-thy-name | Craig Tiller | 2015-06-25 | |
| | | | | | | | |\ | | | | | | |_|_|/ | | | | | |/| | | | ||||
| | | | | | | | * | Plumbing transport_op changes through | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes | Jorge Canizales | 2015-06-25 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Changed argument names in Objective-C generated code | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #2211 from murgatroid99/objective_c_retain_cycle | Jorge Canizales | 2015-06-25 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | Fixed retain cycles in GRPCWrappedCall.m | |||
| | | * | | | | | | | Changed argument names in Objective-C generated code | murgatroid99 | 2015-06-25 | |
| | |/ / / / / / / | |/| | | | | | | | ||||
| | | | | * | | | | Addressing comments | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| | | | | | | | * | chop chop chop | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| | * | | | | | | | Fixed name in comments | murgatroid99 | 2015-06-25 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge pull request #2203 from stanley-cheung/cleanup_php_scripts | Michael Lumish | 2015-06-25 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | php: refactor and cleanup some scripts | |||
| | | | | | | * | | | Base64 decode improvements. | Julien Boeuf | 2015-06-25 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow ablity to specify the length for decoding. - Allow for non-padded encodings to be decoded properly. | |||
| | | | | | | | * | Merge branch 'oops-i-split-it-again' into tis-but-thy-name | Craig Tiller | 2015-06-25 | |
| | | | | | | | |\ | | | | | | | |_|/ | | | | | | |/| | | ||||
| | | | | | | | * | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-25 | |
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| | | | | | * | | | Simpler code | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| | | | | | * | | | Remove dead code | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| | | | | | * | | | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-25 | |
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||
| | | | | | | | * | s/grpc_transport_op/grpc_transport_stream_op/g | Craig Tiller | 2015-06-25 | |
| | | | | | | | | | ||||
| | | | | | | | * | Refactoring progress towards integrating client configs | Craig Tiller | 2015-06-25 | |
| | | | | | | | | |