Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2152 from ctiller/fix-the-pointy-sea | Jan Tattermusch | 2015-06-22 |
|\ | | | | | Always use the first status code received | ||
* \ | Merge pull request #2156 from jcanizales/fix-garbage-flags | Michael Lumish | 2015-06-22 |
|\ \ | | | | | | | Ensure op flags don't have garbage from malloc | ||
* \ \ | Merge pull request #2136 from dgquintas/unconst-reporter | Vijay Pai | 2015-06-22 |
|\ \ \ | | | | | | | | | Removed const-ness from Reporter interface methods | ||
| | * | | Document why a grpc_op ivar, and the role of -finish | Jorge Canizales | 2015-06-21 |
| | | | | |||
| | * | | Simplify GRPCOps implementations | Jorge Canizales | 2015-06-21 |
| | | | | |||
| | * | | Output call_error number | Jorge Canizales | 2015-06-21 |
| | | | | |||
| | * | | Ensure op flags don't have garbage from malloc | Jorge Canizales | 2015-06-21 |
| |/ / |/| | | | | | | | | And free ops_array that was leaking. | ||
* | | | Merge pull request #2153 from ctiller/tools-are-people-too | Nicolas Noble | 2015-06-19 |
|\ \ \ | | | | | | | | | Ensure tools are built during run_tests runs | ||
| * | | | Ensure tests are built during run_tests runs | Craig Tiller | 2015-06-19 |
|/ / / | | | | | | | | | | | | | The issue remains that we don't test our tools, but at least we test that they compile. | ||
| | * | Always use the first status code received | Craig Tiller | 2015-06-19 |
| |/ |/| | |||
* | | Merge pull request #2073 from dgquintas/compression-metadata | Craig Tiller | 2015-06-19 |
|\ \ | | | | | | | Compression metadata | ||
* \ \ | Merge pull request #2132 from soltanmm/whats-up-doc | Craig Tiller | 2015-06-19 |
|\ \ \ | | | | | | | | | Clarify behavior of grpc_server_register_completion_queue | ||
* \ \ \ | Merge pull request #2105 from vjpai/poller2 | Craig Tiller | 2015-06-19 |
|\ \ \ \ | | | | | | | | | | | Performance-oriented server refactoring | ||
| * \ \ \ | 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 | ||
* \ \ \ \ \ | Merge pull request #2122 from jboeuf/tsi_ssl_npn | Nicolas Noble | 2015-06-19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Adding NPN support if ALPN support is not available. | ||
* \ \ \ \ \ \ | Merge pull request #2072 from jtattermusch/fix_json_rewrite_test | Nicolas Noble | 2015-06-19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix json_rewrite_test CRLF handling | ||
* \ \ \ \ \ \ \ | Merge pull request #2138 from ↵ | Michael Lumish | 2015-06-19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-fix-cancel-after-first-response Corrects the cancel_after_first_response behaviour | ||
| * | | | | | | | | Corrects the cancel_after_first_response behaviour | Tim Emiola | 2015-06-19 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduces a #wait method on the call operation view - invokes #wait on a Notifier that is created for all operations - ensures the Notifier is invoked if necessary whenever a client request completes - updates the interop_test to use op.wait before checking if the call was cancelled. | ||
| | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into tsi_ssl_npn | Julien Boeuf | 2015-06-19 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
| | | | | | | * | Removed const-ness from Reporter interface methods | David Garcia Quintas | 2015-06-18 |
| |_|_|_|_|_|/ |/| | | | | | | |||
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression-metadata | David Garcia Quintas | 2015-06-18 |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | |||
| | | | | * | | Clarify behavior of grpc_server_register_completion_queue | Masood Malekghassemi | 2015-06-18 |
| |_|_|_|/ / |/| | | | | | |||
| | * | | | | Adressing comments. | Julien Boeuf | 2015-06-18 |
| | | | | | | |||
| | | | * | | Merge branch 'master' into poller2 | Vijay Pai | 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 pull request #2130 from murgatroid99/objective-c-stop-surpressing-warnings | Jorge Canizales | 2015-06-18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Re-enabled warnings in the gRPC podspec | ||
* \ \ \ \ \ \ | Merge pull request #2116 from nicolasnoble/jenkins-clang | Jan Tattermusch | 2015-06-18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding clang packages for msan/tsan/asan testing. | ||
| | * | | | | | | Re-enabled warnings in the gRPC podspec | murgatroid99 | 2015-06-18 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #2084 from stanley-cheung/php_pecl_extension | Tim Emiola | 2015-06-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add package.xml file for pecl extension | ||
| | | | | | | * | | 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() | ||
| * | | | | | | | | prevent leaking gpr_slice in windows on_read() | Jan Tattermusch | 2015-06-18 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #2104 from murgatroid99/build_json_add_missing_context.h | Nicolas Noble | 2015-06-18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added missing but included headers to build.json | ||
| | | * | | | | | | | Add package.xml and necessary files for pecl extension | Stanley Cheung | 2015-06-18 |
| |_|/ / / / / / / |/| | | | | | | | | |||
| | | | | | | * | | Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2 | Vijay Pai | 2015-06-18 |
| | | | | | | |\ \ | | | | | | | |/ / | | | | | | |/| | | |||
| | | | | | * | | | Docs | Craig Tiller | 2015-06-18 |
| | | | | | | | | | |||
| | | | | * | | | | Adding NPN support if ALPN support is not available. | Julien Boeuf | 2015-06-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ALPN may not be available: - because OpenSSL does not support it. - because one of the peers does not support it. - Tested manually end to end by forcing TSI_OPENSSL_ALPN_SUPPORT to 0. Also tested if only one of the peers supports ALPN. | ||
| | | * | | | | | | Switching from wheezy to jessie. | Nicolas "Pixel" Noble | 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 |
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/compression.h | ||
| | | | | | * | | | Docs, formatting | Craig Tiller | 2015-06-17 |
| | | | | | | | | | |||
| | | * | | | | | | Adding clang packages for msan/tsan/asan testing. | Nicolas "Pixel" Noble | 2015-06-18 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #2071 from dgquintas/compression-levels | Craig Tiller | 2015-06-17 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Introduced compression levels as an abstraction for the actual algorithm | ||
* | | | | | | | | | Merge pull request #2108 from jcanizales/disallow-started-writers | Michael Lumish | 2015-06-17 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Disallow started request writers on GRPCCall init | ||
* | | | | | | | | | Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-output | donnadionne | 2015-06-17 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Prints test names as ruby tests run | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2095 from jtattermusch/autobuild_jenkins_dockerfile | Nicolas Noble | 2015-06-17 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | make sure docker image is up-to-date before each build | ||
| | | * | | | | | | | | Disallow started request writers on GRPCCall init | Jorge Canizales | 2015-06-17 |
| | | | | | | | | | | | |||
| | | | | | | | | * | | Added comments to describe nesting of mutexes | Vijay Pai | 2015-06-17 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | setting CPPFLAGS breaks openssl build | Jan Tattermusch | 2015-06-17 |
| | | | | | | | | | | |