David Garcia Quintas
a9eb302aba
STAP annotation working.
...
Test annotations made to client_channel.c (start_rpc) and channel_create.c
(grpc_channel_create).
10 years ago
Craig Tiller
bec41a298b
Return correct status message for lame client
10 years ago
Craig Tiller
75d5d303ea
Indentation fix
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
Craig Tiller
820b68069a
Merge github.com:grpc/grpc into one-pass
10 years ago
Craig Tiller
320e6112b5
Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass
10 years ago
zeliard
d9a0f24098
Merge branch 'master' of https://github.com/grpc/grpc
10 years ago
Seungmo Koo
6d2311ab21
Merge pull request #1 from nicolasnoble/vs64
...
Updating the templates to create win64 projects.
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
David Garcia Quintas
515b2bbfe3
Merge branch 'master' into stap
10 years ago
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