David Garcia Quintas
2725c6490e
Merge remote-tracking branch 'upstream/master'
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
David Garcia Quintas
b5d19fb1fa
Merge branch 'master' into stap
10 years ago
David Garcia Quintas
d41cbdba22
Merge remote-tracking branch 'upstream/master'
10 years ago
David Garcia Quintas
611b7362c6
Tentative stap version
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
Nicolas "Pixel" Noble
5fb4ba0adb
Updating the templates to create win64 projects.
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
17cc30c0b5
Merge branch 'qps_client' into one-pass
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
Craig Tiller
4d8f268028
Add a lock that seems to help
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
Craig Tiller
4083d305d5
Merge github.com:grpc/grpc into one-pass
10 years ago
Vijay Pai
924ef9a09b
Merge pull request #1372 from ctiller/latency
...
Stop kicking ourselves
10 years ago
Craig Tiller
ec9dfa2a15
Merge branch 'shutdown' into one-pass
10 years ago
Craig Tiller
75cfb1f9f1
Update test definition
10 years ago
murgatroid99
54e93d4b9a
Made startBatch more strongly typed
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
a9274b89dc
Fix comment
10 years ago
Craig Tiller
ea9fbb15b8
Stop kicking ourselves
10 years ago
Craig Tiller
d5e2e296bf
Fix comment
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
8ff24593f8
add Windows x64 (WIN64) mode and make buildable on MSVC
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
04ddd8c524
fix expression bug on socket creation failure (fd<0 is always false because fd is unsigned and Windows returns ~0 (-1) on socket failure)
10 years ago