yang-g
c4eef2eae8
add a test case in end2end_test
10 years ago
Siddharth Rakesh
fd1a20a667
Changes introduced for passing hashed user id instead of access token
10 years ago
Siddharth Rakesh
df77c580dc
Added support for passing a tag with the test
10 years ago
yang-g
b1bbc8764d
proper init const char *
10 years ago
Yang Gao
89c5a56233
Add const to ByteBuffer methods and add tests
10 years ago
Craig Tiller
aeedff1ef8
Use a character literal instead of grpc::string
10 years ago
Siddharth Rakesh
cc5857b624
Fixed hanging client declaration, server address can be passed now
10 years ago
Siddharth Rakesh
e2902dee31
commented
10 years ago
Yang Gao
45bd28e0d3
One more thing...
10 years ago
Yang Gao
c1a2c314fb
Update the Status API
10 years ago
Yang Gao
102eccb632
Support sending and showing received metadata in grpc_cli
10 years ago
Siddharth Rakesh
f4dafb5654
updated configs sending
10 years ago
Siddharth Rakesh
39824335ea
Newer version
10 years ago
Siddharth Rakesh
922ea81877
QPS, latencies recorded with authentication
10 years ago
David Garcia Quintas
1d780fd3df
Fixed typo
10 years ago
David Garcia Quintas
30ecd2b8d9
Return shared_ptr by value plus minor dependency fix
10 years ago
David Garcia Quintas
a6b559a76a
Improvements to reporting mechanism based on comments.
...
Turned the reporter into a composite, much cleaner arch.
10 years ago
David Garcia Quintas
226beffea1
Simplified code based on comments and fixed build.json
10 years ago
David Garcia Quintas
87ca82768d
Added missing benchmark_config.* files
10 years ago
Yang Gao
b57f72dbee
resolve comments
10 years ago
Yang Gao
26a4912558
Add fake credentials to the test and verify it actually works
10 years ago
Craig Tiller
3cdd9bbdbc
clang-format
10 years ago
Craig Tiller
fbac5f17b7
Crash handling test
10 years ago
Yang Gao
a89389283f
support per call credentials in c++
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Yang Gao
c4b6ffb1b6
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
10 years ago
Yang Gao
103837ee6b
Wrap ParseCommandLineFlags in InitTest
10 years ago
Nicolas "Pixel" Noble
0caebbfcfe
Splitting gRPC service class codegen into its own set of files.
10 years ago
Nicolas "Pixel" Noble
a05b8b7b25
Removing a few more references to #include <chrono>
10 years ago
Nicolas Noble
89219162dd
Refactoring std::chrono out.
10 years ago
Yang Gao
0c4b0ddcc5
Add tests with delayed cancellation from client and server
10 years ago
Yang Gao
b946b5ea74
Refactor and add a unit test
10 years ago
Yang Gao
166f9d00ce
add back mis-deleted method string
10 years ago
Yang Gao
ced2b89f55
Finish grpc_cli
10 years ago
Yang Gao
a5e20d35c9
a stub of the cli tool
10 years ago
Yang Gao
cdb2a6e071
Protect on some overflow scenarios, add a test and build/run the test
10 years ago
Yang Gao
6baa9b67ad
clang-format c++ code
10 years ago
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
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
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
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
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
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
ad1fd3a49e
Add proto copyrights
10 years ago
Yang Gao
48d80e5769
update comments
10 years ago
Yang Gao
1988221d15
Use environment variable to set root certs in c++ interop test.
10 years ago
Yang Gao
eec8d1a56c
fix comments
10 years ago
Yang Gao
5fd0d29dfe
run clang-format
10 years ago