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
10 years ago
Jorge Canizales
b873ac916e
Fix mutex bug
10 years ago
Craig Tiller
4ed7a7585f
Increase deadline ==> decrease flakes
10 years ago
Craig Tiller
58473e8c37
Add mutex init
10 years ago
murgatroid99
521300e6e8
Merge branch 'master' into core_gyp
10 years ago
murgatroid99
08fac99e73
Added gyp to Jenkins slave Dockerfile
10 years ago
Tim Emiola
3f10fcd818
Merge pull request #3399 from stanley-cheung/php_update_examples
...
PHP: add examples for Apache and Nginx
10 years ago
Masood Malekghassemi
6ee0bb1e74
Update Python release to 0.11.0b1
10 years ago
Masood Malekghassemi
db34486027
Fix Python dockerfile
10 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.
10 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
10 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.
10 years ago
Craig Tiller
7da147911d
Merge branch 'shindig' of github.com:ctiller/grpc into shindig
10 years ago
Craig Tiller
c20b19d0f7
better logging
10 years ago
Craig Tiller
8602d3e4ac
Fix argument order
10 years ago
murgatroid99
ff0ba48cbb
Update Node module to 0.11.1 in anticipation of point release
10 years ago
Craig Tiller
b8b1a462e5
Finish cleanup
10 years ago
Nicolas Noble
e456f77644
Merge pull request #3396 from jtattermusch/win_fix_parameter_types
...
Fix parameter types in function definition.
10 years ago
Nicolas Noble
ba29342f15
Merge pull request #3404 from dgquintas/dgquintas-patch-1
...
Fixed typo in channel_args.h docstring
10 years ago
Craig Tiller
a82950e683
clang-format all core files
10 years ago
Craig Tiller
8af4c33718
Final patches for rename
10 years ago
Masood Malekghassemi
b7d49b6b41
Merge pull request #3328 from nathanielmanistaatgoogle/future-callbacks
...
Test coverage for callbacks added to Face futures
10 years ago
Masood Malekghassemi
2449d312ee
Merge pull request #3323 from nathanielmanistaatgoogle/dependencies
...
Further maintenance of Python dependencies
10 years ago
Masood Malekghassemi
25db31dd79
Merge pull request #3409 from nathanielmanistaatgoogle/mistaken-attribute-name
...
Fix erroneous attribute name in grpc.beta.secure_channel.
10 years ago
murgatroid99
a3e244f2f1
Fixed run-time conflicts between gyp tests and other tests
10 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. :-(
10 years ago
Stanley Cheung
86bfc74a12
php: update text to reflect beta
10 years ago
Craig Tiller
e7db29f8c7
Move argument passing to start of list
10 years ago
Craig Tiller
f5768a6765
Rename init
10 years ago
Craig Tiller
098047b53a
Rename run
10 years ago
Craig Tiller
9fa914e554
Fixup naming
10 years ago
Craig Tiller
8ad03754ec
Change runs to enqueue
10 years ago
Craig Tiller
9f7dc3a4e5
Move argument passing to start of list
10 years ago
Craig Tiller
1be70ccdb8
Move arguments to the start of lists
10 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
10 years ago
Stanley Cheung
e9cfa318a4
minor fixes
10 years ago
Stanley Cheung
e4c4738963
php: add examples for apache and nginx
10 years ago
Craig Tiller
298751c119
Split closures from iomgr.h
10 years ago
Craig Tiller
af73d78b78
clang-format all core files
10 years ago
Craig Tiller
d9ccbbf6b9
Rename call_list to closure_list
10 years ago
Craig Tiller
10ee2747a9
Merge github.com:grpc/grpc into we-are-one
10 years ago
murgatroid99
fddac9632a
Fixed more style issues
10 years ago
murgatroid99
89899b1708
Removed another semicolon
10 years ago
murgatroid99
fafeeb38c1
Fixed some style issues
10 years ago
Craig Tiller
d9fdaf204c
Fix tests
10 years ago
Craig Tiller
493fd97282
Merge pull request #3407 from jboeuf/fix_3390
...
Fixing issue #3390
10 years ago
Craig Tiller
d64ed6a38b
Merge pull request #3397 from nicolasnoble/shutdown-win32-warning
...
Shutting down warning about operations on closed sockets.
10 years ago
Craig Tiller
1ca05139a2
Merge pull request #3393 from jtattermusch/fix_windows_build
...
Fix windows build
10 years ago
Craig Tiller
466458745c
Merge pull request #3387 from dgquintas/content_type_filtering
...
Client now swallows content-type on receive
10 years ago
Craig Tiller
f9dd54c2eb
Merge pull request #3378 from yang-g/connection_failure_detection
...
remove connectivity watcher from interested party early
10 years ago