aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Factor out channel state watchingGravatar Craig Tiller2015-06-27
|
* Implement channel op dispatchGravatar Craig Tiller2015-06-27
|
* Request/response path starting to workGravatar Craig Tiller2015-06-27
|
* Progress - need to add http filtersGravatar Craig Tiller2015-06-26
|
* Get the success case through to call creationGravatar Craig Tiller2015-06-26
|
* Small fixesGravatar Craig Tiller2015-06-26
|
* Connector progressGravatar Craig Tiller2015-06-26
|
* Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
|\
* | Further client config workGravatar Craig Tiller2015-06-26
| |
| * Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
| |\ | | | | | | Initial transport lock split up
| * \ Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debuggingGravatar Craig Tiller2015-06-26
| |\ \ | | | | | | | | Adding file and line number to cq debug refcount.
| * \ \ Merge pull request #2221 from yang-g/no_new_bbq_after_flushGravatar Craig Tiller2015-06-26
| |\ \ \ | | | | | | | | | | Bug fix. Do not push to incoming_queue after it is flushed.
* | | | | client_config: chttp2_fullstack_no_op_unsecure_test passesGravatar Craig Tiller2015-06-26
| | | | |
| * | | | Merge pull request #2214 from ctiller/are-includes-saneGravatar Nicolas Noble2015-06-25
| |\ \ \ \ | | | | | | | | | | | | Add a test that headers are properly in build.json
* | | | | | Introduce connector, to help subchannel connectGravatar Craig Tiller2015-06-25
| | | | | |
* | | | | | Refine subprocess_call APIGravatar Craig Tiller2015-06-25
| | | | | |
* | | | | | Implement vtable helper stubsGravatar Craig Tiller2015-06-25
| | | | | |
| | | * | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
| | | | | |
* | | | | | Moving chttp2 to new transport interfaceGravatar Craig Tiller2015-06-25
| | | | | |
| * | | | | Reworking the cascade kick to be Windows-specific.Gravatar Nicolas "Pixel" Noble2015-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-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | | | |
| * | | | Addressing commentsGravatar Craig Tiller2015-06-25
| | | | |
* | | | | chop chop chopGravatar Craig Tiller2015-06-25
| | | | |
* | | | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\| | | |
* | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | Simpler codeGravatar Craig Tiller2015-06-25
| | | | |
| | * | | Remove dead codeGravatar Craig Tiller2015-06-25
| | | | |
| | * | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-25
| | |\ \ \ | | |/ / / | |/| | |
* | | | | s/grpc_transport_op/grpc_transport_stream_op/gGravatar Craig Tiller2015-06-25
| | | | |
* | | | | Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
| | | | |
| | | * | Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
| | | * | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | | | | | | | | | | | | | Clean up anything that failed
* | | | | Implementation work for client_configGravatar Craig Tiller2015-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | - uri parsing - dns resolution
| * | | | Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-meGravatar Craig Tiller2015-06-24
| |\ \ \ \ | | | | | | | | | | | | Let's inform the system of the lock to unlock...
| * \ \ \ \ Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kickGravatar Craig Tiller2015-06-24
| |\ \ \ \ \ | | | | | | | | | | | | | | Cascade-kick pollsets when shutting down.
| * | | | | | On pollset shutdown, we need to unconditionally start the kick cascade.Gravatar Nicolas "Pixel" Noble2015-06-24
| | | | | | |
| | * | | | | Cascade-kick pollsets when shutting down.Gravatar Nicolas "Pixel" Noble2015-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.Gravatar Nicolas "Pixel" Noble2015-06-24
| | |_|_|/ | |/| | |
| * | | | Merge pull request #2185 from ctiller/it-hides-themGravatar Nicolas Noble2015-06-24
| |\ \ \ \ | | | | | | | | | | | | Move some code out of src/ into tools/
| * \ \ \ \ Merge pull request #2167 from ctiller/everyone-is-specialGravatar David G. Quintas2015-06-24
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Return dummy data for empty histograms
| | | | * | Let's inform the system of the lock to unlock...Gravatar Nicolas "Pixel" Noble2015-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-nameGravatar Craig Tiller2015-06-24
|\ \ \ \ \
| * | | | | Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-24
| |\| | | | | | | | | | | | | | | | | | | | | | Introduce resolver_factory
* | | | | | Stub DNS resolverGravatar Craig Tiller2015-06-24
|/ / / / /
| | | | * Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-24
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Added commentsGravatar Craig Tiller2015-06-24
| | | | |
* | | | | Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
* | | | | Flesh out things and make them compileGravatar Craig Tiller2015-06-23
| | | | |
| | | * | Move some code out of src/ into tools/Gravatar Craig Tiller2015-06-23
| | |/ / | |/| | | | | | | | | | It shouldn't count towards coverage