aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* 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 pull request #3104 from yang-g/create_channelGravatar Craig Tiller2015-08-27
|\ \ | | | | | | Create channel API change
* \ \ Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
|\ \ \ | | | | | | | | First draft at addressing #1799 for grpc_security.
| | * | implementation fixGravatar yang-g2015-08-27
| | | |
| | | * use millis to protect against potential overflowGravatar yang-g2015-08-27
| | | |
| | | * Reduce a timeout causing overflowGravatar yang-g2015-08-27
| | | |
* | | | Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
| | | |
* | | | Merge pull request #3025 from ctiller/endpointsGravatar Yang Gao2015-08-26
|\ \ \ \ | |_|_|/ |/| | | Refactor Endpoint API
* | | | minor fixesGravatar yang-g2015-08-26
| |_|/ |/| |
| * | 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 remote-tracking branch 'upstream/master' into string_ref_authGravatar yang-g2015-08-26
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3072 from ctiller/pneumatic-figure-skaterGravatar Vijay Pai2015-08-26
| |\ \ \ | | | | | | | | | | Cleanup test, initialize correctly
| * \ \ \ Merge pull request #3065 from yang-g/string_refGravatar Craig Tiller2015-08-26
| |\ \ \ \ | | | | | | | | | | | | Use string_ref for incoming metadata
| * \ \ \ \ Merge pull request #3035 from ctiller/naming-crisisGravatar David G. Quintas2015-08-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Refactor default host name resolution
| | | | | | * 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.
* | | | | auth context api change for string_refGravatar yang-g2015-08-25
| |_|/ / |/| | |
| * | | Added missing payloads to streaming compressed testGravatar David Garcia Quintas2015-08-25
| | | |
| | * | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | |\ \ | | |/ / | |/| |
* / | | implGravatar yang-g2015-08-25
|/ / /
* | | Make certain constants unsigned to please compiler on MacGravatar vjpai2015-08-25
| | |
* | | Merge pull request #3011 from dgquintas/comma-separated-ipsGravatar Craig Tiller2015-08-25
|\ \ \ | | | | | | | | sockaddr_resolver now supports comma-separated list of IPs
* | | | Fixing tests.Gravatar Julien Boeuf2015-08-25
| | | |
| | * | Loosen test requirements to better fit specGravatar Craig Tiller2015-08-25
| | | |
| | * | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | |\ \
* | | \ \ Merge branch 'master' of github.com:grpc/grpc into cpp_string_refGravatar Julien Boeuf2015-08-24
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Adding grpc::string_ref class.Gravatar Julien Boeuf2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies.
| * | | | merge with headGravatar yang-g2015-08-24
| |\ \ \ \
| | | | | * Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-24
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' into frayGravatar Vijay Pai2015-08-24
| | |\ \ \ \
| | | | | | * 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
| | | * \ \ \ \ \ Merge pull request #3007 from jboeuf/core_md_processor_fixesGravatar Craig Tiller2015-08-24
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Have a richer interface for auth metadata processors.
| | | | | | * | | | Improvements to the grpc_channel_args_compression_algorithm_set_state apiGravatar David Garcia Quintas2015-08-24
| | | | | | | | | |
| | * | | | | | | | Eliminate public thread-pool interfaceGravatar Vijay Pai2015-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.
| | | | * | | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-21
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | headers reorgGravatar yang-g2015-08-21
| | | | | | | |
| | | | | | | * 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
| | | |_|/ / / | | |/| | | |
| * | | | | | fix shutdown_testGravatar yang-g2015-08-20
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
| |\| | | | |
| | | | | * | 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 pull request #2977 from ctiller/shutdown-c++Gravatar Yang Gao2015-08-19
| | |\ \ \ \ | | | | | | | | | | | | | | Add a deadline to Server::Shutdown
| * | | | | | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
| | |_|/ / / | |/| | | |
| | * | | | Moved methods' impl to header for simplicityGravatar David Garcia Quintas2015-08-19
| |/ / / /