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
Stephen Thorne
093a4ebd3e
Fix backslash line endings for grpc_python/Dockerfile.
...
Without the correct line endings docker had errors interpreting '&&' as a command.
10 years ago
Craig Tiller
c09bb7e601
Merge pull request #916 from dklempner/not_original_vtable
...
Remove some debugging logs from the unary poll promote path
10 years ago
Craig Tiller
6889a9a485
Merge pull request #882 from yang-g/pubsub
...
Update pubsub example channel creation and credentials. This is a duplicate of #817 .
10 years ago
Yang Gao
0cfc638d19
Merge pull request #923 from rauls5382/master
...
Propagate grpc_google_default_credentials_create errors
10 years ago
Craig Tiller
ba4a10508c
Merge pull request #924 from nicolasnoble/travis-badge
...
Adding a Travis badge.
10 years ago
Craig Tiller
6af9ed0bf7
Rework QPS client/server
...
Now setup as a driver and N anonymous workers that may become clients or servers.
Will convert async soon.
10 years ago
Nicolas "Pixel" Noble
36aa8e0193
Adding a Travis badge.
10 years ago
Raul Silvera
02fe58d1bd
Propagate grpc_google_default_credentials_create errors
10 years ago
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"
10 years ago
Qi Zhao
4705a5a01a
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
10 years ago
Craig Tiller
32083bd771
Merge github.com:grpc/grpc into qps_driver
...
Conflicts:
Makefile
10 years ago
Craig Tiller
26598a394a
WIP
10 years ago
Vijay Pai
0823cb786b
Sanity checks for calls that were causing crashes
10 years ago
Yang Gao
91cc48160a
Merge remote-tracking branch 'upstream/master' into pubsub
10 years ago
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.
10 years ago
Nicolas Noble
fa054b37a1
Merge pull request #918 from murgatroid99/makefile_protoc_message
...
Improved Makefile protoc message
10 years ago
Donna Dionne
1542d7dbb0
adding a build images script and remove some tests while investigating timeout
10 years ago
murgatroid99
b618136143
Improved Makefile protoc message
10 years ago
Nicolas Noble
0aad3d7457
Merge pull request #908 from ctiller/ssl
...
Hookup TSI tracer
10 years ago
Nicolas Noble
961141002a
Merge pull request #912 from ctiller/disconnect
...
Deflake fling_test
10 years ago
Nicolas Noble
b9518217f0
Merge pull request #887 from murgatroid99/travis_python
...
Added python tests to .travis.yml
10 years ago
David Klempner
0e61b2d257
Remove some debugging logs from the unary poll promote path
...
I put these in while debugging correctness, and forgot to remove them.
10 years ago
murgatroid99
5c4052d771
Removed logging, returned other tests to .travis.yml
10 years ago
murgatroid99
4a171f8e2d
Fixed python link order
10 years ago
murgatroid99
4eb6e31566
Added rt link to python's setup.py
10 years ago