Craig Tiller
ce78a19da2
Merge github.com:grpc/grpc into qps_driver
10 years ago
Craig Tiller
50a976f56c
Linux compile fix
10 years ago
Craig Tiller
96cca4e83a
Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driver
10 years ago
Craig Tiller
c98bef7303
Compile fix
10 years ago
Craig Tiller
a8dc37a2dd
Rename some files
10 years ago
Craig Tiller
d6479d6cc4
Async server works
10 years ago
Craig Tiller
ef63839042
Async client works
10 years ago
Michael Lumish
9cf9fcaf53
Merge pull request #950 from jtattermusch/csharp_cloud_to_prod
...
C# interop client support for external CA file
10 years ago
Jan Tattermusch
f7e32a669e
C# interop client support for external CA file
10 years ago
Craig Tiller
e38ec21122
Linux compile fix
10 years ago
Nicolas Noble
cac60b57aa
Merge pull request #947 from yang-g/imacros
...
Remove include google/protobuf/message.h
10 years ago
Craig Tiller
d1e18faefc
Async client progress
10 years ago
Craig Tiller
8856875900
Async client progress
10 years ago
donnadionne
0431246c1a
Merge pull request #949 from jtattermusch/csharp_fix_gce_scripts
...
fix gce script for cloud to cloud C# client
10 years ago
Jan Tattermusch
cfc7864fb3
fix gce script for cloud to cloud C# client
10 years ago
Yang Gao
ee7ab3db2f
Remove include google/protobuf/message.h as it should be covered in config.h
10 years ago
Craig Tiller
1acbf43574
Merge pull request #925 from nicolasnoble/coveralls
...
Adding coverage report.
10 years ago
Jan Tattermusch
513b9e3f10
Merge pull request #940 from donnadionne/test-mod
...
Just a few more changes to include csharp into build and test
10 years ago
Donna Dionne
38bf129a3e
Just a few more changes to include csharp into build and test
10 years ago
Nicolas "Pixel" Noble
d30b005198
Adding coverage report.
10 years ago
Craig Tiller
f282514389
Print resource utilization
10 years ago
Craig Tiller
a362de5381
Merge github.com:grpc/grpc into qps_driver
10 years ago
Tim Emiola
93adddcd2d
Merge pull request #929 from jtattermusch/csharp_tls
...
C# client side support for TLS
10 years ago
jboeuf
3de87ee4a9
Merge pull request #933 from ctiller/bugscrub2
...
A couple of fixes + a test for client side authentication of hostnames
10 years ago
Craig Tiller
d701c5f5c3
Formatting
10 years ago
Craig Tiller
76877c3f66
Generate latencies in driver
10 years ago
donnadionne
cf1dec6324
Merge pull request #938 from jtattermusch/csharp_docker
...
adding C# support to gce_setup scripts
10 years ago
Michael Lumish
2ca22fa814
Merge pull request #939 from jtattermusch/csharp_run_tests
...
added C# to run_tests.py
10 years ago
Jan Tattermusch
961e4a5f7c
addressed comments
10 years ago
Craig Tiller
a8672573b8
Re-generate
10 years ago
Craig Tiller
e70a0cc7e5
Merge github.com:grpc/grpc into qps_driver
10 years ago
Jan Tattermusch
1970a5b7de
added C# to run_tests.py
10 years ago
Craig Tiller
10923c2fb5
Formatting
10 years ago
Jan Tattermusch
44d2cc7944
adding C# support to gce_setup scripts
10 years ago
Craig Tiller
c82c36b400
Merge pull request #920 from vjpai/async-probs
...
Solving crashes in async tests
10 years ago
Craig Tiller
93f80f001c
Formatting
10 years ago
Nicolas Noble
95fb8b125a
Merge pull request #932 from yang-g/imacros
...
Add a macro to control the string and protobuf::Message typedef.
10 years ago
Nicolas Noble
d4379482a6
Merge pull request #930 from ctiller/bugscrub
...
Allow only one thread to complete ioreqs at once
10 years ago
Vijay Pai
dbb79631eb
Solve the call-suppression problem earlier in the stack
10 years ago
Michael Lumish
df2186fb3f
Merge pull request #934 from jtattermusch/csharp_docker
...
Polishing C# Dockerfiles
10 years ago
Jan Tattermusch
0a1d090406
Polishing C# Dockerfiles
10 years ago
Craig Tiller
c9f660daf8
Add a test that bad hostnames fail
10 years ago
Craig Tiller
eb131bb70f
Auth fixes
...
- correctly trigger done_cb to avoid stuck requests
- pass up an UNAUTHENTICATED status so that clients know what happened
10 years ago
Yang Gao
5b61d5194d
formatting
10 years ago
Tim Emiola
eb82c4e76b
Merge pull request #919 from donnadionne/test-mod
...
adding a build images script and remove some tests while investigating t...
10 years ago
Craig Tiller
991ca9fef8
Allow only one thread to complete ioreqs at once
...
Otherwise we can get a total-queue-ordering violation and complete some
ioreqs out-of-order. This leads to events being pushed to the completion
queue out-of-order, and that leads to applications believing streams are
completed before receiving the last message.
10 years ago
Jan Tattermusch
1532923d65
client side support for TLS
10 years ago
Yang Gao
7694c35d5f
Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed
10 years ago
Nathaniel Manista
d318bba527
Merge pull request #927 from jerub/master
...
Fix backslash line endings for grpc_python/Dockerfile.
10 years ago
Yang Gao
4e233a1a46
Add macros
10 years ago