aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* MergeGravatar Craig Tiller2015-09-24
|
* Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
|\
| * Merge pull request #3459 from ctiller/its-a-gypGravatar Michael Lumish2015-09-24
| |\ | | | | | | Fix (hackily) fling_stream_test under gyp
| * \ Merge pull request #3456 from ctiller/no-animalsGravatar David G. Quintas2015-09-24
| |\ \ | | | | | | | | Disable zookeeper test for now
| * \ \ Merge pull request #3460 from ctiller/compiler-be-brokedGravatar Craig Tiller2015-09-24
| |\ \ \ | | | | | | | | | | Fix build breakage
| | * | | Fix build breakageGravatar Craig Tiller2015-09-24
| |/ / /
| | | * Fix (hackily) fling_stream_test under gypGravatar Craig Tiller2015-09-24
| | |/ | |/|
| | * Disable zookeeper test for nowGravatar Craig Tiller2015-09-24
| |/
| * Merge pull request #3444 from dgquintas/lb_policies_testGravatar Craig Tiller2015-09-23
| |\ | | | | | | Improvements to lb_policies_test's rebirth testcase.
| * \ Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
| |\ \ | | | | | | | | Release 0.11 to master upmerge.
| | | * Improvements to lb_policies_test's rebirth testcase.Gravatar David Garcia Quintas2015-09-23
| | | |
| * | | Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todosGravatar Eric Anderson2015-09-23
| |\ \ \ | | | | | | | | | | Drop issue 527 TODOs for UnaryCall interop test specification
| | | * \ Merge pull request #3438 from stanley-cheung/php_fix_unit_testsGravatar Michael Lumish2015-09-23
| | | |\ \ | | | | | | | | | | | | PHP: fix watchConnectivityState unit test
| * | | \ \ Merge pull request #3439 from nkibler/masterGravatar Jorge Canizales2015-09-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixes broken build due to misplaced import
| * \ \ \ \ \ Merge pull request #3433 from nathanielmanistaatgoogle/utility-python-shebangGravatar Craig Tiller2015-09-23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Use only "#!/usr/bin/env python2.7" Python shebang in utilities
| * \ \ \ \ \ \ Merge pull request #3400 from murgatroid99/core_gypGravatar Craig Tiller2015-09-23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add gyp file for compiling C core
| | | | * | | | | 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.
| | | | * | | | | Merge remote-tracking branch 'grpc/master'Gravatar Nate Kibler2015-09-23
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | | | | * | php: fix watchConnectivityState unit testGravatar Stanley Cheung2015-09-23
| | | | | | |/ /
| * | | | | | | Merge pull request #3437 from nkibler/masterGravatar Jorge Canizales2015-09-23
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | | Changed GRPCCall import to class forward declaration
| | * | | | | 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.
| | | | | * Merge pull request #3432 from nicolasnoble/gnu-make-grahGravatar Stanley Cheung2015-09-23
| | | | | |\ | | | | | | | | | | | | | | Fixing Makefile issue which would re-evaluate the base path for included dependency files.
| | | | | | * Fixing Makefile issue which would re-evaluate the base path for included ↵Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | |/ | | | | | | | | | | | | | | | | | | dependency files.
| | | * | | Use "#!/usr/bin/env python2.7" only in utilitiesGravatar Nathaniel Manista2015-09-23
| | | | | |
| * | | | | Merge pull request #3426 from ejona86/cleanup-failed-containersGravatar Tim Emiola2015-09-23
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Prevent failed docker builds from accumulating
| | | | * | 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
| | * | | | Prevent failed docker builds from accumulatingGravatar Eric Anderson2015-09-22
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default docker does not clean up temporary images when the build fails to allow the user to inspect the state of the container to determine what went wrong. Those images don't help us at all and just accumulate until disk usage is 100%.
| | | * | Merge pull request #3366 from nicolasnoble/absolute-paths-are-okay-tooGravatar Michael Lumish2015-09-22
| | | |\ \ | | | | | | | | | | | | Fixing usage of the BUILDDIR variable.
| | | * \ \ Merge pull request #3425 from ctiller/typesGravatar Nicolas Noble2015-09-22
| | | |\ \ \ | | | | | | | | | | | | | | Move content-type handling code across to 0.11
| | | | * | | Client now swallows content-type on receiveGravatar David Garcia Quintas2015-09-22
| | | | | | |
| | | | * | | Explicitly set content-type for serversGravatar Craig Tiller2015-09-22
| | | |/ / /
| | | * | | Merge pull request #3307 from jcanizales/update-submoduleGravatar Nicolas Noble2015-09-22
| | | |\ \ \ | | | | | | | | | | | | | | Update protobuf submodule to fix Objective-C
| | | * \ \ \ Merge pull request #3424 from jtattermusch/bump_csharp_versionGravatar Nicolas Noble2015-09-22
| | | |\ \ \ \ | | | | | | | | | | | | | | | | bump version of C# to 0.7.1
| | | | | * \ \ Merge pull request #4 from nicolasnoble/fixing-sanityGravatar Jorge Canizales2015-09-22
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | Fixing sanity.
| | | | * | | | | bump version of C# to 0.7.1Gravatar Jan Tattermusch2015-09-22
| | | |/ / / / /
| | | | | * / / Fixing sanity.Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | |/ / /
| | * | | | | Regenerated gyp fileGravatar murgatroid992015-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 #3415 from jboeuf/fix_cpp_credentials_plugin_apiGravatar Vijay Pai2015-09-22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | It is a bad idea to have a map with string_refs as output params.
| | | | | * \ \ \ Merge pull request #3418 from jboeuf/fix_auth_md_processor_release-0_11Gravatar Nicolas Noble2015-09-22
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | Do not use string_ref for output params.
| | | | | * \ \ \ \ Merge pull request #3419 from soltanmm/dockerGravatar Nathaniel Manista2015-09-22
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix Python dockerfile.
| | | | | * \ \ \ \ \ Merge pull request #3414 from soltanmm/relupGravatar Nathaniel Manista2015-09-22
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update Python release number to 0.11.0b1.
| | | | | | | | | | | * Fixing usage of the BUILDDIR variable.Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now both using absolute and relative directory for that variable should work. BUILDDIR=/tmp/build-grpc make BUILDDIR=../build-grpc make
| | | * | | | | | | | | Fix mutex bugGravatar Jorge Canizales2015-09-22
| | | | | | | | | | | |
| | | | * | | | | | | | Merge branch 'master' into core_gypGravatar murgatroid992015-09-22
| | | | |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | | | * | | | | | | | Added gyp to Jenkins slave DockerfileGravatar murgatroid992015-09-22
| | | | | | | | | | | |
| | | | | * | | | | | | Merge pull request #3399 from stanley-cheung/php_update_examplesGravatar Tim Emiola2015-09-22
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add examples for Apache and Nginx