Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | Merge with gyp changes | 2015-09-23 | ||
| | | | | | | ||||
* | | | | | | Merge github.com:grpc/grpc into shindig | 2015-09-23 | ||
|\ \ \ \ \ \ | ||||
| | * | | | | | Fixes broken build due to misplaced import | 2015-09-23 | ||
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses. | |||
| | | * | | | php: fix watchConnectivityState unit test | 2015-09-23 | ||
| | | | | | | ||||
| * | | | | | Changed GRPCCall import to class forward declaration | 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. | |||
* | | | | | | FD logging cleanup | 2015-09-23 | ||
| | | | | | | ||||
* | | | | | | Creds fix | 2015-09-23 | ||
| | | | | | | ||||
* | | | | | | Windows fixes | 2015-09-23 | ||
| | | | | | | ||||
* | | | | | | Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig | 2015-09-23 | ||
|\ \ \ \ \ \ | ||||
| * | | | | | | clang-format all core files | 2015-09-23 | ||
| | | | | | | | ||||
* | | | | | | | Windows fixes | 2015-09-23 | ||
|/ / / / / / | ||||
* | | | | | | Enable warnings as errors on Windows | 2015-09-23 | ||
| | | | | | | ||||
* | | | | | | Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig | 2015-09-23 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_client_windows.c | |||
* | | | | | | | Update Windows stuff | 2015-09-23 | ||
| | | | | | | | ||||
| | | * | | | | Drop issue 527 TODOs for interop specification | 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 | 2015-09-23 | ||
| | | |\ \ \ | | | | | | | | | | | | | | | PHP: jenkins flakes | |||
| | | * | | | | Client now swallows content-type on receive | 2015-09-22 | ||
| | | | | | | | ||||
| | | * | | | | Explicitly set content-type for servers | 2015-09-22 | ||
| | | | | | | | ||||
| * | | | | | | Make zookeeper compile with execution contexts | 2015-09-22 | ||
| | | | | | | | ||||
| | | * | | | | bump version of C# to 0.7.1 | 2015-09-22 | ||
| | | | | | | | ||||
| * | | | | | | Document exec_ctx | 2015-09-22 | ||
| | | | | | | | ||||
| * | | | | | | Merge github.com:grpc/grpc into shindig | 2015-09-22 | ||
|/| | | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/secure_channel_create.c | |||
| | | * / / | php: fix jenkins flake | 2015-09-22 | ||
| | |/ / / | ||||
| * | | | | Merge pull request #3422 from jcanizales/fix-mutex-bug | 2015-09-22 | ||
| |\ \ \ \ | | | | | | | | | | | | | Fix mutex bug | |||
| | | * \ \ | Merge pull request #3365 from murgatroid99/node_nan_2.0 | 2015-09-22 | ||
| | | |\ \ \ | | | | | | | | | | | | | | | Update to nan 2.0 | |||
| | | * \ \ \ | Merge pull request #3414 from soltanmm/relup | 2015-09-22 | ||
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Update Python release number to 0.11.0b1. | |||
| | * | | | | | | Fix mutex bug | 2015-09-22 | ||
| | | | | | | | | ||||
* | | | | | | | | Add mutex init | 2015-09-22 | ||
| | | | | | | | | ||||
| | | * | | | | | Merge pull request #3399 from stanley-cheung/php_update_examples | 2015-09-22 | ||
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | PHP: add examples for Apache and Nginx | |||
| | | | | * | | | | Update Python release to 0.11.0b1 | 2015-09-22 | ||
| | | | | | | | | | ||||
| | | * | | | | | | Merge pull request #3412 from murgatroid99/node_version_0.11.1 | 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. | 2015-09-22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee. | |||
* | | | | | | | | | | Fix argument order | 2015-09-22 | ||
| | | | | | | | | | | ||||
| | | | * | | | | | | Update Node module to 0.11.1 in anticipation of point release | 2015-09-22 | ||
| | | | | | | | | | | ||||
* | | | | | | | | | | Finish cleanup | 2015-09-22 | ||
| | | | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #3396 from jtattermusch/win_fix_parameter_types | 2015-09-22 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix parameter types in function definition. | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #3404 from dgquintas/dgquintas-patch-1 | 2015-09-22 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo in channel_args.h docstring | |||
* | | | | | | | | | | | | clang-format all core files | 2015-09-22 | ||
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Final patches for rename | 2015-09-22 | ||
| | | | | | | | | | | | | ||||
| | | | | * | | | | | | | Merge pull request #3328 from nathanielmanistaatgoogle/future-callbacks | 2015-09-22 | ||
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Test coverage for callbacks added to Face futures | |||
| | | | | * \ \ \ \ \ \ \ | Merge pull request #3323 from nathanielmanistaatgoogle/dependencies | 2015-09-22 | ||
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further maintenance of Python dependencies | |||
| | | | | * | | | | | | | | | Fix erroneous attribute name. | 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 | 2015-09-22 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Move argument passing to start of list | 2015-09-22 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Rename init | 2015-09-22 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Rename run | 2015-09-22 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Fixup naming | 2015-09-22 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Change runs to enqueue | 2015-09-22 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Move argument passing to start of list | 2015-09-22 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Move arguments to the start of lists | 2015-09-22 | ||
| | | | | | | | | | | | | | |