Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into come-out-of-the-shadow | Craig Tiller | 2015-09-24 |
|\ | |||
| * | Merge pull request #3372 from grpc/release-0_11 | David G. Quintas | 2015-09-23 |
| |\ | | | | | | | Release 0.11 to master upmerge. | ||
| * \ | Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos | Eric Anderson | 2015-09-23 |
| |\ \ | | | | | | | | | Drop issue 527 TODOs for UnaryCall interop test specification | ||
| * | | | Fixes broken build due to misplaced import | Nate Kibler | 2015-09-23 |
| | | | | | | | | | | | | | | | | | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses. | ||
| | | * | php: fix watchConnectivityState unit test | Stanley Cheung | 2015-09-23 |
| | | | | |||
| * | | | Changed GRPCCall import to class forward declaration | Nate Kibler | 2015-09-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference. | ||
| | * | | Drop issue 527 TODOs for interop specification | Nathaniel Manista | 2015-09-23 |
| |/ / | | | | | | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. | ||
| | * | Merge pull request #3413 from stanley-cheung/php_jenkins_flakes | Jan Tattermusch | 2015-09-23 |
| | |\ | | | | | | | | | PHP: jenkins flakes | ||
| | * | | Client now swallows content-type on receive | David Garcia Quintas | 2015-09-22 |
| | | | | |||
| | * | | Explicitly set content-type for servers | Craig Tiller | 2015-09-22 |
| | | | | |||
| | * | | bump version of C# to 0.7.1 | Jan Tattermusch | 2015-09-22 |
| | | | | |||
| | | * | php: fix jenkins flake | Stanley Cheung | 2015-09-22 |
| | |/ | |||
| * | | Merge pull request #3422 from jcanizales/fix-mutex-bug | Craig Tiller | 2015-09-22 |
| |\ \ | | | | | | | | | Fix mutex bug | ||
| | | * | Merge pull request #3365 from murgatroid99/node_nan_2.0 | Tim Emiola | 2015-09-22 |
| | | |\ | | | | | | | | | | | Update to nan 2.0 | ||
| | | * \ | Merge pull request #3414 from soltanmm/relup | Nathaniel Manista | 2015-09-22 |
| | | |\ \ | | | | | | | | | | | | | Update Python release number to 0.11.0b1. | ||
| | * | | | | Fix mutex bug | Jorge Canizales | 2015-09-22 |
| | | | | | | |||
| | | * | | | Merge pull request #3399 from stanley-cheung/php_update_examples | Tim Emiola | 2015-09-22 |
| | | |\ \ \ | | | | | | | | | | | | | | | PHP: add examples for Apache and Nginx | ||
| | | | | * | | Update Python release to 0.11.0b1 | Masood Malekghassemi | 2015-09-22 |
| | | | | | | | |||
| | | * | | | | Merge pull request #3412 from murgatroid99/node_version_0.11.1 | Nicolas Noble | 2015-09-22 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Update Node module to 0.11.1 in anticipation of point release | ||
| * | | | | | | | It is a bad idea to have a map with string_refs as output params. | Julien Boeuf | 2015-09-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee. | ||
| | | | * | | | | Update Node module to 0.11.1 in anticipation of point release | murgatroid99 | 2015-09-22 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #3396 from jtattermusch/win_fix_parameter_types | Nicolas Noble | 2015-09-22 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix parameter types in function definition. | ||
| * \ \ \ \ \ \ \ | Merge pull request #3404 from dgquintas/dgquintas-patch-1 | Nicolas Noble | 2015-09-22 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixed typo in channel_args.h docstring | ||
| | | | | * \ \ \ \ | Merge pull request #3328 from nathanielmanistaatgoogle/future-callbacks | Masood Malekghassemi | 2015-09-22 |
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Test coverage for callbacks added to Face futures | ||
| | | | | * \ \ \ \ \ | Merge pull request #3323 from nathanielmanistaatgoogle/dependencies | Masood Malekghassemi | 2015-09-22 |
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Further maintenance of Python dependencies | ||
| | | | | * | | | | | | | Fix erroneous attribute name. | Nathaniel Manista | 2015-09-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This defect was introduced in 9e4d0610ea5e2bb302c. I had thought that this code was exercised in tests but it is bypassed by the use of grpc_test.beta.test_utilities.not_really_secure_channel. :-( | ||
| | | | | | | | | * | | | php: update text to reflect beta | Stanley Cheung | 2015-09-22 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | minor fixes | Stanley Cheung | 2015-09-22 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | php: add examples for apache and nginx | Stanley Cheung | 2015-09-22 |
| | | | | | |_|_|/ / / | | | | | |/| | | | | | |||
| | | | | * | | | | | | Merge pull request #3407 from jboeuf/fix_3390 | Craig Tiller | 2015-09-22 |
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixing issue #3390 | ||
| | | | | * \ \ \ \ \ \ | Merge pull request #3397 from nicolasnoble/shutdown-win32-warning | Craig Tiller | 2015-09-22 |
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Shutting down warning about operations on closed sockets. | ||
| * | | | | \ \ \ \ \ \ \ | Merge pull request #3393 from jtattermusch/fix_windows_build | Craig Tiller | 2015-09-22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix windows build | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3387 from dgquintas/content_type_filtering | Craig Tiller | 2015-09-22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client now swallows content-type on receive | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3378 from yang-g/connection_failure_detection | Craig Tiller | 2015-09-22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove connectivity watcher from interested party early | ||
| | | | | | | | * \ \ \ \ \ \ \ | Merge pull request #3362 from nicolasnoble/backport | Craig Tiller | 2015-09-22 |
| | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport the lock race fix to 0.11. | ||
| * | | | | | | | \ \ \ \ \ \ \ \ | Merge pull request #3027 from jboeuf/security_connector_refactoring | Craig Tiller | 2015-09-22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security connector refactoring | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3406 from jboeuf/auth_plugin_fixes | Yang Gao | 2015-09-21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credentials plugin fixes (after the branch was merged). | ||
| | | | | | | | | | | | | * | | | | | | Fixing issue #3390 | Julien Boeuf | 2015-09-21 |
| | | | | | | | | | | |_|/ / / / / / | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A transport op indicating a cancellation can be sent to the auth client filter. In this case, the code should not assert that a context is not null on this op. | ||
| | * | | | | | | | / | | | | | | | | Credentials plugin fixes (after the branch was merged). | Julien Boeuf | 2015-09-21 |
| | | |_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | |||
| * / | | | | | | | | | | | | | | | Removed spurious predicate from if branch | David Garcia Quintas | 2015-09-21 |
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the channeld->content_type->key is already consumed by the preceding if. | ||
| | | | | | * / / / / / / / / / | Fixed typo in channel_args.h docstring | David G. Quintas | 2015-09-21 |
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | | Shutting down warning about operations on closed sockets. | Nicolas "Pixel" Noble | 2015-09-22 |
| | | | | | | | |/ / / / / / | | | | | | | |/| | | | | | | |||
| | | | | | * | | | | | | | | Merge branch 'fix_windows_build' into win_fix_parameter_types | Jan Tattermusch | 2015-09-21 |
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / | | | | | |/| | | | | | | | | |||
| | | | | | * | | | | | | | | make function definitions match declaration in header | Jan Tattermusch | 2015-09-21 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #3176 from jboeuf/core_creds_plugin | Yang Gao | 2015-09-21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Design and implementation of the core credentials plugin API. | ||
| | | | | | * | | | | | | | | remove leftover field initialization | Jan Tattermusch | 2015-09-21 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #3132 from rjshade/rename_callback | Yang Gao | 2015-09-18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename the TCP server callback arguments to be more descriptive. | ||
| | | | | | * | | | | | | | | Client now swallows content-type on receive | David Garcia Quintas | 2015-09-18 |
| | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | Merge pull request #3381 from jcanizales/fix-bazel-breakage | Yang Gao | 2015-09-18 |
| | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix import that relied on Cocoapods' unique behavior | ||
| | | | | * | | | | | | | | | | add a test | yang-g | 2015-09-18 |
| | | | | | | | | | | | | | | |