Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | * | | 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 | |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | ||||
* | | | | | | | 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 | |
| | | | * | | | Fix scope of a lock | Vijay Pai | 2015-06-18 | |
| * | | | | | | Merge pull request #2125 from jtattermusch/fix_win_read_memory_leak | Nicolas Noble | 2015-06-18 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | prevent leaking gpr_slice in windows on_read() | Jan Tattermusch | 2015-06-18 | |
* | | | | | | | | Fix goaways, stream counting | Craig Tiller | 2015-06-18 | |
* | | | | | | | | Fix some list handling | Craig Tiller | 2015-06-18 | |
| | | | | * | | | Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2 | Vijay Pai | 2015-06-18 | |
| | | | | |\ \ \ | | | | | |/ / / | | | | |/| | | | ||||
* | | | | | | | | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again | Craig Tiller | 2015-06-18 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| * | | | | | | | Docs | Craig Tiller | 2015-06-18 | |
| | | | | | | * | Fixing ssl auth context. | Julien Boeuf | 2015-06-18 | |
| | | |_|_|_|/ | | |/| | | | | ||||
| | | | * | | | Adding NPN support if ALPN support is not available. | Julien Boeuf | 2015-06-18 | |
| * | | | | | | Docs | Craig Tiller | 2015-06-17 | |
| * | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-17 | |
| |\| | | | | | ||||
| * | | | | | | Docs, formatting | Craig Tiller | 2015-06-17 | |
| | * | | | | | Merge pull request #2071 from dgquintas/compression-levels | Craig Tiller | 2015-06-17 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||
* | | | | | | | Cancellation related fixes | Craig Tiller | 2015-06-17 | |
* | | | | | | | Dead code cleanup | Craig Tiller | 2015-06-17 | |
* | | | | | | | Only start writing if theres no errors | Craig Tiller | 2015-06-17 | |
* | | | | | | | Flow control bugfixes | Craig Tiller | 2015-06-17 | |
| | | | | * | | Added comments to describe nesting of mutexes | Vijay Pai | 2015-06-17 | |
| | | | | * | | Split server lock into 2 pieces: one for call list and one for global | Vijay Pai | 2015-06-17 | |
* | | | | | | | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again | Craig Tiller | 2015-06-17 | |
|\| | | | | | | ||||
| * | | | | | | clang-format affected files | Craig Tiller | 2015-06-17 | |
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again | Craig Tiller | 2015-06-17 | |
|\| | | | | | ||||
| * | | | | | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-17 | |
| |\| | | | | ||||
* | | | | | | Properly deal with streams closing during parsing | Craig Tiller | 2015-06-17 | |
* | | | | | | Remove bogus assert | Craig Tiller | 2015-06-17 | |
* | | | | | | Handle endpoint disconnection better | Craig Tiller | 2015-06-17 | |
* | | | | | | First request/response with separated chttp2 lock passes | Craig Tiller | 2015-06-16 | |
* | | | | | | Read path improvements | Craig Tiller | 2015-06-16 | |
| | | * | | | Fixed wrong switch label name | David Garcia Quintas | 2015-06-16 | |
| | * | | | | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-16 | |
| | |\ \ \ \ | ||||
* | | | | | | | Implement more missing pieces | Craig Tiller | 2015-06-16 | |
* | | | | | | | Fixing stuff | Craig Tiller | 2015-06-16 | |
* | | | | | | | Implement more missing pieces | Craig Tiller | 2015-06-16 | |
* | | | | | | | Fixing stuff | Craig Tiller | 2015-06-16 | |
* | | | | | | | Fixing stuff | Craig Tiller | 2015-06-16 | |
| | | | * | | | Exposed compression level in channel arguments (C and C++) | David Garcia Quintas | 2015-06-16 |