aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
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.
* Merge pull request #983 from jboeuf/refresh_token_parsingGravatar Yang Gao2015-03-12
|\ | | | | Adding refresh token credentials.
* \ 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.
* | 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>
* | 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-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
| | * | Fix signed comparison warnings in low_level_ping_pongGravatar David Klempner2015-03-04
| | | |
* | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
|\| | |
| | | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-03
| | | |\ | | |_|/ | |/| |
| * | | FormattingGravatar Craig Tiller2015-03-03
| | | |
| * | | Add a test that bad hostnames failGravatar Craig Tiller2015-03-03
| |/ /
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
| | |\ | | |/ | |/| | | | | | | Conflicts: Makefile
| * | Dont add new requests when shutting downGravatar Craig Tiller2015-03-02
| | |
| * | Speed up test, reduce flakinessGravatar Craig Tiller2015-03-02
| | |
| | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
| | |\ | | |/ | |/|
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\| |
| * | Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| | |
| * | Enable asan for C coreGravatar Craig Tiller2015-02-27
| | | | | | | | | | | | Also speed up a test, and disable some rarely touched but long running tests
| * | Extend timeouts for Travis 2xGravatar Craig Tiller2015-02-27
| | |
| * | Allow machine and build type tuning of slowdownGravatar Craig Tiller2015-02-27
| | |
| * | Increment 'try' variableGravatar Craig Tiller2015-02-27
| | | | | | | | | | | | To ensure that we actually probe different ports
| * | Better port pickerGravatar Craig Tiller2015-02-26
| | |
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
|\| |
| * | Merge pull request #784 from ctiller/timeoutGravatar Yang Gao2015-02-26
| |\ \ | | | | | | | | Introduce slowdown factor for unit test deadlines
| * \ \ Merge pull request #822 from ctiller/hardGravatar David Klempner2015-02-26
| |\ \ \ | | | | | | | | | | Fix max_concurrent_streams test
| | * | | Fix max_concurrent_streams testGravatar Craig Tiller2015-02-25
| | | | |
| * | | | Deflake dualstack socket testGravatar David Klempner2015-02-25
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test currently allocates a single port and reuses it through the test. Given the timeouts in this test this leaves substantial race windows where other processes on the same machine could steal the port between subcases. Instead, as a simple hack, allocate a new port before each test.
| * | | Strip port in peer name checkGravatar Craig Tiller2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This string comes from an authority field, which is allowed to contain a ':' port (see https://tools.ietf.org/html/rfc3986#section-3.2). We need to strip it before performing host name verification.
| | * | Drastic speed upGravatar Craig Tiller2015-02-25
| | | |
| | * | Drastic speed upGravatar Craig Tiller2015-02-25
| | | |
| | * | Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| |/ / | | | | | | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
| * | Merge pull request #735 from jboeuf/fix_ssl_sanGravatar Craig Tiller2015-02-24
| |\ \ | | | | | | | | Verifying the peer name on the X509 Certs correctly.
| | * | Addressing comments.Gravatar Julien Boeuf2015-02-24
| | | |
* | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/pubsub/publisher_test.cc examples/pubsub/subscriber_test.cc include/grpc++/create_channel.h src/cpp/client/create_channel.cc test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/util/create_test_channel.cc
| | | * Driver to client/server kind of worksGravatar Craig Tiller2015-02-23
| | |/ | |/|
| | * Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | | | | | | | | - 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...
| * | Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
| |/
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
|\|
| * Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
| |\ | | | | | | Added support for default credentials.
| | * Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
| * | Addressing security concerns.Gravatar Nicolas Noble2015-02-23
| | | | | | | | | | | | | | | -) 0x7f (Backspace) isn't a printable character. -) use sizeof(var) instead of sizeof(type).
* | | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
| | | | | | | | | | | | And reflects the C++ API in ServerBuilder.
* | | Server API simplificationGravatar Craig Tiller2015-02-23
|/ / | | | | | | Remove 'secure_serer_create', and instead attach credentials to ports, meaning different ports can serve different credentials.