aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
...
| | | * | Make metadata_test test_things_stick_around use fewer stringsGravatar David Klempner2015-03-18
| | |/ / | |/| | | | | | | | | | This test is quadratic in nstr and times out under tsan.
| * | | Factor out interface-specific early_adopter codeGravatar Masood Malekghassemi2015-03-17
| | | | | | | | | | | | | | | | | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`.
* | | | clang-format new changesGravatar Yang Gao2015-03-17
| | | |
* | | | resolve merge confictGravatar Yang Gao2015-03-17
|\| | |
| * | | Merge pull request #1023 from vjpai/asyncGravatar Yang Gao2015-03-17
| |\ \ \ | | | | | | | | | | Non-blocking Next method for C++ async completion queue
| | | * | Print out status when it is not ok in interop testsGravatar Yang Gao2015-03-17
| | |/ / | |/| |
* / | | clang-format c++ codeGravatar Yang Gao2015-03-17
|/ / /
| * | Change to std::chrono and add a test.Gravatar vjpai2015-03-17
| | |
* | | expose the server's cq through the generic service objectGravatar Yang Gao2015-03-16
| | |
* | | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-16
|\ \ \
| * \ \ Merge pull request #1011 from yang-g/jwtGravatar jboeuf2015-03-16
| |\ \ \ | | | | | | | | | | Put back C++ JWTCredentials code and add a test case in interop test.
| | | | * FreeBSD preliminary work.Gravatar Nicolas Noble2015-03-16
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
* | | | sort the tags, this is not necessary, just make it look betterGravatar Yang Gao2015-03-13
| | | |
* | | | add one bidi testGravatar Yang Gao2015-03-13
| | | |
* | | | Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
| | | |
| * | | Merge pull request #983 from jboeuf/refresh_token_parsingGravatar Yang Gao2015-03-12
| |\ \ \ | | |_|/ | |/| | Adding refresh token credentials.
* | | | Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
| | | |
| | | * add a jwt test case for interop testGravatar Yang Gao2015-03-11
| | | |
| | | * Merge branch 'master' into jwtGravatar Yang Gao2015-03-11
| | | |\ | | |_|/ | |/| |
* / | | A first test with typed async client and untyped service for a simple rpcGravatar Yang Gao2015-03-11
|/ / /
* | | Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
|\ \ \ | | | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization
| | * | Adding refresh token credentials.Gravatar Julien Boeuf2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | - The google default credentials now work with the cloud SDK. - Verified end to end with print_default_credentials and fetch_oauth2 tools.
| | * | Fixing !strcmp in the tests.Gravatar Julien Boeuf2015-03-09
| | | |
| * | | Add method grp_slice_buffer_pop to remove the last element for grp_slice_bufferGravatar Chilledheart2015-03-10
| | | |
| | * | Adding refresh token parsingGravatar Julien Boeuf2015-03-09
| | | | | | | | | | | | | | | | This is the first step for refresh token credentials.
* | | | Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-10
| |/ / |/| | | | | | | | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it.
* | | strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
* | | Merge pull request #4 from nicolasnoble/c++-credsGravatar Craig Tiller2015-03-06
|\ \ \ | | | | | | | | Don't merge OpenSSL into C++ upper layer libraries; only C.
| * | | Don't merge OpenSSL into C++ upper layer libraries; only C.Gravatar Nicolas "Pixel" Noble2015-03-06
| | | |
* | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-06
|\ \ \ \ | |/ / / |/| | |
| * | | Move protoc output to temporary directoryGravatar Masood Malekghassemi2015-03-05
| |/ / | | | | | | | | | | | | | | | Moves the Python protoc plugin output directory to an auto-generated temporary directory. Has the build configuration set by environment variable (consistent with `tools/run-tests/run_tests.py`'s set envvars).
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\| |
| * | Merge pull request #837 from ctiller/qps_driverGravatar Vijay Pai2015-03-04
| |\ \ | | | | | | | | QPS driver
| * \ \ Merge pull request #953 from dklempner/low_level_ping_pongGravatar Craig Tiller2015-03-04
| |\ \ \ | | | | | | | | | | Fix signed comparison warnings in low_level_ping_pong
| | | * | override --> GRPC_OVERRIDEGravatar Craig Tiller2015-03-04
| | | | |
| | | * | Compile fixGravatar Craig Tiller2015-03-04
| | | | |
| | * | | Fix signed comparison warnings in low_level_ping_pongGravatar David Klempner2015-03-04
| | | | |
| | | * | ACTUALLY set the server thread poolGravatar Craig Tiller2015-03-04
| | | | |
* | | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
|\| | | |
| | | * | clang-formatGravatar Craig Tiller2015-03-04
| | | | |
| | | * | Linux compile fixGravatar Craig Tiller2015-03-04
| | | | |
| | | * | Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driverGravatar Craig Tiller2015-03-04
| | | |\ \
| | | | * | Compile fixGravatar Craig Tiller2015-03-04
| | | | | |
| | | | * | Rename some filesGravatar Craig Tiller2015-03-04
| | | | | |
| | | | * | Async server worksGravatar Craig Tiller2015-03-04
| | | | | |
| | | | * | Async client worksGravatar Craig Tiller2015-03-04
| | | | | |
| | | * | | Linux compile fixGravatar Craig Tiller2015-03-04
| | | |/ /
| | | * | Async client progressGravatar Craig Tiller2015-03-04
| | | | |
| | | * | Async client progressGravatar Craig Tiller2015-03-04
| | | | |
| | | * | Print resource utilizationGravatar Craig Tiller2015-03-03
| | | | |