aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | Merge pull request #2209 from murgatroid99/objective_c_const_conversionGravatar Jorge Canizales2015-06-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove const cast warning in GRPCSecureChannel.m
| | | | | * | | Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
| | |_|_|/ / / | |/| | | | |
| | * | | | | Remove const cast warning in GRPCSecureChannel.mGravatar murgatroid992015-06-24
| | | | | | |
* | | | | | | 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
| | | | | | * | replace backticks with $()Gravatar Stanley Cheung2015-06-24
| | | | | | | |
| | | | | | * | php: refactor and cleanup some scriptsGravatar Stanley Cheung2015-06-24
| | |_|_|_|/ / | |/| | | | |
| | | | * | | 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 pull request #2195 from jcanizales/rewrite-grpcclient-includesGravatar Michael Lumish2015-06-24
| |\ \ \ \ \ | | | | | | | | | | | | | | Have Cocoapods rename includes in the core wrapper
| | | | | * \ Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-24
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | Added commentsGravatar Craig Tiller2015-06-24
| | | | | | |
| | * | | | | Have Cocoapods rename includes in the core wrapperGravatar Jorge Canizales2015-06-23
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | Fixes https://github.com/grpc/grpc/issues/2194 .
| * | | | | Import headers based on path in the generated codeGravatar Jorge Canizales2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
| * | | | | Import headers based on path in sample appGravatar Jorge Canizales2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
| * | | | | Import headers based on path in the tests projectGravatar Jorge Canizales2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
| * | | | | Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
| |/ / / / | | | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
| * | | | Merge pull request #2187 from ↵Gravatar Michael Lumish2015-06-23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-bump-version-for-release-branch-release Bump version of grpc ruby for release on the release branch
| | * | | | Bump version of grpc ruby for release on the release branchGravatar Tim Emiola2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - grpc ruby 0.9.3 should have released from the release branch but was not - it needs to be re-released from that branch
| * | | | | Merge pull request #2183 from yang-g/nilGravatar Nicolas Noble2015-06-23
| |\ \ \ \ \ | | |/ / / / | |/| | | | Only copy call details when the status is ok.
* | | | | | 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
| | | | | |
| | * | | | release memory even if the status is falseGravatar yang-g2015-06-23
| | | | | |
| | | | * | Move some code out of src/ into tools/Gravatar Craig Tiller2015-06-23
| | |_|/ / | |/| | | | | | | | | | | | | It shouldn't count towards coverage
| * | | | Merge pull request #2180 from yang-g/constnessGravatar Craig Tiller2015-06-23
| |\ \ \ \ | | | | | | | | | | | | Add missing headers to build.json
| | | * | | Only copy stuff when status is okGravatar yang-g2015-06-23
| | |/ / /
| * | | | Merge pull request #2143 from murgatroid99/core_security_conversion_warningsGravatar jboeuf2015-06-23
| |\ \ \ \ | | | | | | | | | | | | Fixed integer conversion warnings in src/core/security
| | | * | | Add missing headers to build.jsonGravatar yang-g2015-06-23
| | |/ / / | |/| | |
* | | | | Move parent subchannel construction args...Gravatar Craig Tiller2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | ... into grpc_channel itself, to hide this complicated construction detail.
| * | | | Merge pull request #2171 from ctiller/fix-pollingGravatar Nicolas Noble2015-06-23
| |\ \ \ \ | | | | | | | | | | | | Remove return status from maybe_work.
* | | | | | Rename configured_subchannel --> subchannelGravatar Craig Tiller2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | Per @a11r's request
| * | | | | Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufsGravatar Yang Gao2015-06-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove Protobuf dependency for C++
| | | | | | * Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-23
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #2141 from murgatroid99/core_support_conversion_warningsGravatar Craig Tiller2015-06-23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix integer conversion warnings in src/core/support
* | | | | | | | Client configuration libary - headers & docsGravatar Craig Tiller2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial sketch of a client configuration library. It's expected this will subsume the client_setup functionality that we currently have, and begin providing customizable load balancing support. Releasing the headers now (no implementation work has been done) so that we can bat around thoughts on this and make sure all the use cases are implementable, and our primary use cases are easily so.
| * | | | | | | Merge pull request #2165 from nicolasnoble/backup-poller-broke-meGravatar Craig Tiller2015-06-23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing Windows port after the removal of the backup poller.
| * \ \ \ \ \ \ \ Merge pull request #2175 from yang-g/constnessGravatar Craig Tiller2015-06-23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add const to ByteBuffer methods and add tests
| * \ \ \ \ \ \ \ \ Merge pull request #2173 from nicolasnoble/don-t-recurse-locksGravatar Craig Tiller2015-06-23
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixing recursive locking under Windows.
| * \ \ \ \ \ \ \ \ \ Merge pull request #2170 from ctiller/metadata-docsGravatar David G. Quintas2015-06-22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add metadata batch documentation
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_winGravatar Nicolas Noble2015-06-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed warning while parsing compression enum bytes.
| | | | * | | | | | | | | Fixing recursive locking under Windows.Gravatar Nicolas "Pixel" Noble2015-06-23
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shutting down is synchronous under Windows, so we don't want to do that while holding a lock.
| | | | * | | | | | | | Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-06-22
| | | | | | | | | | | |