murgatroid99
ca38ddb105
Fixed ivar names and comments
10 years ago
murgatroid99
2101a48e1f
Simplified startBatch, resolved comments
10 years ago
murgatroid99
33655f970b
Moved deallocation code to the right place
10 years ago
murgatroid99
fe2c0c6569
Added nil check in GRPCWrappedCall initializer
10 years ago
murgatroid99
a571cebe01
Fixed missing increment
10 years ago
murgatroid99
def47aa9f3
Removed thrown error in one case
10 years ago
murgatroid99
6a084f46b4
Simplified some batch code, resolved comments
10 years ago
murgatroid99
3767f8bdee
Removed Podfile.lock
10 years ago
murgatroid99
b56609c705
Updated GRPCCall comments and spacing
10 years ago
murgatroid99
3a1309b494
Merged changes from master
10 years ago
murgatroid99
6cc4680cb4
Changed message handling, fixed line lengths
10 years ago
Vijay Pai
20ecfc81d0
Merge pull request #1377 from ctiller/server-cq-own
...
Have server hold a reference to completion queues
10 years ago
Michael Lumish
809bcffb02
Merge pull request #1388 from jcanizales/fixes-podspec
...
Fixes podspec and removes old generated files
10 years ago
Tim Emiola
0619af7bfe
Merge pull request #1383 from jtattermusch/csharp_auth
...
ServiceAccountCredentials support for C#
10 years ago
Vijay Pai
fec0c2cdda
Merge pull request #1375 from ctiller/qps_client
...
Fix a race in QPS client shutdown
10 years ago
Craig Tiller
a3c42cdcaf
Merge pull request #1378 from nicolasnoble/vs2010
...
Few VS2010 fixes.
10 years ago
Jorge Canizales
6abfd7573d
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
146f177fb1
Fixes build by moving the prepare_command back up to the top level
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
Jan Tattermusch
aa5fba43b5
Fix assertion for compute_engine_creds
10 years ago
murgatroid99
b5c076f186
Rewrote comment to match changes
10 years ago
donnadionne
b33e2d3bc2
Merge pull request #1384 from jtattermusch/add_csharp_auth_interop
...
adding auth interop tests for C# to grpc_docker.sh
10 years ago
Vijay Pai
6ea9e290e3
Merge pull request #1376 from ctiller/sigign
...
Ignore SIGPIPE
10 years ago
Jan Tattermusch
e9b549fbd1
adding auth interop tests for C# to grpc_docker.sh
10 years ago
Jan Tattermusch
0bbfa382ea
attempt to support compute_engine_creds interop test
10 years ago
Nicolas Noble
64a6eed59e
Merge pull request #1371 from wkubiak/master
...
Fix errors and warnings breaking compilation under GCC+Windows (MSYS2/MinGW)
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
murgatroid99
92552fc664
Re-added completion_queue_destroy call
10 years ago
murgatroid99
e08a9c061a
Simplified an initializer call
10 years ago
Craig Tiller
cac5f1d532
Merge pull request #1379 from soltanmm/cdfix
...
Pass deadline to call details for batch calls
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
Craig Tiller
98ae48d63c
Ignore SIGPIPE
10 years ago
murgatroid99
dcde97030b
Fixed spacing
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
77e0d64b4d
Fix a race in QPS client shutdown
...
Previously we were cleaning up threads only AFTER local resources were
reclaimed, leading to many crashes.
10 years ago
Yang Gao
8bf5fc88d4
Merge pull request #1373 from ctiller/shutdown
...
Fix early shutdown
10 years ago
Craig Tiller
c5a6394e17
Merge pull request #1374 from jboeuf/ssl_includes
...
Fix includes for Boring SSL.
10 years ago
Julien Boeuf
330f4c8c39
Fix includes for Boring SSL.
10 years ago
Michael Lumish
50a4324830
Merge pull request #1361 from jtattermusch/run_tests_fixes
...
Improve C# support in run_tests.py and run C# on Travis.
10 years ago
Vijay Pai
924ef9a09b
Merge pull request #1372 from ctiller/latency
...
Stop kicking ourselves
10 years ago
murgatroid99
54e93d4b9a
Made startBatch more strongly typed
10 years ago
Craig Tiller
1fb99552b7
Fix early shutdown: await client context deletion before channel deletion
10 years ago