Michael Lumish
7dff30d8fb
Merge pull request #1636 from jcanizales/move-sample-to-proto3
...
Move sample app and tests to proto3
10 years ago
Craig Tiller
2f24d956df
Clarify booleanness of kick
10 years ago
Craig Tiller
236d098395
Add another little comment
10 years ago
Yang Gao
e120d4f7e8
bump minor version to 9
10 years ago
Craig Tiller
354bf6d77b
Document variable usage in fd_posix
...
Update some code based on that documentation
10 years ago
Yang Gao
9e28875206
Merge pull request #1637 from ctiller/explain-the-things
...
Delete antiquated code
10 years ago
Craig Tiller
e02471cc5d
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
609fa1da4c
Merge github.com:grpc/grpc into scalable-poll
10 years ago
Craig Tiller
f79f63cb1d
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
10 years ago
Craig Tiller
e793ba12c6
Begin marking up for Doxygen
10 years ago
Tim Emiola
cc1c37c3e5
Merge pull request #1630 from jtattermusch/nuget_adjustments
...
NuGet packaging adjustments
10 years ago
Craig Tiller
818b8769fc
Delete antiquated code
10 years ago
Yang Gao
b57f72dbee
resolve comments
10 years ago
Jorge Canizales
05456f81c5
Move sample app to proto3 and clarify usage example
10 years ago
Jorge Canizales
c54a0caa0d
Adds local sample test using generated service
10 years ago
Jorge Canizales
184e02bed0
Moves the RouteGuide local tests to proto3
10 years ago
Jorge Canizales
2410f99161
Regenerates RouteGuide library as proto3
10 years ago
Jorge Canizales
44fb295d9f
Move our runtime to proto3 and make the dependency explicit
10 years ago
Jorge Canizales
206e75b66c
Adjust remote tests to use proto3
10 years ago
Jorge Canizales
fd88e465c0
Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile
...
Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory.
Generates separate files until GeneratorContext::OpenForInsert/Append works.
A temporary podspec for the proto3 runtime is being used, pending the official.
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
Yang Gao
26a4912558
Add fake credentials to the test and verify it actually works
10 years ago
Craig Tiller
dd093f33f6
Remove some bad asserts
10 years ago
Jan Tattermusch
73d7fab85f
some nuget packaging adjustments
10 years ago
Craig Tiller
74e5edab67
Compile fix
10 years ago
Nicolas Noble
66cc5d6ccf
Merge pull request #1627 from ctiller/wtf-bbq
...
Fix test, readd it to build
10 years ago
Craig Tiller
a969d7c04c
Compile fix
10 years ago
Jorge Canizales
dc73a32cbb
Merge pull request #1626 from murgatroid99/objective_c_interop_tests
...
More Objective-C interop tests
10 years ago
Craig Tiller
b9b8ea2d73
Merge branch 'mmm-mmm-mmm-mmm' of github.com:ctiller/grpc into mmm-mmm-mmm-mmm
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
Craig Tiller
abc305184b
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
10 years ago
Craig Tiller
4caf6302b8
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
10 years ago
Craig Tiller
3cdd9bbdbc
clang-format
10 years ago
Craig Tiller
f95f048c3e
Make cq tracing work again
10 years ago
Craig Tiller
069daa383e
Sleep a little after server death to allow TCP time to catch up
10 years ago
Jan Tattermusch
c6d43ec02d
update readme for c#
10 years ago
Craig Tiller
134e92fafb
Move state update to ack, to prevent races
...
Conflicts:
src/core/surface/call.c
10 years ago
Craig Tiller
fbac5f17b7
Crash handling test
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