Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 pull request #2204 from nicolasnoble/completion-queue-refcount-debugging | Craig Tiller | 2015-06-26 |
| |\ \ | | | | | | | | | Adding file and line number to cq debug refcount. | ||
| * \ \ | 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 |
| | | | | | |||
| * | | | | 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 |
| | | | | | | |||
* | | | | | | Refine subprocess_call API | Craig Tiller | 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 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 |
| | | | | | |||
| * | | | | Addressing comments | Craig Tiller | 2015-06-25 |
| | | | | | |||
* | | | | | chop chop chop | Craig Tiller | 2015-06-25 |
| | | | | | |||
* | | | | | 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 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into are-includes-sane | Craig Tiller | 2015-06-25 |
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal | ||
| | | * | | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | | | | | | | | | | | | | | | | | Clean up anything that failed | ||
* | | | | | Implementation work for client_config | Craig Tiller | 2015-06-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - uri parsing - dns resolution | ||
| * | | | | Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-me | Craig Tiller | 2015-06-24 |
| |\ \ \ \ | | | | | | | | | | | | | Let's inform the system of the lock to unlock... | ||
| * \ \ \ \ | Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kick | Craig Tiller | 2015-06-24 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Cascade-kick pollsets when shutting down. | ||
| * | | | | | | On pollset shutdown, we need to unconditionally start the kick cascade. | Nicolas "Pixel" Noble | 2015-06-24 |
| | | | | | | | |||
| | * | | | | | Cascade-kick pollsets when shutting down. | Nicolas "Pixel" Noble | 2015-06-24 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | In the case we're using a threadpool, depending on where the threads are waiting in completion queue's next, they'll get stuck on shutdown because we're only kicking one of them. Instead, let's cascade-kick the pollsets when we shutdown so that we make sure all of them are exitting properly. | ||
| | | | | * | Adding file and line number to cq debug refcount. | Nicolas "Pixel" Noble | 2015-06-24 |
| | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #2185 from ctiller/it-hides-them | Nicolas Noble | 2015-06-24 |
| |\ \ \ \ | | | | | | | | | | | | | Move some code out of src/ into tools/ | ||
| * \ \ \ \ | Merge pull request #2167 from ctiller/everyone-is-special | David G. Quintas | 2015-06-24 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Return dummy data for empty histograms | ||
| | | | * | | Let's inform the system of the lock to unlock... | Nicolas "Pixel" Noble | 2015-06-24 |
| | |_|/ / | |/| | | | | | | | | | | | | | Fixes #2190. In grpc_pollset_work we need to pass down which lock to unlock before actually doing something. | ||
* | | | | | Merge branch 'that-which-we-call-a-rose' into tis-but-thy-name | Craig Tiller | 2015-06-24 |
|\ \ \ \ \ | |||
| * | | | | | Merge github.com:grpc/grpc into that-which-we-call-a-rose | Craig Tiller | 2015-06-24 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Introduce resolver_factory | ||
* | | | | | | Stub DNS resolver | Craig Tiller | 2015-06-24 |
|/ / / / / | |||
| | | | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-24 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | Added comments | Craig Tiller | 2015-06-24 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into that-which-we-call-a-rose | Craig Tiller | 2015-06-23 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal | ||
* | | | | | Flesh out things and make them compile | Craig Tiller | 2015-06-23 |
| | | | | | |||
| | | * | | Move some code out of src/ into tools/ | Craig Tiller | 2015-06-23 |
| | |/ / | |/| | | | | | | | | | | It shouldn't count towards coverage |