murgatroid99
b8776398c5
Exposed server address string in stub
10 years ago
Julien Boeuf
f3764292f0
Ref the cache default creds so that we do not crash next time we use it...
10 years ago
Craig Tiller
8a5bce3541
Incoming stream id validation fixes
...
- correct log message on an invalid stream id
- add an additional check that the low bit indicates a client stream id on the server
10 years ago
Craig Tiller
87ab19f813
Capure thread id with default timer implementation
10 years ago
Craig Tiller
816791ca72
Add comment
10 years ago
Jorge Canizales
c55a0ca96e
Podfile.lock prevents gRPC to be properly installed
...
When Podfile.lock is present, the prepare_command of the gRPC pod isn’t
executed on “pod install”, even if the Xcode workspace and the Pods/
directory are absent.
10 years ago
Jorge Canizales
87b650b55f
Increases timeout of client_streaming test to 4s
10 years ago
Masood Malekghassemi
f579e1d176
Migrate Python to batch core API
10 years ago
Craig Tiller
4df412b471
Add some infrastructure for call refcount debugging
10 years ago
Craig Tiller
333ee250b2
Remove errant double finish
10 years ago
Jorge Canizales
6abfd7573d
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
5488d2820b
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
624b694cf9
Removes Cocoapod-generated files
10 years ago
Jorge Canizales
6f1ce1a9c2
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
9b3951d8f8
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
f93b11b4e8
Removes Cocoapod-generated files
10 years ago
Jan Tattermusch
aa5fba43b5
Fix assertion for compute_engine_creds
10 years ago
Craig Tiller
bec41a298b
Return correct status message for lame client
10 years ago
Jorge Canizales
57d9f939bc
Augments the timeout of the large_unary test to 4s
10 years ago
Craig Tiller
b11728b90d
Mac C++ compile fix
10 years ago
Jorge Canizales
9d96aa6e4c
Implements empty_unary, large_unary, and client_streaming integration tests.
...
As defined in the spec.
10 years ago
Craig Tiller
00e5b2a82c
Mac C++ compile fix
10 years ago
Jan Tattermusch
0bbfa382ea
attempt to support compute_engine_creds interop test
10 years ago
Jan Tattermusch
1f18e80a5a
Make RpcException errors more informative
10 years ago
Nicolas Noble
3086203834
Few VS2010 fixes.
...
-) = delete isn't supported. Moving destructor out of scope.
-) variadic templates aren't supported. Replacing emplace_back's construction.
-) C++11's {} inline construction isn't supported. Adding temporary variables.
-) std::list<> can't work on a non-declared class. Changing to a raw pointer.
10 years ago
Jan Tattermusch
b4ef7c9f37
logic for refreshing access token
10 years ago
Masood Malekghassemi
bf177c884f
Pass deadline to call details for batch calls
10 years ago
Craig Tiller
5717a9801e
Dont use op outstanding refs to count ownership
10 years ago
Craig Tiller
8950461da7
Have server hold a reference to completion queues
...
In the presence of garbage collectors, this helps ensure that completion
queues outlive the servers that depend upon them.
10 years ago
Jan Tattermusch
1ca56b9d8a
style fixes
10 years ago
Jan Tattermusch
dca6e884ce
First attempt to add service account creds interop test
10 years ago
Jan Tattermusch
bb9d788096
Added Grpc.Auth project
10 years ago
Jan Tattermusch
119761f789
added dependency on Google.Apis.Auth package
10 years ago
Craig Tiller
4d8f268028
Add a lock that seems to help
10 years ago
Julien Boeuf
330f4c8c39
Fix includes for Boring SSL.
10 years ago
Craig Tiller
59abfc234b
Properly handle non-full metadata batches
10 years ago
Craig Tiller
1fb99552b7
Fix early shutdown: await client context deletion before channel deletion
10 years ago
Craig Tiller
a2b32f1133
Fix early shutdown: await client context deletion before channel deletion
10 years ago
Craig Tiller
1be373cf12
Stop kicking ourselves
10 years ago
Craig Tiller
ea9fbb15b8
Stop kicking ourselves
10 years ago
wkubiak
0d20f42c93
fix comparison between pointer and integer error
10 years ago
wkubiak
49185a8f78
removed unused variables
10 years ago
zeliard
28d051d9ba
remove type casting on gpr_time_to_millis
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
zeliard
179be50ad3
merge VS solutions file from upstream master
10 years ago
zeliard
81f750e7b2
undo time_t type casting
10 years ago
Craig Tiller
2b0f7c5b1e
Thread safety fix
10 years ago
Craig Tiller
b56ca8d555
Fix use-after-free in lame client test
10 years ago
Craig Tiller
64bc3fdaaa
remove annotations
10 years ago
Craig Tiller
65f9f81afb
Fix memory leak
10 years ago