Craig Tiller
23d2f3f2b1
Support writes failing
10 years ago
Nathaniel Manista
175533c8e4
Merge pull request #758 from ctiller/test
...
Use signals instead of sleep to wait for jobs
10 years ago
Craig Tiller
336ad50973
Use signals instead of sleep to wait for jobs
10 years ago
David Klempner
a512c33e74
Merge pull request #756 from ctiller/test
...
Support taking a regex on test short name
10 years ago
David Klempner
b505661b1a
Add a shutdown API to pollset
...
This allows us to safely asynchronously add FDs in the
possibly-promoting unary add case.
Also fix the unary add async path to properly handle more of the extra
cases it needs to handle.
10 years ago
Craig Tiller
fe406ec601
Support taking a regex on test short name
...
Allows run_tests to focus on one particular test if necessary.
Useful in combination with runs_per_test.
10 years ago
Nicolas Noble
47f523b508
Merge pull request #754 from yang-g/master
...
suppress output of 'which protoc'
10 years ago
Yang Gao
044fe221b1
suppress output of which
10 years ago
Nathaniel Manista
f4e3f3f8d6
Avoid CANCELLATION ticket kind for back-to-front tickets.
...
It's not (yet, see issue 752) allowed and code at the higher
level doesn't know how to deal with it.
10 years ago
Yang Gao
8e7a7dbdf3
Merge pull request #751 from nicolasnoble/typos
...
Fixing typo in Makefile.
10 years ago
Nicolas "Pixel" Noble
2c23a725c0
Fixing typo in Makefile.
...
Closes #742 .
10 years ago
murgatroid99
7d2adf0e11
Updated interop proto for compatibility with proto3 servers
10 years ago
Craig Tiller
eeef8cd52b
Merge pull request #745 from murgatroid99/node_copyright_format
...
Fixed copyright format in some example files
10 years ago
murgatroid99
b0028270e6
Fixed copyright format in some example files
10 years ago
Craig Tiller
a6e8c20115
Add copyrights to some Dockerfiles
10 years ago
murgatroid99
b1b3dea600
Merge branch 'master' into node_status_errors
10 years ago
Tim Emiola
a29a1223d7
Merge pull request #737 from murgatroid99/node_fix_lint
...
Fixed old lint errors
10 years ago
Jan Tattermusch
5b141669e6
Added some measurement numbers to comments.
10 years ago
Jan Tattermusch
a0fcfcc1fa
Fixed formatting
10 years ago
Yang Gao
f7c87c2741
Merge pull request #727 from ctiller/deprecate-c++
...
s/CreateChannel/CreateChannelDeprecated
10 years ago
murgatroid99
99885c9834
Fixed old lint errors
10 years ago
murgatroid99
98cbc5a496
Fixed old lint errors
10 years ago
murgatroid99
4075f2a0b6
Return error status as actual errors to client callbacks
10 years ago
Michael Lumish
a7552b9d4c
Merge pull request #721 from yang-g/master
...
Remove stale comment
10 years ago
Masood Malekghassemi
34fb751feb
Merge pull request #736 from nathanielmanistaatgoogle/propagate-link-join
...
Propagate ForeLink-joining to the inner RearLink.
10 years ago
Craig Tiller
b9d91eb454
Merge github.com:google/grpc into deprecate-c++
...
Conflicts:
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
10 years ago
David Klempner
c75beaa016
Merge branch 'master' into unary_promotion_with_concurrent_poll
10 years ago
Yang Gao
0b9dfcf02a
Merge pull request #725 from ctiller/unique
...
Move to unique_ptr for all GRPC returned objects
10 years ago
Nathaniel Manista
4ad01246e3
Propagate ForeLink-joining to the inner RearLink.
...
rear._ActivatedRearLink's inner RearLink should of
course send its tickets to whatever ForeLink was joined
to the rear._ActivatedRearLink.
10 years ago
Julien Boeuf
597a4f2273
Verifying the peer name on the X509 Certs correctly.
...
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
the SANs. Will fix the test cert another time...
10 years ago
Craig Tiller
ebda87a9a7
Merge pull request #734 from nicolasnoble/feedback
...
Addressing a first batch of feedback.
10 years ago
Nicolas Noble
65b0759653
Addressing a first batch of feedback.
10 years ago
Masood Malekghassemi
571a9c8df4
Merge pull request #732 from nathanielmanistaatgoogle/assembly-level-port-method
...
Add a port method to assembly-level servers.
10 years ago
Qi Zhao
cb1f8c01d0
Merge pull request #733 from donnadionne/go-auth-tests
...
Go auth tests
10 years ago
Donna Dionne
a6d738414d
Adding go auth tests
...
Adding python to images to be pulled after building
10 years ago
Donna Dionne
108e597533
Merge branch 'master' of github.com:google/grpc into go-auth-tests
10 years ago
Nathaniel Manista
de16e4c755
Add a port method to assembly-level servers.
10 years ago
Craig Tiller
74ae8f61d9
Merge pull request #710 from jboeuf/default_google_creds
...
Added support for default credentials.
10 years ago
jboeuf
7885ffebe8
Merge pull request #719 from nicolasnoble/security
...
Addressing security concerns.
10 years ago
Craig Tiller
e4fe844b67
s/CreateChannel/CreateChannelDeprecated
...
For the 2-argument version of CreateChannel.
This is a temporary step until #711 is ready to roll out.
10 years ago
jboeuf
275e975c53
Merge pull request #724 from ctiller/auth_leak
...
Fix memory leak
10 years ago
Craig Tiller
7d0f9ea29a
Fix memory leak
10 years ago
David Klempner
9869cd3c7a
Merge branch 'master' into unary_promotion_with_concurrent_poll
10 years ago
Julien Boeuf
c66f2a816e
Addressing iniitial feedback.
...
- Renaming default credentials -> google default credentials.
- Various other things in cpp:
- Adding Cpp wrapping for JWT Tokens.
- Renaming ComposeCredentials -> CompositeCredentials.
10 years ago
Craig Tiller
fd1b49b757
Move to unique_ptr for all GRPC returned objects
10 years ago
Tim Emiola
bed880bf14
Merge pull request #632 from jcanizales/add-grpcclient-podspec
...
Adds Podspec for GRPCClient
10 years ago
Tim Emiola
e2b6018712
Merge pull request #654 from ctiller/copyright
...
Update copyrights on docker files, makefiles
10 years ago
Nathaniel Manista
7aef9e60f3
Merge pull request #696 from donnadionne/docker_python
...
Fixing docker file and image building for python.
10 years ago
Jan Tattermusch
4d703268ad
Fix exception unwrapping for unary call
10 years ago
Jan Tattermusch
50faa8f78b
Added support for true synchronous unary call and added some performance tests.
10 years ago