Jan Tattermusch
ad88f57ae9
update C# examples to 0.7.1
9 years ago
Stanley Cheung
4831d02cc2
Merge pull request #3432 from nicolasnoble/gnu-make-grah
...
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
9 years ago
Nicolas "Pixel" Noble
6dad9b0821
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
9 years ago
Jan Tattermusch
7f9fd016f6
Merge pull request #3413 from stanley-cheung/php_jenkins_flakes
...
PHP: jenkins flakes
9 years ago
Michael Lumish
09cc7ddb2f
Merge pull request #3366 from nicolasnoble/absolute-paths-are-okay-too
...
Fixing usage of the BUILDDIR variable.
9 years ago
Nicolas Noble
1f7c015d5e
Merge pull request #3425 from ctiller/types
...
Move content-type handling code across to 0.11
9 years ago
David Garcia Quintas
4f1fe54c2d
Client now swallows content-type on receive
9 years ago
Craig Tiller
52c8c97ca3
Explicitly set content-type for servers
9 years ago
Nicolas Noble
1ecb93631c
Merge pull request #3307 from jcanizales/update-submodule
...
Update protobuf submodule to fix Objective-C
9 years ago
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
Nicolas "Pixel" Noble
8a7b7468c0
Fixing sanity.
9 years ago
Stanley Cheung
7a4e8e4498
php: fix jenkins flake
9 years ago
Tim Emiola
89a17fe41b
Merge pull request #3365 from murgatroid99/node_nan_2.0
...
Update to nan 2.0
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
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
murgatroid99
ff0ba48cbb
Update Node module to 0.11.1 in anticipation of point release
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
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
Stanley Cheung
e9cfa318a4
minor fixes
9 years ago
Stanley Cheung
e4c4738963
php: add examples for apache and nginx
9 years ago
Craig Tiller
493fd97282
Merge pull request #3407 from jboeuf/fix_3390
...
Fixing issue #3390
9 years ago
Craig Tiller
d64ed6a38b
Merge pull request #3397 from nicolasnoble/shutdown-win32-warning
...
Shutting down warning about operations on closed sockets.
9 years ago
Craig Tiller
d56c8bb052
Merge pull request #3362 from nicolasnoble/backport
...
Backport the lock race fix to 0.11.
9 years ago
Julien Boeuf
51261563da
Fixing issue #3390
...
A transport op indicating a cancellation can be sent to the auth client
filter. In this case, the code should not assert that a context is not
null on this op.
9 years ago
Nicolas "Pixel" Noble
3a26c5bb5d
Shutting down warning about operations on closed sockets.
9 years ago
Yang Gao
63dcc018f0
Merge pull request #3381 from jcanizales/fix-bazel-breakage
...
Fix import that relied on Cocoapods' unique behavior
9 years ago
Michael Lumish
be0bcca1b9
Merge pull request #3301 from jtattermusch/update_routeguide_namespace
...
Update namespace of C# routeguide example
9 years ago
Michael Lumish
6e56ab16ba
Merge pull request #3374 from jtattermusch/dont_format_plain_message
...
Plain log message should not be treated as format string
9 years ago
Jan Tattermusch
73f9dbb6cb
update namespace of C# routeguide example
9 years ago
Jan Tattermusch
c4ebda7d30
plain log message should not be treated as format string
9 years ago
murgatroid99
62420a29b7
Merged from release_0.11
9 years ago
murgatroid99
2b09783f8a
Update to nan 2.0
9 years ago
Craig Tiller
787fb13056
Move in-flight callback check up
...
Fixes #3203
We entered a live lock race between the promotion callback and pollers,
which was only resolved when the background executor got lucky enough to
pick up the async work.
9 years ago
Jorge Canizales
fc6a5dfd16
Fix import that relies on Cocoapods
9 years ago
Tim Emiola
1965810ede
Merge pull request #3341 from murgatroid99/node_memory_leak_0_11
...
Fixed a couple of memory leaks in Node library
9 years ago
Tim Emiola
3c142b8bcc
Merge pull request #3345 from murgatroid99/node_callback_this
...
Fixed a couple of incorrect "this" references in Node library
9 years ago
Michael Lumish
3115638631
Merge pull request #3354 from grpc/jtattermusch-patch-2
...
Don't do .Wait() in async context.
9 years ago
Jan Tattermusch
156a7b6e0f
Don't do .Wait() in async context.
...
Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347 .
9 years ago