aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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.
* \ \ \ Merge pull request #2214 from ctiller/are-includes-saneGravatar Nicolas Noble2015-06-25
|\ \ \ \ | | | | | | | | | | Add a test that headers are properly in build.json
* | | | | revert wording of optional in php docGravatar Stanley Cheung2015-06-25
| | | | |
* | | | | php: update READMEGravatar Stanley Cheung2015-06-25
| | | | |
* | | | | php extension: do not link rt in osxGravatar Stanley Cheung2015-06-25
| | | | |
| | * | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-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 pull request #2217 from murgatroid99/objective_c_plugin_name_changesGravatar Jorge Canizales2015-06-25
|\ \ \ \ \ | | | | | | | | | | | | Changed argument names in Objective-C generated code
* \ \ \ \ \ Merge pull request #2211 from murgatroid99/objective_c_retain_cycleGravatar Jorge Canizales2015-06-25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fixed retain cycles in GRPCWrappedCall.m
| | * | | | Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
| |/ / / / |/| | | |
| | | | * Addressing commentsGravatar Craig Tiller2015-06-25
| | | | |
| * | | | Fixed name in commentsGravatar murgatroid992015-06-25
| | | | |
* | | | | Merge pull request #2203 from stanley-cheung/cleanup_php_scriptsGravatar Michael Lumish2015-06-25
|\ \ \ \ \ | | | | | | | | | | | | php: refactor and cleanup some scripts
| | | | | * 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
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | * | | 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
* | | | | | 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
| | | | | |
* | | | | | 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 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.
| * | | | 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
| |/ / / |/| | |