aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
|\ | | | | Release 0.11 to master upmerge.
* \ Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todosGravatar Eric Anderson2015-09-23
|\ \ | | | | | | Drop issue 527 TODOs for UnaryCall interop test specification
* | | Fixes broken build due to misplaced importGravatar Nate Kibler2015-09-23
| | | | | | | | | | | | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses.
| | * php: fix watchConnectivityState unit testGravatar Stanley Cheung2015-09-23
| | |
* | | Changed GRPCCall import to class forward declarationGravatar Nate Kibler2015-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 specificationGravatar Nathaniel Manista2015-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_flakesGravatar Jan Tattermusch2015-09-23
| |\ | | | | | | PHP: jenkins flakes
| * | Client now swallows content-type on receiveGravatar David Garcia Quintas2015-09-22
| | |
| * | Explicitly set content-type for serversGravatar Craig Tiller2015-09-22
| | |
| * | bump version of C# to 0.7.1Gravatar Jan Tattermusch2015-09-22
| | |
| | * php: fix jenkins flakeGravatar Stanley Cheung2015-09-22
| |/
* | Merge pull request #3422 from jcanizales/fix-mutex-bugGravatar Craig Tiller2015-09-22
|\ \ | | | | | | Fix mutex bug
| | * Merge pull request #3365 from murgatroid99/node_nan_2.0Gravatar Tim Emiola2015-09-22
| | |\ | | | | | | | | Update to nan 2.0
| | * \ Merge pull request #3414 from soltanmm/relupGravatar Nathaniel Manista2015-09-22
| | |\ \ | | | | | | | | | | Update Python release number to 0.11.0b1.
| * | | | Fix mutex bugGravatar Jorge Canizales2015-09-22
| | | | |
| | * | | Merge pull request #3399 from stanley-cheung/php_update_examplesGravatar Tim Emiola2015-09-22
| | |\ \ \ | | | | | | | | | | | | PHP: add examples for Apache and Nginx
| | | | * | Update Python release to 0.11.0b1Gravatar Masood Malekghassemi2015-09-22
| | | | | |
| | * | | | Merge pull request #3412 from murgatroid99/node_version_0.11.1Gravatar Nicolas Noble2015-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.Gravatar Julien Boeuf2015-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 releaseGravatar murgatroid992015-09-22
| | | | | | |
* | | | | | | Merge pull request #3396 from jtattermusch/win_fix_parameter_typesGravatar Nicolas Noble2015-09-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix parameter types in function definition.
* \ \ \ \ \ \ \ Merge pull request #3404 from dgquintas/dgquintas-patch-1Gravatar Nicolas Noble2015-09-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed typo in channel_args.h docstring
| | | | * \ \ \ \ Merge pull request #3328 from nathanielmanistaatgoogle/future-callbacksGravatar Masood Malekghassemi2015-09-22
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Test coverage for callbacks added to Face futures
| | | | * \ \ \ \ \ Merge pull request #3323 from nathanielmanistaatgoogle/dependenciesGravatar Masood Malekghassemi2015-09-22
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Further maintenance of Python dependencies
| | | | * | | | | | | Fix erroneous attribute name.Gravatar Nathaniel Manista2015-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 betaGravatar Stanley Cheung2015-09-22
| | | | | | | | | | |
| | | | | | | | * | | minor fixesGravatar Stanley Cheung2015-09-22
| | | | | | | | | | |
| | | | | | | | * | | php: add examples for apache and nginxGravatar Stanley Cheung2015-09-22
| | | | | |_|_|/ / / | | | | |/| | | | |
| | | | * | | | | | Merge pull request #3407 from jboeuf/fix_3390Gravatar Craig Tiller2015-09-22
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixing issue #3390
| | | | * \ \ \ \ \ \ Merge pull request #3397 from nicolasnoble/shutdown-win32-warningGravatar Craig Tiller2015-09-22
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Shutting down warning about operations on closed sockets.
* | | | | \ \ \ \ \ \ \ Merge pull request #3393 from jtattermusch/fix_windows_buildGravatar Craig Tiller2015-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix windows build
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3387 from dgquintas/content_type_filteringGravatar Craig Tiller2015-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client now swallows content-type on receive
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3378 from yang-g/connection_failure_detectionGravatar Craig Tiller2015-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove connectivity watcher from interested party early
| | | | | | | * \ \ \ \ \ \ \ Merge pull request #3362 from nicolasnoble/backportGravatar Craig Tiller2015-09-22
| | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport the lock race fix to 0.11.
* | | | | | | | \ \ \ \ \ \ \ \ Merge pull request #3027 from jboeuf/security_connector_refactoringGravatar Craig Tiller2015-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security connector refactoring
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3406 from jboeuf/auth_plugin_fixesGravatar Yang Gao2015-09-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credentials plugin fixes (after the branch was merged).
| | | | | | | | | | | | * | | | | | Fixing issue #3390Gravatar Julien Boeuf2015-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).Gravatar Julien Boeuf2015-09-21
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | Removed spurious predicate from if branchGravatar David Garcia Quintas2015-09-21
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the channeld->content_type->key is already consumed by the preceding if.
| | | | | * / / / / / / / / / Fixed typo in channel_args.h docstringGravatar David G. Quintas2015-09-21
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | | * | | | | | Shutting down warning about operations on closed sockets.Gravatar Nicolas "Pixel" Noble2015-09-22
| | | | | | | |/ / / / / / | | | | | | |/| | | | | |
| | | | | * | | | | | | | Merge branch 'fix_windows_build' into win_fix_parameter_typesGravatar Jan Tattermusch2015-09-21
| | | | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | | | | | |
| | | | | * | | | | | | | make function definitions match declaration in headerGravatar Jan Tattermusch2015-09-21
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3176 from jboeuf/core_creds_pluginGravatar Yang Gao2015-09-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Design and implementation of the core credentials plugin API.
| | | | | * | | | | | | | remove leftover field initializationGravatar Jan Tattermusch2015-09-21
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3132 from rjshade/rename_callbackGravatar Yang Gao2015-09-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Rename the TCP server callback arguments to be more descriptive.
| | | | | * | | | | | | | Client now swallows content-type on receiveGravatar David Garcia Quintas2015-09-18
| | | | | | | | | | | | |
| | | | | | * | | | | | | Merge pull request #3381 from jcanizales/fix-bazel-breakageGravatar Yang Gao2015-09-18
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix import that relied on Cocoapods' unique behavior
| | | | * | | | | | | | | | add a testGravatar yang-g2015-09-18
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | remove interested party earlyGravatar yang-g2015-09-18
| | | | | | | | | | | | | |