Craig Tiller
f94de429aa
Merge pull request #829 from nicolasnoble/win32-fix
...
Fixing Windows build of the python protoc plugin.
2015-03-04 20:02:36 -08:00
Michael Lumish
9cf9fcaf53
Merge pull request #950 from jtattermusch/csharp_cloud_to_prod
...
C# interop client support for external CA file
2015-03-04 11:31:09 -08:00
Jan Tattermusch
f7e32a669e
C# interop client support for external CA file
2015-03-04 11:29:09 -08:00
Nicolas Noble
cac60b57aa
Merge pull request #947 from yang-g/imacros
...
Remove include google/protobuf/message.h
2015-03-04 10:52:48 -08:00
donnadionne
0431246c1a
Merge pull request #949 from jtattermusch/csharp_fix_gce_scripts
...
fix gce script for cloud to cloud C# client
2015-03-04 10:43:45 -08:00
Jan Tattermusch
cfc7864fb3
fix gce script for cloud to cloud C# client
2015-03-04 10:37:13 -08:00
Yang Gao
ee7ab3db2f
Remove include google/protobuf/message.h as it should be covered in config.h
2015-03-04 09:08:28 -08:00
Craig Tiller
1acbf43574
Merge pull request #925 from nicolasnoble/coveralls
...
Adding coverage report.
2015-03-03 21:20:14 -08:00
Jan Tattermusch
513b9e3f10
Merge pull request #940 from donnadionne/test-mod
...
Just a few more changes to include csharp into build and test
2015-03-03 18:17:18 -08:00
Donna Dionne
38bf129a3e
Just a few more changes to include csharp into build and test
2015-03-03 18:07:11 -08:00
Nicolas "Pixel" Noble
d30b005198
Adding coverage report.
2015-03-04 02:30:01 +01:00
Tim Emiola
93adddcd2d
Merge pull request #929 from jtattermusch/csharp_tls
...
C# client side support for TLS
2015-03-03 16:24:33 -08:00
jboeuf
3de87ee4a9
Merge pull request #933 from ctiller/bugscrub2
...
A couple of fixes + a test for client side authentication of hostnames
2015-03-03 16:10:17 -08:00
donnadionne
cf1dec6324
Merge pull request #938 from jtattermusch/csharp_docker
...
adding C# support to gce_setup scripts
2015-03-03 15:31:02 -08:00
Michael Lumish
2ca22fa814
Merge pull request #939 from jtattermusch/csharp_run_tests
...
added C# to run_tests.py
2015-03-03 15:29:45 -08:00
Jan Tattermusch
961e4a5f7c
addressed comments
2015-03-03 15:22:14 -08:00
Jan Tattermusch
1970a5b7de
added C# to run_tests.py
2015-03-03 15:17:25 -08:00
Jan Tattermusch
44d2cc7944
adding C# support to gce_setup scripts
2015-03-03 14:13:35 -08:00
Craig Tiller
c82c36b400
Merge pull request #920 from vjpai/async-probs
...
Solving crashes in async tests
2015-03-03 13:12:31 -08:00
Craig Tiller
93f80f001c
Formatting
2015-03-03 13:08:27 -08:00
Nicolas Noble
95fb8b125a
Merge pull request #932 from yang-g/imacros
...
Add a macro to control the string and protobuf::Message typedef.
2015-03-03 12:58:05 -08:00
Nicolas Noble
d4379482a6
Merge pull request #930 from ctiller/bugscrub
...
Allow only one thread to complete ioreqs at once
2015-03-03 12:57:26 -08:00
Vijay Pai
dbb79631eb
Solve the call-suppression problem earlier in the stack
2015-03-03 11:54:27 -08:00
Michael Lumish
df2186fb3f
Merge pull request #934 from jtattermusch/csharp_docker
...
Polishing C# Dockerfiles
2015-03-03 11:23:07 -08:00
Jan Tattermusch
0a1d090406
Polishing C# Dockerfiles
2015-03-03 11:19:00 -08:00
Craig Tiller
c9f660daf8
Add a test that bad hostnames fail
2015-03-03 11:01:48 -08:00
Craig Tiller
eb131bb70f
Auth fixes
...
- correctly trigger done_cb to avoid stuck requests
- pass up an UNAUTHENTICATED status so that clients know what happened
2015-03-03 11:00:40 -08:00
Yang Gao
5b61d5194d
formatting
2015-03-03 10:21:27 -08:00
Tim Emiola
eb82c4e76b
Merge pull request #919 from donnadionne/test-mod
...
adding a build images script and remove some tests while investigating t...
2015-03-03 10:11:21 -08:00
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.
2015-03-03 09:59:22 -08:00
Jan Tattermusch
1532923d65
client side support for TLS
2015-03-03 09:56:47 -08:00
Yang Gao
7694c35d5f
Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed
2015-03-03 09:48:06 -08:00
Nathaniel Manista
d318bba527
Merge pull request #927 from jerub/master
...
Fix backslash line endings for grpc_python/Dockerfile.
2015-03-03 09:22:58 -08:00
Yang Gao
4e233a1a46
Add macros
2015-03-03 09:17:41 -08:00
Stephen Thorne
093a4ebd3e
Fix backslash line endings for grpc_python/Dockerfile.
...
Without the correct line endings docker had errors interpreting '&&' as a command.
2015-03-03 16:13:56 +00:00
Craig Tiller
c09bb7e601
Merge pull request #916 from dklempner/not_original_vtable
...
Remove some debugging logs from the unary poll promote path
2015-03-03 08:13:52 -08:00
Craig Tiller
6889a9a485
Merge pull request #882 from yang-g/pubsub
...
Update pubsub example channel creation and credentials. This is a duplicate of #817 .
2015-03-03 07:50:41 -08:00
Yang Gao
0cfc638d19
Merge pull request #923 from rauls5382/master
...
Propagate grpc_google_default_credentials_create errors
2015-03-02 23:00:58 -08:00
Craig Tiller
ba4a10508c
Merge pull request #924 from nicolasnoble/travis-badge
...
Adding a Travis badge.
2015-03-02 22:46:44 -08:00
Nicolas "Pixel" Noble
36aa8e0193
Adding a Travis badge.
2015-03-03 04:14:38 +01:00
Raul Silvera
02fe58d1bd
Propagate grpc_google_default_credentials_create errors
2015-03-02 18:42:19 -08:00
Qi Zhao
79c7f85ba7
Merge pull request #922 from grpc/revert-892-docker-go
...
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
2015-03-02 17:20:05 -08:00
Qi Zhao
4705a5a01a
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
2015-03-02 17:04:30 -08:00
Vijay Pai
0823cb786b
Sanity checks for calls that were causing crashes
2015-03-02 15:48:51 -08:00
Yang Gao
91cc48160a
Merge remote-tracking branch 'upstream/master' into pubsub
2015-03-02 15:19:25 -08:00
Vijay Pai
acf6f318fc
Better use of threads, avoid thread safety issues on destructor with
...
a proper join.
Also had been misusing EXPECT_EQ, as well as actually having an invalid
expectation on the ok field. Now it should be sane.
2015-03-02 15:13:39 -08:00
Nicolas Noble
fa054b37a1
Merge pull request #918 from murgatroid99/makefile_protoc_message
...
Improved Makefile protoc message
2015-03-02 15:07:03 -08:00
Donna Dionne
1542d7dbb0
adding a build images script and remove some tests while investigating timeout
2015-03-02 14:42:35 -08:00
murgatroid99
b618136143
Improved Makefile protoc message
2015-03-02 14:32:25 -08:00
Nicolas Noble
0aad3d7457
Merge pull request #908 from ctiller/ssl
...
Hookup TSI tracer
2015-03-02 13:54:36 -08:00