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
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
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
murgatroid99
a59ee9a307
Fixed a couple of incorrect "this" references in Node library
9 years ago
murgatroid99
640325e65e
Fixed memory leak in Buffer construction
9 years ago
murgatroid99
474f53b138
Fixed Op destructors not being called
9 years ago
Nicolas Noble
e8659971a9
Merge pull request #3329 from ctiller/oooooops
...
grpc++.h was not installed
9 years ago
Craig Tiller
a32cd49ed8
Update template to latest changes
9 years ago
Craig Tiller
d136a5c44c
grpc++.h was not installed
9 years ago
Nicolas Noble
a12b6e3f5a
Merge pull request #3305 from jtattermusch/remove_debug_logs
...
Remove leftover debug logs.
9 years ago
Craig Tiller
c16b954681
Merge pull request #3295 from jboeuf/auth_asan_fix_0_11
...
Fixing #3286
9 years ago
Masood Malekghassemi
20f196af08
Merge pull request #3285 from nathanielmanistaatgoogle/beta-documentation
...
Python Beta documentation
9 years ago
Nathaniel Manista
061d288f55
Beta Python documentation correction and update
9 years ago
Nathaniel Manista
43b2910f4d
Merge pull request #3315 from soltanmm/release
...
Fix Python docgen.
9 years ago
Masood Malekghassemi
38fc0bb3d5
Fix Python docgen
...
The old package directory handling was stale in grpcio's setup.py
command support module and docgen had a typo.
9 years ago
Nathaniel Manista
8363177229
Merge pull request #3314 from soltanmm/release
...
Make betaness explicit by setting Python version to 0.11.0b0.
9 years ago
Masood Malekghassemi
6c99ad0b76
Python version set to 0.11.0b0
9 years ago
Jan Tattermusch
75290eaad7
remove excess logs
10 years ago
Michael Lumish
705a49a812
Merge pull request #3298 from jcanizales/move-podspec-version
...
Bump version of gRPC.podspec to 0.11
10 years ago
Jorge Canizales
7f51a041b4
Restrict deployment targets to the protobuf requirement.
10 years ago
Masood Malekghassemi
46ac611f1d
Merge pull request #3279 from nathanielmanistaatgoogle/context-management
...
Make servers and stubs context managers
10 years ago
Jorge Canizales
0bee681ab1
Bump version of gRPC.podspec to 0.11
...
Technically unnecessary, but for consistency with the other beta releases.
10 years ago
Julien Boeuf
675aee6a74
Fixing #3286
...
- We cannot use call_data after the final callback as this one may
trigger the deletion of the call object (hence the call_data).
10 years ago
Masood Malekghassemi
68fed6652e
Merge pull request #3280 from nathanielmanistaatgoogle/beta-dependencies
...
Beta maintenance of Python dependencies
10 years ago
Nicolas Noble
82c8f71a81
Merge pull request #3281 from ctiller/the-sea-is-not-blunt
...
Remove check for no workers
10 years ago
Craig Tiller
bc81291f7e
Remove check for no workers
...
I *believe* this is actually safe, and the assert was errantly
copy-pasted a while back.
Fixes #3022
10 years ago
Nathaniel Manista
3b0fefb246
Beta maintenance of Python dependencies
...
(1) Move dependency on protobuf from grpcio to grpcio_test. While the
most-commonly-foreseen use case of grpcio makes use of protobuf,
technically protobuf is not strictly needed and there's no actual
in-code relationship between grpcio and protobuf.
(2) Loosen the dependency on protobuf from ==3.0.0a3 to >=3.0.0a3.
(3) Update all references to 0.10.0* to 0.11.0.
(4) Alphabetize the grpcio_test dependencies.
10 years ago
Nathaniel Manista
c824eb4e90
Make servers and stubs context managers
...
Servers and stubs were context managers in the Alpha API; they may not
need to be in the Beta API but it's easy enough to do, eases migration,
and probably helps some use cases.
For now the stub is given empty __enter__ and __exit__ methods; we can
always come back and implement the actual work of context management in
a later change.
10 years ago
Nicolas Noble
f1a20188bd
Merge pull request #3247 from yang-g/fix_build_beta
...
Guard against empty vector
10 years ago
Masood Malekghassemi
0269c9c2ef
Merge pull request #3270 from nathanielmanistaatgoogle/beta-cleanup
...
Final beta API cleanup
10 years ago
Masood Malekghassemi
8905be0b6e
Merge pull request #3269 from nathanielmanistaatgoogle/moar-protocol-objects
...
The gRPC protocol objects
10 years ago
Masood Malekghassemi
a4836ad77b
Merge pull request #3260 from nathanielmanistaatgoogle/protocol-objects
...
Plumb protocol objects through RPC Framework core
10 years ago
Nathaniel Manista
f65d3c1102
Beta API clean-ups
...
(1) Renamed the "beta" module "implementations" because it hasn't been
monolithic since "interfaces" was factored out of it a few changes
back.
(2) Moved ChannelConnectivity from grpc.beta.beta to
grpc.beta.interfaces since it is constants that don't depend on the
beta implementation.
(3) Moved the Server interface definition from grpc.beta.beta to
grpc.beta.interfaces since it is an interface.
(4) Dropped the "create_" prefix from "create_<...>_channel" functions
to better match the other creation functions throughout the codebase.
10 years ago
Nathaniel Manista
41abb052b8
gRPC protocol objects
10 years ago
Nathaniel Manista
13db8e517d
Plumb protocol objects through RPC Framework core
10 years ago