aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Recycle partially filled buffers on the next readGravatar Craig Tiller2015-09-24
|
* Fix a livelock issueGravatar Craig Tiller2015-09-24
|
* Fix some bugs leading to memory leaksGravatar Craig Tiller2015-09-24
|
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\
* \ Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\ \
| | * MergeGravatar Craig Tiller2015-09-24
| | |
| | * Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
| | |\ | | |/ | |/|
| * | 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
* | | | | Fix specific worker wakeupGravatar Craig Tiller2015-09-23
| | | | |
* | | | | Merge with gyp changesGravatar Craig Tiller2015-09-23
| | | | |
* | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-23
|\ \ \ \ \
| | * | | | 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.
* | | | | FD logging cleanupGravatar Craig Tiller2015-09-23
| | | | |
* | | | | Creds fixGravatar Craig Tiller2015-09-23
| | | | |
* | | | | Windows fixesGravatar Craig Tiller2015-09-23
| | | | |
* | | | | Merge branch 'shindig' of https://github.com/ctiller/grpc into shindigGravatar Craig Tiller2015-09-23
|\ \ \ \ \
| * | | | | clang-format all core filesGravatar Craig Tiller2015-09-23
| | | | | |
* | | | | | Windows fixesGravatar Craig Tiller2015-09-23
|/ / / / /
* | | | | Enable warnings as errors on WindowsGravatar Craig Tiller2015-09-23
| | | | |
* | | | | Merge branch 'shindig' of https://github.com/ctiller/grpc into shindigGravatar Craig Tiller2015-09-23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_client_windows.c
* | | | | | Update Windows stuffGravatar Craig Tiller2015-09-23
| | | | | |
| | | * | | 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
| | | | | |
| * | | | | Make zookeeper compile with execution contextsGravatar Craig Tiller2015-09-22
| | | | | |
| | | * | | bump version of C# to 0.7.1Gravatar Jan Tattermusch2015-09-22
| | | | | |
| * | | | | Document exec_ctxGravatar Craig Tiller2015-09-22
| | | | | |
| * | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-22
|/| | | | | | |/ / / / | | | | | | | | | | | | | | | Conflicts: src/core/surface/secure_channel_create.c
| | | * / 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
| | | | | | |
* | | | | | | Add mutex initGravatar Craig Tiller2015-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.
* | | | | | | | | Fix argument orderGravatar Craig Tiller2015-09-22
| | | | | | | | |
| | | | * | | | | Update Node module to 0.11.1 in anticipation of point releaseGravatar murgatroid992015-09-22
| | | | | | | | |
* | | | | | | | | Finish cleanupGravatar Craig Tiller2015-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
* | | | | | | | | | | clang-format all core filesGravatar Craig Tiller2015-09-22
| | | | | | | | | | |
* | | | | | | | | | | Final patches for renameGravatar Craig Tiller2015-09-22
| | | | | | | | | | |
| | | | | * | | | | | Merge pull request #3328 from nathanielmanistaatgoogle/future-callbacksGravatar Masood Malekghassemi2015-09-22
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Test coverage for callbacks added to Face futures