Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* \ \ \ | Merge pull request #2214 from ctiller/are-includes-sane | Nicolas Noble | 2015-06-25 |
|\ \ \ \ | | | | | | | | | | | Add a test that headers are properly in build.json | ||
* | | | | | revert wording of optional in php doc | Stanley Cheung | 2015-06-25 |
| | | | | | |||
* | | | | | php: update README | Stanley Cheung | 2015-06-25 |
| | | | | | |||
* | | | | | php extension: do not link rt in osx | Stanley Cheung | 2015-06-25 |
| | | | | | |||
| | * | | | Bug fix. Do not push to incoming_queue after it is flushed. | yang-g | 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 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 |
| | | | | | |||
| * | | | | 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 | ||
| | | | | * | 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 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
| | | * | | | 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 | ||
* | | | | | | Merge pull request #2209 from murgatroid99/objective_c_const_conversion | Jorge Canizales | 2015-06-24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove const cast warning in GRPCSecureChannel.m | ||
| | | * | | | | Fixed 'retain cycle' warnings in GRPCWrappedCall.m | murgatroid99 | 2015-06-24 |
| |_|/ / / / |/| | | | | | |||
| * | | | | | Remove const cast warning in GRPCSecureChannel.m | murgatroid99 | 2015-06-24 |
| | | | | | | |||
* | | | | | | 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 | ||
| | | | * | | | replace backticks with $() | Stanley Cheung | 2015-06-24 |
| | | | | | | | |||
| | | | * | | | php: refactor and cleanup some scripts | Stanley Cheung | 2015-06-24 |
| |_|_|/ / / |/| | | | | | |||
| | | * | | | 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 pull request #2195 from jcanizales/rewrite-grpcclient-includes | Michael Lumish | 2015-06-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Have Cocoapods rename includes in the core wrapper | ||
| | | | | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-24 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
| | | | | * | Added comments | Craig Tiller | 2015-06-24 |
| | | | | | | |||
| * | | | | | Have Cocoapods rename includes in the core wrapper | Jorge Canizales | 2015-06-23 |
| | |_|/ / | |/| | | | | | | | | | | | | | Fixes https://github.com/grpc/grpc/issues/2194 . | ||
* | | | | | Import headers based on path in the generated code | Jorge Canizales | 2015-06-23 |
| | | | | | | | | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | | | | | Import headers based on path in sample app | Jorge Canizales | 2015-06-23 |
| | | | | | | | | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | | | | | Import headers based on path in the tests project | Jorge Canizales | 2015-06-23 |
| | | | | | | | | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | | | | | Import headers based on path in the runtime libraries | Jorge Canizales | 2015-06-23 |
|/ / / / | | | | | | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | | | | Merge pull request #2187 from ↵ | Michael Lumish | 2015-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 branch | Tim Emiola | 2015-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/nil | Nicolas Noble | 2015-06-23 |
|\ \ \ \ \ | |/ / / / |/| | | | | Only copy call details when the status is ok. | ||
| * | | | | release memory even if the status is false | yang-g | 2015-06-23 |
| | | | | | |||
| | | * | | Move some code out of src/ into tools/ | Craig Tiller | 2015-06-23 |
| |_|/ / |/| | | | | | | | | | | | It shouldn't count towards coverage | ||
* | | | | Merge pull request #2180 from yang-g/constness | Craig Tiller | 2015-06-23 |
|\ \ \ \ | | | | | | | | | | | Add missing headers to build.json | ||
| | * | | | Only copy stuff when status is ok | yang-g | 2015-06-23 |
| |/ / / | |||
* | | | | Merge pull request #2143 from murgatroid99/core_security_conversion_warnings | jboeuf | 2015-06-23 |
|\ \ \ \ | | | | | | | | | | | Fixed integer conversion warnings in src/core/security | ||
| | * | | | Add missing headers to build.json | yang-g | 2015-06-23 |
| |/ / / |/| | | |