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 |
zeliard
|
81f750e7b2
|
undo time_t type casting
|
10 years ago |
Craig Tiller
|
74ace9e4c7
|
Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass
|
10 years ago |
Craig Tiller
|
7551fa6149
|
Merge github.com:grpc/grpc into one-pass
Conflicts:
Makefile
|
10 years ago |
Craig Tiller
|
7305dc69e6
|
Merge pull request #1227 from nicolasnoble/the-purge-2
Refactoring std::chrono out.
|
10 years ago |
Nicolas Noble
|
1eef5aa1eb
|
Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix
Renamed make variables for protoc presence and version checking.
|
10 years ago |
Nicolas Noble
|
eae6973b00
|
Merge pull request #1366 from ctiller/mwha
A little Makefile spring cleaning
|
10 years ago |
Craig Tiller
|
ca9d0c0e2d
|
Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass
|
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 |
David Garcia Quintas
|
f5fcafde81
|
Renamed make variables for protoc presence and version checking.
|
10 years ago |