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
Craig Tiller
4ef7a29f31
Create server/client lists
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
4f7a1ff6ad
'Fix' a race
10 years ago
Craig Tiller
4271a34e88
Merge github.com:google/grpc into qps_driver
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
Craig Tiller
e48601934d
Getting the driver pieces in place
...
Driver logic not implemented yet
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
Craig Tiller
5c004c68de
Driver changes
...
WIP - things compile again after a broad set of changes preparing for
the driver code.
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
Craig Tiller
e8eb8a4fd4
Merge github.com:grpc/grpc into credit
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
Craig Tiller
0d58570f01
Merge github.com:grpc/grpc into credit
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
Yang Gao
b8d04d0e97
remove stale comment
10 years ago
Tim Emiola
7c15ee88a2
Merge pull request #720 from murgatroid99/node_pubsub_client
...
Node pubsub client
10 years ago
Donna Dionne
dc40babc5c
Merge branch 'master' of github.com:google/grpc into docker_python
10 years ago
Tim Emiola
2b7c574a42
Merge pull request #718 from grpc/mugurm-patch-1
...
Update README.md
10 years ago
Craig Tiller
ad9d0c472d
Remove dynamic_cast
10 years ago
Nicolas Noble
a7b8b69d23
Addressing security concerns.
...
-) 0x7f (Backspace) isn't a printable character.
-) use sizeof(var) instead of sizeof(type).
10 years ago
murgatroid99
4d736a024c
Resolved merge conflicts
10 years ago
murgatroid99
2822e9ad75
Added pubsub demo client
10 years ago
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
10 years ago
Craig Tiller
759026cbf0
Server API simplification
...
Remove 'secure_serer_create', and instead attach credentials to ports, meaning different ports can serve different credentials.
10 years ago
Craig Tiller
47c83fdaf7
Credentials prototyping
...
- Remove CredentialsFactory as it's unnecessary
- Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++.
- Server credentials not touched yet, but they'll need to be updated.
10 years ago
Mugur Marculescu
d61021d964
Update README.md
...
Link out to the gRPC protocol description doc in grpc-common
10 years ago
Tim Emiola
8b13192243
Merge pull request #715 from tbetbetbe/grpc-ruby-fix-interop-client
...
Fixes a missed old module name reference in the interop client
10 years ago