aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
|\
* | Sign conversion fixesGravatar Craig Tiller2015-09-10
| |
| * Merge pull request #3251 from nicolasnoble/bad-client-is-really-badGravatar Craig Tiller2015-09-04
| |\ | | | | | | Fixing bad_client test.
| * \ Merge pull request #3255 from ctiller/we-should-buildGravatar Craig Tiller2015-09-04
| |\ \ | | | | | | | | Fix compilation
| | * | Fix compilationGravatar Craig Tiller2015-09-04
| | | |
| | | * Fixing bad_client test.Gravatar Nicolas "Pixel" Noble2015-09-04
| | |/ | |/| | | | | | | Before destroying an endpoint, shut it down properly.
| * | Merge pull request #3204 from ctiller/fix-teh-testsGravatar Nicolas Noble2015-09-03
| |\ \ | | | | | | | | Fixes a couple of tests on Windows
| * | | Secure endpoint test should call grpc_init.Gravatar Nicolas "Pixel" Noble2015-09-04
| | | |
| | * | Ensure port picking doesnt repeatedly return the same portGravatar Craig Tiller2015-09-02
| | | |
| | * | Fix completion_queue_testGravatar Craig Tiller2015-09-02
| |/ /
| * | Fixed buildGravatar Craig Tiller2015-09-01
| | |
| * | Handle test dependencies betterGravatar Craig Tiller2015-09-01
| | |
| * | Merge branch 'endpoints' into second-comingGravatar Craig Tiller2015-09-01
| |\ \
| | * \ Merge branch 'cleaner-build' into third-comingGravatar Craig Tiller2015-08-31
| | |\ \
| | * \ \ Merge github.com:grpc/grpc into second-comingGravatar Craig Tiller2015-08-31
| | |\ \ \
| | | | * | Hand-written changesGravatar Craig Tiller2015-08-31
| | | |/ /
| | | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
| | | |\ \
| | | | * \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-28
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup
| | | * | \ \ Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
| * | | | | | Cleaning up Windows endpoint codeGravatar Craig Tiller2015-08-28
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed the need to track some state - fixed chttp2 transport endpoint shutdown management - made a bunch of tests pass
| | | * | | Merge pull request #3101 from yang-g/string_ref_authGravatar Craig Tiller2015-08-27
| | |/| | | | | | | | | | | | | | | Use millis instead of micros in seconds_timeout and reduce a large deadline.
| | | | * | 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.
| | | | * | | use millis to protect against potential overflowGravatar yang-g2015-08-27
| | | | | | |
| | | | * | | Reduce a timeout causing overflowGravatar yang-g2015-08-27
| |_|_|/ / / |/| | | | |
| * | | | | Add a portable test of endpoint pairsGravatar Craig Tiller2015-08-27
| | | | | |
| * | | | | Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
| |/ / / /
| * | | | Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
| | | | |
| * | | | Make port_windows compile againGravatar Craig Tiller2015-08-26
| | | | |
| * | | | Use port server on windowsGravatar Craig Tiller2015-08-26
| | | | |
| * | | | Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-26
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c
* | | | | Merge pull request #3072 from ctiller/pneumatic-figure-skaterGravatar Vijay Pai2015-08-26
|\ \ \ \ \ | | | | | | | | | | | | Cleanup test, initialize correctly
| | | | * | 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
| | | | |
| * | | | Cleanup test, initialize correctlyGravatar Craig Tiller2015-08-25
| | |/ / | |/| | | | | | | | | | Test was failing on mac because gpr time code was not initialized. Whilst here, clean up the test so that I can understand it again.
* | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
|\| | |
| * | | Merge pull request #3011 from dgquintas/comma-separated-ipsGravatar Craig Tiller2015-08-25
| |\ \ \ | | | | | | | | | | sockaddr_resolver now supports comma-separated list of IPs
* | | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
|\| | | |
| | | * | Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-24
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #3019 from dgquintas/channel_args_compressionGravatar Yang Gao2015-08-24
| |\ \ \ \ | | | | | | | | | | | | Added C API functions for compression args handling (w/ tests)
| * \ \ \ \ Merge pull request #2818 from ctiller/y12kdm3Gravatar Vijay Pai2015-08-24
| |\ \ \ \ \ | | | | | | | | | | | | | | Add a test of non-blocking API behavior
| | | * | | | Improvements to the grpc_channel_args_compression_algorithm_set_state apiGravatar David Garcia Quintas2015-08-24
| | | | | | |
* | | | | | | 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.
| | | | | * | Refactor Endpoint APIGravatar Craig Tiller2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow reads to complete immediately - Unify read/write signatures - Simplify memory management to allow future optimization work
| | | * | | | Added C API functions for compression args handling (w/ tests)Gravatar David Garcia Quintas2015-08-21
| |_|/ / / / |/| | | | |
| | | * | | sockaddr_resolver now supports comma-separated list of IPsGravatar David Garcia Quintas2015-08-20
| |_|/ / / |/| | | |
| * | | | Have a richer interface for auth metadata processors.Gravatar Julien Boeuf2015-08-19
|/ / / /
| * | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-19
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2972 from ctiller/get-reserved-things-rightGravatar Yang Gao2015-08-19
|\ \ \ \ | |_|/ / |/| | | Add some reserved checks that need to be present