Craig Tiller
2dea0c1cc9
Fix windows build
10 years ago
Craig Tiller
e02471cc5d
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Tim Emiola
cc1c37c3e5
Merge pull request #1630 from jtattermusch/nuget_adjustments
...
NuGet packaging adjustments
10 years ago
Craig Tiller
5b2a3228b3
Fix test
10 years ago
Craig Tiller
6bf450149b
Kick the tire down the road instead of blocking to free up threads
10 years ago
Craig Tiller
4751fb1e46
Make cq tracing work again
10 years ago
Craig Tiller
09600be0a5
Ensure that there's always a poller for completion
...
The C core uses completion_queue_next as a directive that progress should be made on requests bound to that cq.
If nobody is polling for completion, then a deadlock can occur (client needs to do work, but we're blocked waiting for the server).
There is no scope for this to occur using the idiomatic layers (as far as I can tell), but these low level tests need to be massaged.
10 years ago
Craig Tiller
0596621ec2
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
David Klempner
669df902c9
Merge pull request #1547 from ejona86/connection-backoff
...
Add connection backoff doc
10 years ago
Jan Tattermusch
73d7fab85f
some nuget packaging adjustments
10 years ago
Nicolas Noble
66cc5d6ccf
Merge pull request #1627 from ctiller/wtf-bbq
...
Fix test, readd it to build
10 years ago
Jorge Canizales
dc73a32cbb
Merge pull request #1626 from murgatroid99/objective_c_interop_tests
...
More Objective-C interop tests
10 years ago
murgatroid99
25750d9b1e
Some modifications based on comments
10 years ago
Craig Tiller
fff495e908
Fix test, readd it to build
10 years ago
Jan Tattermusch
302b29f9b3
generate MathServer.exe instead of Grpc.Examples.MathServer
10 years ago
Tim Emiola
ac25e00dbd
Merge pull request #1624 from jtattermusch/csharp_readme_updates
...
Update readme for C#
10 years ago
murgatroid99
343bea6b54
Fixed cancellation tests
10 years ago
murgatroid99
1602c5ffd4
Added more interop tests
10 years ago
Jan Tattermusch
c6d43ec02d
update readme for c#
10 years ago
Nicolas Noble
9aaa1b61e7
Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash
...
Add subprocess GPR API
10 years ago
murgatroid99
11b8bab22f
Merge branch 'master' into objective_c_interop_tests
10 years ago
Michael Lumish
26d916a9e6
Merge pull request #1618 from ctiller/i-should-do-the-proper-thing-with-tls
...
GPR_ASSERT is not an expression
10 years ago
Eric Anderson
eb3bdbbc6d
Merge pull request #1619 from madongfly/android_docker
...
Android Dockerfile for integration test
10 years ago
Xudong Ma
fc70e3946a
Rename to grpc_java_android
10 years ago
Craig Tiller
685f1e6255
Add header to build.json
10 years ago
Xudong Ma
64f92900d1
Android Dockerfile for integration test
10 years ago
Craig Tiller
4f1fa98dd0
...
10 years ago
Craig Tiller
ee210abe65
GPR_ASSERT is not an expression
10 years ago
Craig Tiller
7df5d6a7f1
Use platform suffix api
10 years ago
murgatroid99
ea43b903a3
Added server_streaming interop test
10 years ago
Tim Emiola
b7037385cc
Merge pull request #1600 from murgatroid99/php_single_completion_queue
...
Made PHP library use only a single completion queue
10 years ago
Tim Emiola
02edd87df2
Merge pull request #1607 from murgatroid99/node_timeout_interop_test
...
Added Node interop test for timeout_on_sleeping_server
10 years ago
Craig Tiller
c21a80957a
Add subprocess GPR API
...
Port fling_test to it.
This will be used to:
- port remaining tests to Windows
- enable testing what happens when servers or clients mysteriously disappear
10 years ago
Michael Lumish
e195aa0ef7
Merge pull request #1610 from jtattermusch/nuget_packages
...
Adding convenience build script and polishing NuGet packages.
10 years ago
Nicolas Noble
3f0db08109
Merge pull request #1614 from ctiller/make-tls-a-lil-sweeter
...
Guarantee tls_set returns the new value
10 years ago
Craig Tiller
a33eca9332
Guarantee tls_set returns the new value
10 years ago
Nicolas Noble
7f1e61fb8d
Merge pull request #1612 from dgquintas/qps_type_tool_to_benchmark
...
Made qps_* targets "benchmark" builds.
10 years ago
David Garcia Quintas
aa52d0a11f
Made qps_* targets "benchmark" builds.
10 years ago
Jan Tattermusch
031c7ee5df
add newline at eof
10 years ago
Jan Tattermusch
dd95e9d335
added build script and script for building nuget packages
10 years ago
Jan Tattermusch
d2c513ab8b
update nuspec files
10 years ago
Jan Tattermusch
bdb94d37be
fix gitignore files
10 years ago
Jan Tattermusch
68be987d10
remove experimental only disclaimer
10 years ago
Jan Tattermusch
7de4d10ecf
fixing nits
10 years ago
Jan Tattermusch
37733bb110
updated Grpc.Core.nuspec
10 years ago
Jan Tattermusch
3af690c9c4
bump version of gRPC C# assemblies
10 years ago
Jan Tattermusch
8f8c053cd3
Update readme for building nuget package
10 years ago
Jan Tattermusch
3bc8ba9ee2
bumped version of grpc.native.csharp_ext package
10 years ago
Eric Anderson
b5b4d16866
Merge pull request #1599 from iamqizhao/master
...
Add a timeout interop spec
10 years ago
Qi Zhao
ef313d219c
clean up the server features section
10 years ago