aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Collapse)AuthorAge
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-02-23
|
* Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
|\
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|/
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* Merge github.com:grpc/grpc into ping-ping-ping-ping-ping-ping-ping-ping-pingGravatar Craig Tiller2015-12-10
|\
| * Merge github.com:grpc/grpc into census_suiteGravatar Craig Tiller2015-12-10
| |\
| * | Expand census coverage: make this a fixture instead of a simple testGravatar Craig Tiller2015-12-10
| | |
* | | Ping APIGravatar Craig Tiller2015-12-07
| | |
* | | Merge branch 'connected-subchannel' into ↵Gravatar Craig Tiller2015-12-07
|\ \ \ | | |/ | |/| | | | ping-ping-ping-ping-ping-ping-ping-ping-ping
* | | Start of ping sketchGravatar Craig Tiller2015-12-07
| |/ |/|
| * Test repeatability fixesGravatar Craig Tiller2015-12-04
| |
* | merge with head and resolve conflictGravatar yang-g2015-12-02
|\ \
| | * clang-formatGravatar Craig Tiller2015-12-01
| | |
| | * Memory fixesGravatar Craig Tiller2015-12-01
| | |
| * | Clang format.Gravatar Nicolas "Pixel" Noble2015-12-01
| | |
| | * clang-formatGravatar Craig Tiller2015-12-01
| | |
| | * Merge github.com:grpc/grpc into i-have-no-masterGravatar Craig Tiller2015-11-24
| | |\ | | |/ | |/|
| | * Test fixesGravatar Craig Tiller2015-11-24
| | |
| | * Finish initial scrape, clang-formatGravatar Craig Tiller2015-11-24
| | |
| * | merge with headGravatar yang-g2015-11-20
|/| |
| | * Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-20
| | |\ | | |/ | |/|
| | * clang-formatGravatar Craig Tiller2015-11-19
| |/ |/|
| * clang-formatGravatar Craig Tiller2015-11-18
| |
| * Merge github.com:grpc/grpc into hpack_max_table_sizeGravatar Craig Tiller2015-11-18
| |\ | |/ |/|
* | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
|\ \ | | | | | | Core transport & call cleanup
| | * Fix bugs, make tests robustGravatar Craig Tiller2015-11-11
| | |
| | * clang-formatGravatar Craig Tiller2015-11-10
| | |
| | * First round changes to handle dynamic hpack table sizeGravatar Craig Tiller2015-11-10
| |/
| * Add a test for cancel_with_statusGravatar Craig Tiller2015-11-03
| |
| * Add a test with a large negative deadlineGravatar Craig Tiller2015-11-03
| | | | | | | | Mirrors a node test, and fix a bug that it found
| * stream_op cleanup: test fixes and updatesGravatar Craig Tiller2015-11-02
| |
* | Got the core test passing.Gravatar Julien Boeuf2015-10-09
|/
* Hid test-only functions from surface/call.hGravatar David Garcia Quintas2015-10-08
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Fix alarmsGravatar Craig Tiller2015-09-28
| | | | | | - make kick_poller() do something on POSIX - fix some conditions whereby alarms are held in a pollset exec context for too long - make channel_connectivity tests dependent on the correct behavior
* Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
|
* Merge pull request #3479 from dgquintas/fix_fixturesGravatar Craig Tiller2015-09-25
|\ | | | | Fixed wrong test for FEATURE_MASK_SUPPORTS_HOSTNAME_VERIFICATION
| * Fixed wrong test for FEATURE_MASK_SUPPORTS_HOSTNAME_VERIFICATIONGravatar David Garcia Quintas2015-09-24
| |
* | Increase deadline ==> decrease flakesGravatar Craig Tiller2015-09-22
|/
* Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
|\
* | Sign conversion fixesGravatar Craig Tiller2015-09-10
| |
| * Hand-written changesGravatar Craig Tiller2015-08-31
| |
| * Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
| |\ | | | | | | | | | credentials_naming_and_cleanup
| * | Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
|/| | | | | | | | First draft at addressing #1799 for grpc_security.
| | * Credentials cleanup:Gravatar Julien Boeuf2015-08-25
| |/ | | | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
| * Fixing tests.Gravatar Julien Boeuf2015-08-25
| |
* | Refactor default host name resolutionGravatar Craig Tiller2015-08-24
|/ | | | | | | | Rephrase API's such that resolvers are constrained to be able to provide a default host given just the text of the URI channel target. This avoids needing to rewrite such details in the core library during retries, and generally makes things much saner to debug.
* Merge pull request #2972 from ctiller/get-reserved-things-rightGravatar Yang Gao2015-08-19
|\ | | | | Add some reserved checks that need to be present