Craig Tiller
|
98ae48d63c
|
Ignore SIGPIPE
|
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 |
Craig Tiller
|
1fb99552b7
|
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 |
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
|
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 |
David Garcia Quintas
|
f5fcafde81
|
Renamed make variables for protoc presence and version checking.
|
10 years ago |
Yang Gao
|
fa74ec4617
|
Merge pull request #1359 from a11r/cc2
Test client stream cancellation and fix bug exposed by the test.
|
10 years ago |
Yang Gao
|
9a5eee1d34
|
Merge pull request #1360 from nicolasnoble/flakes
Flagging some tests as flaky.
|
10 years ago |
Yang Gao
|
68d615737b
|
Add two scenarios in interop test
|
10 years ago |
Craig Tiller
|
04f8156f65
|
Cleanup
|
10 years ago |
Craig Tiller
|
2660ebcff0
|
Actually remove them
|
10 years ago |
Craig Tiller
|
d896fa5640
|
Remove some useless lines in the Makefile
|
10 years ago |
Nicolas "Pixel" Noble
|
fd2bf675f7
|
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Conflicts:
include/grpc++/completion_queue.h
|
10 years ago |
Craig Tiller
|
4107ba2897
|
Merge pull request #1365 from yang-g/init
Attempt to remove the need of calling grpc_init/shutdown in c++ application code
|
10 years ago |
Yang Gao
|
96de48449c
|
Add the new header to build.json and regenerate projects
|
10 years ago |
Yang Gao
|
c4b6ffb1b6
|
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
|
10 years ago |
Nicolas "Pixel" Noble
|
436f964a80
|
Flagging a few census tests as flaky.
|
10 years ago |
Stanley Cheung
|
884f4dad58
|
Merge pull request #1362 from tbetbetbe/grpc_ruby_interop_fixes
Grpc ruby interop fixes
|
10 years ago |
Tim Emiola
|
932b13be4c
|
Corrects bad return values in C error-handling block
|
10 years ago |
Tim Emiola
|
9cb56f8707
|
Move Notifier into its own file
|
10 years ago |
Tim Emiola
|
0a6557809a
|
Simplify debugging, avoid inspecting C-backed objects.
|
10 years ago |
Jan Tattermusch
|
e79e2f54e8
|
adding csharp tests to travis
|
10 years ago |
Jan Tattermusch
|
9a7d30cf89
|
improved C# support in run_tests.py
|
10 years ago |
Tim Emiola
|
119decc0f4
|
Fix logging version mismatchj
|
10 years ago |
Tim Emiola
|
117cc1207d
|
Fix failing interop servers
|
10 years ago |
Tim Emiola
|
68180a2b92
|
Merge pull request #1358 from jtattermusch/csharp_server_improvements
Improving C# server
|
10 years ago |
Nicolas "Pixel" Noble
|
fdcd07bf2b
|
Merge branch 'master' of github.com:grpc/grpc into flakes
|
10 years ago |
Nicolas "Pixel" Noble
|
b8137b343f
|
Flagging some tests as flaky.
|
10 years ago |
Nicolas "Pixel" Noble
|
76e49fd805
|
Forgot to rename header guard.
|
10 years ago |
Nicolas "Pixel" Noble
|
e24dde5736
|
Adressing comments.
|
10 years ago |