aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | | | 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
| | | | |/ / / / /
| * | | | | | | | Make zookeeper compile with execution contextsGravatar 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
| | | | |/ / / / / / /
| * | | | | | | | | | Document exec_ctxGravatar Craig Tiller2015-09-22
| | | | | | | | | | |
| | | | | | * | | | | Fixing sanity.Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | |/ / / / /
| * | | | / / / / / Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-22
|/| | | | | | | | | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/secure_channel_create.c
| | * | | | | | | 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
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Increase deadline ==> decrease flakesGravatar Craig Tiller2015-09-22
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Add mutex initGravatar Craig Tiller2015-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
| | | | | | | * | | | | | | | Update Python release to 0.11.0b1Gravatar Masood Malekghassemi2015-09-22
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | Fix Python dockerfileGravatar Masood Malekghassemi2015-09-22
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Do not use string_ref for output params.Gravatar Julien Boeuf2015-09-22
| | | | | | |_|_|/ / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is very much unsafe to do so as the string_ref could point on a stack variable of the callee.
| | | | | * | | | | | | | | 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.
* | | | | | | | | | | | | | Merge branch 'shindig' of github.com:ctiller/grpc into shindigGravatar Craig Tiller2015-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | better loggingGravatar Craig Tiller2015-09-22
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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
| | | | | | | * \ \ \ \ \ \ \ \ \ Merge pull request #3323 from nathanielmanistaatgoogle/dependenciesGravatar Masood Malekghassemi2015-09-22
| | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further maintenance of Python dependencies
| | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge pull request #3409 from nathanielmanistaatgoogle/mistaken-attribute-nameGravatar Masood Malekghassemi2015-09-22
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix erroneous attribute name in grpc.beta.secure_channel.
| | | | | | * | | | | | | | | | | | | Fixed run-time conflicts between gyp tests and other testsGravatar murgatroid992015-09-22
| | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Move argument passing to start of listGravatar Craig Tiller2015-09-22
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Rename initGravatar Craig Tiller2015-09-22
| | | | | | | | | | | | | | | | | |