Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | Merge pull request #2143 from murgatroid99/core_security_conversion_warnings | jboeuf | 2015-06-23 | |
| |\ \ \ | | | | | | | | | | | Fixed integer conversion warnings in src/core/security | |||
* | | | | | Move parent subchannel construction args... | Craig Tiller | 2015-06-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | ... into grpc_channel itself, to hide this complicated construction detail. | |||
| * | | | | Merge pull request #2171 from ctiller/fix-polling | Nicolas Noble | 2015-06-23 | |
| |\ \ \ \ | | | | | | | | | | | | | Remove return status from maybe_work. | |||
* | | | | | | Rename configured_subchannel --> subchannel | Craig Tiller | 2015-06-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Per @a11r's request | |||
| | | | | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-23 | |
| | | | | |\ | | |_|_|_|/ | |/| | | | | ||||
| * | | | | | Merge pull request #2141 from murgatroid99/core_support_conversion_warnings | Craig Tiller | 2015-06-23 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix integer conversion warnings in src/core/support | |||
* | | | | | | | Client configuration libary - headers & docs | Craig Tiller | 2015-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-me | Craig Tiller | 2015-06-23 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixing Windows port after the removal of the backup poller. | |||
| * \ \ \ \ \ \ | 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. | |||
| | | | * | | | | | | 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. | |||
| | | | | * | | Changed input_buffer_count to a size_t | murgatroid99 | 2015-06-22 | |
| | | | | | | | ||||
| | | | | | * | Dead code removal | Craig Tiller | 2015-06-22 | |
| | | | | | | | ||||
| | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix | Julien Boeuf | 2015-06-22 | |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | Always use the first status code received | Craig Tiller | 2015-06-19 | |
|/ / / / / / | ||||
| | | | * | | Removed incorrect cast | murgatroid99 | 2015-06-19 | |
| | | | | | | ||||
| | * | | | | Fixed incorrect functional change | murgatroid99 | 2015-06-19 | |
| | | | | | | ||||
| | | | | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-19 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | ||||
* | | | | | | Merge pull request #2073 from dgquintas/compression-metadata | Craig Tiller | 2015-06-19 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Compression metadata | |||
| | | | | | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-19 | |
| | | | | | |\ | ||||
* | | | | | | \ | Merge branch 'master' into poller2 | vjpai | 2015-06-19 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #1577 from ctiller/we-dont-need-no-backup | Nicolas Noble | 2015-06-19 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove backup poller from GRPC core | |||
| | | | | | | * | | Fixed integer conversion warnings in src/core/security | murgatroid99 | 2015-06-19 | |
| | | | | | | | | | ||||
| | | | | * | | | | Fixed conversion warnings in src/core/json | murgatroid99 | 2015-06-19 | |
| | | | | | |/ / | | | | | |/| | | ||||
| | | | | | * | | Silenced conversion warnings in src/core/support | murgatroid99 | 2015-06-19 | |
| | | | | |/ / | ||||
| | | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix | Julien Boeuf | 2015-06-19 | |
| | | | |\| | | ||||
| * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into tsi_ssl_npn | Julien Boeuf | 2015-06-19 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into compression-metadata | David Garcia Quintas | 2015-06-18 | |
| | | | |\ \ \ | | | |_|/ / / | | |/| | | | | ||||
| | | | | | * | Fix a double delete bug | Craig Tiller | 2015-06-18 | |
| | | | | | | | ||||
| | | | | | * | Hack around stream closure | Craig Tiller | 2015-06-18 | |
| | | | | | | | ||||
| | | | | | * | Bug fixes | Craig Tiller | 2015-06-18 | |
| | | | | | | | ||||
| * | | | | | | Adressing comments. | Julien Boeuf | 2015-06-18 | |
| | | | | | | | ||||
* | | | | | | | Merge branch 'master' into poller2 | Vijay Pai | 2015-06-18 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| | | | | | * | Bug fixes, spam cleanup | Craig Tiller | 2015-06-18 | |
| | | | | | | | ||||
| | | * | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-18 | |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal | |||
| | | | | | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-18 | |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | ||||
| | | | | | * | Fix type in swap buffer | Craig Tiller | 2015-06-18 | |
| | | | | | | | ||||
| | | | | | * | More stream counting fixes | Craig Tiller | 2015-06-18 | |
| | | | | | | |