Nicolas Noble
dec7786a8a
Merge pull request #3424 from jtattermusch/bump_csharp_version
...
bump version of C# to 0.7.1
9 years ago
Jorge Canizales
ef07b3d277
Merge pull request #4 from nicolasnoble/fixing-sanity
...
Fixing sanity.
9 years ago
Jan Tattermusch
f6e26388f8
bump version of C# to 0.7.1
9 years ago
Craig Tiller
8b52f853a5
Document exec_ctx
9 years ago
Nicolas "Pixel" Noble
8a7b7468c0
Fixing sanity.
9 years ago
Craig Tiller
b0bd53a173
Merge github.com:grpc/grpc into shindig
...
Conflicts:
src/core/surface/secure_channel_create.c
9 years ago
murgatroid99
7a82beda49
Regenerated gyp file
9 years ago
Stanley Cheung
7a4e8e4498
php: fix jenkins flake
9 years ago
Craig Tiller
41aab15c74
Merge pull request #3422 from jcanizales/fix-mutex-bug
...
Fix mutex bug
9 years ago
Tim Emiola
89a17fe41b
Merge pull request #3365 from murgatroid99/node_nan_2.0
...
Update to nan 2.0
9 years ago
Vijay Pai
0619dd153a
Merge pull request #3415 from jboeuf/fix_cpp_credentials_plugin_api
...
It is a bad idea to have a map with string_refs as output params.
9 years ago
Nicolas Noble
e1e9c54958
Merge pull request #3418 from jboeuf/fix_auth_md_processor_release-0_11
...
Do not use string_ref for output params.
9 years ago
Nathaniel Manista
b5733708ed
Merge pull request #3419 from soltanmm/docker
...
Fix Python dockerfile.
9 years ago
Nathaniel Manista
d57411e2a5
Merge pull request #3414 from soltanmm/relup
...
Update Python release number to 0.11.0b1.
9 years ago
Nicolas "Pixel" Noble
42b4c28d20
Fixing usage of the BUILDDIR variable.
...
Now both using absolute and relative directory for that variable should work.
BUILDDIR=/tmp/build-grpc make
BUILDDIR=../build-grpc make
9 years ago
Jorge Canizales
b873ac916e
Fix mutex bug
9 years ago
Craig Tiller
4ed7a7585f
Increase deadline ==> decrease flakes
9 years ago
Craig Tiller
58473e8c37
Add mutex init
9 years ago
murgatroid99
521300e6e8
Merge branch 'master' into core_gyp
9 years ago
murgatroid99
08fac99e73
Added gyp to Jenkins slave Dockerfile
9 years ago
Tim Emiola
3f10fcd818
Merge pull request #3399 from stanley-cheung/php_update_examples
...
PHP: add examples for Apache and Nginx
9 years ago
Masood Malekghassemi
6ee0bb1e74
Update Python release to 0.11.0b1
9 years ago
Masood Malekghassemi
db34486027
Fix Python dockerfile
9 years ago
Julien Boeuf
c34b2e744c
Do not use string_ref for output params.
...
It is very much unsafe to do so as the string_ref could point on a stack
variable of the callee.
9 years ago
Nicolas Noble
3cebee32dd
Merge pull request #3412 from murgatroid99/node_version_0.11.1
...
Update Node module to 0.11.1 in anticipation of point release
9 years ago
Julien Boeuf
8b0b6f413d
It is a bad idea to have a map with string_refs as output params.
...
This is very much unsafe as the string_ref could point on a stack
variable of the callee.
9 years ago
Craig Tiller
7da147911d
Merge branch 'shindig' of github.com:ctiller/grpc into shindig
9 years ago
Craig Tiller
c20b19d0f7
better logging
9 years ago
Craig Tiller
8602d3e4ac
Fix argument order
9 years ago
murgatroid99
ff0ba48cbb
Update Node module to 0.11.1 in anticipation of point release
9 years ago
Craig Tiller
b8b1a462e5
Finish cleanup
9 years ago
Nicolas Noble
e456f77644
Merge pull request #3396 from jtattermusch/win_fix_parameter_types
...
Fix parameter types in function definition.
9 years ago
Nicolas Noble
ba29342f15
Merge pull request #3404 from dgquintas/dgquintas-patch-1
...
Fixed typo in channel_args.h docstring
9 years ago
Craig Tiller
a82950e683
clang-format all core files
9 years ago
Craig Tiller
8af4c33718
Final patches for rename
9 years ago
Masood Malekghassemi
b7d49b6b41
Merge pull request #3328 from nathanielmanistaatgoogle/future-callbacks
...
Test coverage for callbacks added to Face futures
9 years ago
Masood Malekghassemi
2449d312ee
Merge pull request #3323 from nathanielmanistaatgoogle/dependencies
...
Further maintenance of Python dependencies
9 years ago
Masood Malekghassemi
25db31dd79
Merge pull request #3409 from nathanielmanistaatgoogle/mistaken-attribute-name
...
Fix erroneous attribute name in grpc.beta.secure_channel.
9 years ago
murgatroid99
a3e244f2f1
Fixed run-time conflicts between gyp tests and other tests
9 years ago
Nathaniel Manista
8c2c44b5c6
Fix erroneous attribute name.
...
This defect was introduced in 9e4d0610ea
. 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. :-(
9 years ago
Stanley Cheung
86bfc74a12
php: update text to reflect beta
9 years ago
Craig Tiller
e7db29f8c7
Move argument passing to start of list
9 years ago
Craig Tiller
f5768a6765
Rename init
9 years ago
Craig Tiller
098047b53a
Rename run
9 years ago
Craig Tiller
9fa914e554
Fixup naming
9 years ago
Craig Tiller
8ad03754ec
Change runs to enqueue
9 years ago
Craig Tiller
9f7dc3a4e5
Move argument passing to start of list
9 years ago
Craig Tiller
1be70ccdb8
Move arguments to the start of lists
9 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
9 years ago
Stanley Cheung
e9cfa318a4
minor fixes
9 years ago