aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* merge with headGravatar yang-g2015-11-18
|\
| * Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
| |\ | | | | | | Core transport & call cleanup
| | * Merge branch 'new_op' of github.com:ctiller/grpc into new_opGravatar Craig Tiller2015-11-18
| | |\
| * | \ Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| |\ \ \
| | * | | Fixing NULL terminator for test cert.Gravatar Julien Boeuf2015-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that!
| * | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| |\| | |
| | | | * Robustness work for lb_policies_testGravatar Craig Tiller2015-11-17
| | | | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| |\ \ \ \
* | | | | | use a temp buffer to do readGravatar Yang Gao2015-11-17
| | | | | |
| | | * | | Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-11-09
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086.
| | | * / Make lb_policies_test a little less timing dependentGravatar Craig Tiller2015-11-08
| | | |/
* | | | drain cqGravatar yang-g2015-11-07
| | | |
* | | | add a test for initial_connect_stringGravatar yang-g2015-11-06
| | | |
* | | | refacto of the reconnect tcp server to a general purpose test tcp server to ↵Gravatar yang-g2015-11-06
| |/ / |/| | | | | | | | be reused by the set_initial_string_test
| | * Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-05
| | |\ | |_|/ |/| |
* | | Merge pull request #3905 from vjpai/protosplitGravatar Jan Tattermusch2015-11-05
|\ \ \ | | | | | | | | Overhaul benchmark control protos and tests themselves
* | | | Removed consts to make MSVC happyGravatar David Garcia Quintas2015-11-04
| | | |
| | | * Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
| | | |\ | |_|_|/ |/| | |
| | | * Robustness work for lb_policies_testGravatar Craig Tiller2015-11-04
| | | |
| * | | Merge branch 'master' into protosplitGravatar vjpai2015-11-04
| |\ \ \ | |/ / / |/| | |
| | | * 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
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
| |\ \ \ | | | |/ | | |/|
* | / | Added grpc_byte_buffer_reader_readallGravatar David Garcia Quintas2015-10-30
| |/ / |/| |
* | | Merge pull request #4006 from dgquintas/fix-lb-testGravatar Craig Tiller2015-10-30
|\ \ \ | | | | | | | | Fixed potential stack corruption
| * | | Fixed potential stack corruptionGravatar David Garcia Quintas2015-10-29
| | | |
* | | | Fix for long-running tsan testGravatar Alistair Veitch2015-10-29
|/ / /
* | | merge & resolve conflictsGravatar Alistair Veitch2015-10-22
|\ \ \
* | | | Fix memory leakGravatar Alistair Veitch2015-10-21
| | | |
| | * | Fix more shadow and conversion warnings.Gravatar Vijay Pai2015-10-21
| | | |
| | * | Fix sign conversion issues hereGravatar vjpai2015-10-21
| | | |
| | | * Addressing comments.Gravatar Julien Boeuf2015-10-20
| | | | | | | | | | | | | | | | | | | | The composite channel credentials creation does not change the passed-in channel creds anymore.
* | | | more verbose messageGravatar Alistair Veitch2015-10-20
| | | |
* | | | only print #cores seenGravatar Alistair Veitch2015-10-20
| | | |
* | | | add CPU testsGravatar Alistair Veitch2015-10-20
| |/ / |/| |
| * | added grpc_client_uchannel_set_subchannel funcGravatar David Garcia Quintas2015-10-19
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-19
| |\ \ | |/ / |/| |
* | | Merge pull request #3726 from dgquintas/iomgr_executorGravatar Craig Tiller2015-10-19
|\ \ \ | | | | | | | | Introducing grpc_executor, for all your threading needs
| | | * Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-10-17
| | | |\ | |_|_|/ |/| | |
| | * | Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-13
| | |\ \
| * | | | We need the iomgr_init for winsocks initialization.Gravatar David Garcia Quintas2015-10-13
| | | | | | | | | | | | | | | | | | | | Also fixed (thanks @nicolasnoble) wrong construction of error msg.
* | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-13
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-12
|\ \ \ \ \
| | | * \ \ Merge branch 'master' of github.com:grpc/grpc into iomgr_executorGravatar David Garcia Quintas2015-10-12
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | | * Fixing mem leak and compilation error in tsan.Gravatar Julien Boeuf2015-10-10
| | | | | |
| | | | | * Got the core test passing.Gravatar Julien Boeuf2015-10-09
| | |_|_|/ | |/| | |
| | * | | Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-09
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Move profiling system to gprGravatar Craig Tiller2015-10-09
| | | | |
| * | | | Merge pull request #3692 from dgquintas/inspector_failGravatar Sree Kuchibhotla2015-10-09
| |\ \ \ \ | | |/ / / | |/| | | Fixed unprotected access to call field