Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2209 from murgatroid99/objective_c_const_conversion | Jorge Canizales | 2015-06-24 |
|\ | | | | | Remove const cast warning in GRPCSecureChannel.m | ||
| * | 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. | ||
* | | 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 pull request #2195 from jcanizales/rewrite-grpcclient-includes | Michael Lumish | 2015-06-24 |
|\ \ \ | | | | | | | | | Have Cocoapods rename includes in the core wrapper | ||
| * | | | 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 |
| |/ / |/| | | |||
* | | | Merge pull request #2171 from ctiller/fix-polling | Nicolas Noble | 2015-06-23 |
|\ \ \ | | | | | | | | | Remove return status from maybe_work. | ||
* \ \ \ | Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs | Yang Gao | 2015-06-23 |
|\ \ \ \ | | | | | | | | | | | Remove Protobuf dependency for C++ | ||
* \ \ \ \ | Merge pull request #2141 from murgatroid99/core_support_conversion_warnings | Craig Tiller | 2015-06-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix integer conversion warnings in src/core/support | ||
* \ \ \ \ \ | Merge pull request #2165 from nicolasnoble/backup-poller-broke-me | Craig Tiller | 2015-06-23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixing Windows port after the removal of the backup poller. | ||
* \ \ \ \ \ \ | Merge pull request #2175 from yang-g/constness | Craig Tiller | 2015-06-23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add const to ByteBuffer methods and add tests | ||
* \ \ \ \ \ \ \ | Merge pull request #2173 from nicolasnoble/don-t-recurse-locks | Craig Tiller | 2015-06-23 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixing recursive locking under Windows. | ||
* \ \ \ \ \ \ \ \ | Merge pull request #2170 from ctiller/metadata-docs | David G. Quintas | 2015-06-22 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add metadata batch documentation | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_win | Nicolas Noble | 2015-06-22 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed warning while parsing compression enum bytes. | ||
| | | * | | | | | | | | Fixing recursive locking under Windows. | Nicolas "Pixel" Noble | 2015-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 tests | Yang Gao | 2015-06-22 |
| | | | | | | | | | | |||
| | | | * | | | | | | Fixing Windows port after the removal of the backup poller. | Nicolas Noble | 2015-06-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the backup poller gone, the caller of grpc_pollset_work is expecting it to sleep. Aligning the behavior of the Windows port with the behavior of the Posix port. | ||
| | | | | | | * | | | Remove return status from maybe_work. | Craig Tiller | 2015-06-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since alarm checks may mutate work deadlines for pollsets, the value returned from maybe_work is meaningless. Instead, maybe pollset_work always return 1 if maybe_work is invoked, and then redo the deadline check _on the next call_ to pollset_work. | ||
| | * | | | | | | | | Add metadata batch documentation | Craig Tiller | 2015-06-22 |
| | | |_|_|_|/ / / | | |/| | | | | | | |||
* | | | | | | | | | Merge pull request #2142 from murgatroid99/core_json_conversion_warnings | Nicolas Noble | 2015-06-22 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Fixed integer conversion warnings in src/core/json | ||
| | | | | * | | | | Reverted slice.c changes | murgatroid99 | 2015-06-22 |
| | | | | | | | | | |||
| | | | | * | | | | Made requested fixes | murgatroid99 | 2015-06-22 |
| | | | | | | | | | |||
| | | | | | | | * | Return dummy data for empty histograms | Craig Tiller | 2015-06-22 |
| | | | | |_|_|/ | | | | |/| | | | |||
| | * | / | | | | Fixed warning while parsing compression enum bytes. | David Garcia Quintas | 2015-06-22 |
| |/ / / / / / |/| | | | | | | |||
| | | | * | | | Fixed incorrect comment format | murgatroid99 | 2015-06-22 |
| | | | | | | | |||
| | | | * | | | Reverted incorrect type change | murgatroid99 | 2015-06-22 |
| | | | | | | | |||
* | | | | | | | Merge pull request #2123 from jboeuf/ssl_auth_context_fix | Yang Gao | 2015-06-22 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fixing ssl auth context. | ||
| | | | | * | | Update to set flags=0 on all ops | Craig Tiller | 2015-06-22 |
| | | | | | | | |||
| | | | | * | | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-22 |
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Merge pull request #2152 from ctiller/fix-the-pointy-sea | Jan Tattermusch | 2015-06-22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Always use the first status code received | ||
| | | | | | | * | Changed input_buffer_count to a size_t | murgatroid99 | 2015-06-22 |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix | Julien Boeuf | 2015-06-22 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | |