aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into sequential_conGravatar yang-g2016-07-12
|\
| * Merge remote-tracking branch 'upstream/master' into importGravatar yang-g2016-07-08
| |\
* | | Use test roots.pem in testGravatar yang-g2016-07-06
| | |
| * | Initialize variable.Gravatar yang-g2016-07-06
|/ /
| * removed use of __func__ in testGravatar David Garcia Quintas2016-07-06
| |
| * Added test for CGravatar David Garcia Quintas2016-07-02
| |
| * Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
|/
* clang-formatGravatar Craig Tiller2016-06-21
|
* Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-20
|\
| * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| |\
| * | Fix leaksGravatar Craig Tiller2016-06-13
| | |
| * | Add a test of connecting many times in a rowGravatar Craig Tiller2016-06-12
| | |
| | * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | |
| * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| |\|
| | * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| | |\
| * | \ Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #6750 from makdharma/cronetGravatar Jan Tattermusch2016-06-06
| | |\ \ | | | | | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code.
| * | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
| |\| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | | | |\ | | | |_|/ | | |/| |
| * | | | Add some testsGravatar Craig Tiller2016-06-03
| | | | |
| * | | | Fix up some server setup bugsGravatar Craig Tiller2016-06-03
| | | | |
| | * | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | | | |
| | | * | removed grpc_cronet.hGravatar Makarand Dharmapurikar2016-06-01
| | |/ /
* | | | Merge branch 'error' into reuse_portGravatar Craig Tiller2016-05-24
|\| | |
| * | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
| |\| |
| | * | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| | |\ \
| | * | | clang-formatGravatar Craig Tiller2016-05-20
| | | | |
* | | | | FixesGravatar Craig Tiller2016-05-19
|/ / / /
| | * | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoringGravatar Julien Boeuf2016-05-18
| | |\ \
* | | | | Windows fixes for error handlingGravatar Craig Tiller2016-05-18
| | | | |
| * | | | Bug fixesGravatar Craig Tiller2016-05-17
| | | | |
| * | | | Add missing function for completion queueGravatar Craig Tiller2016-05-16
| | |/ / | |/| |
* | | | Merge branch 'master' of github.com:grpc/grpc into mergeGravatar David Garcia Quintas2016-05-12
|\| | |
| * | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
| | | |
| | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2016-05-10
| | |\ \ | | |/ / | |/| | | | | | credentials_refactoring
| | | * Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
| * | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | |/ | |/|
* | | Progress converting to new error systemGravatar Craig Tiller2016-05-07
| | |
* | | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
| | |
| * | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
| |\ \ | | | | | | | | cronet wrapper code
* | \ \ Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into errorGravatar Craig Tiller2016-05-05
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
| | * Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| |/
* / Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
|/
* Merge pull request #6160 from ctiller/api_fuzzerGravatar Nicolas Noble2016-04-25
|\ | | | | Core API fuzzer
* | Properly shutdown pollsets before destroying themGravatar Craig Tiller2016-04-25
| |
| * Fix bug causing calls to never completeGravatar Craig Tiller2016-04-22
|/
* Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
|\ | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
| * Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | | | | | application handle the authentication.
* | Fix bug in testGravatar Craig Tiller2016-04-15
| |