aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-12-29First real benchmark : raw SSH speedAris Adamantiadis4-16/+231
2010-12-29Export and document timestamp functionsAris Adamantiadis2-7/+27
2010-12-28tests: Added a torture_sftp_static test.Andreas Schneider2-0/+29
2010-12-28tests: Migrated torture_proxycommand to cmockery.Andreas Schneider2-27/+23
2010-12-28tests: Migrated torture_knownhosts to cmockery.Andreas Schneider2-53/+63
2010-12-28tests: Migrated torture_auth to cmockery.Andreas Schneider2-76/+96
2010-12-28tests: Migrated torture_algorithms to cmockery.Andreas Schneider2-120/+115
2010-12-28tests: Migrated torture_rand to cmockery.Andreas Schneider2-35/+41
2010-12-28tests: Migrated torture_options to cmockery.Andreas Schneider2-85/+65
2010-12-28tests: Migrated torture_misc to cmockery.Andreas Schneider2-67/+65
2010-12-28tests: Migrated torture_list to cmockery.Andreas Schneider2-45/+44
2010-12-28tests: Moved torture_knownhosts to client tests.Andreas Schneider3-2/+1
2010-12-28tests: Migrated torture_keyfiles to cmockery.Andreas Schneider2-113/+122
2010-12-28tests: Migrated torture_init to cmockery.Andreas Schneider2-17/+15
2010-12-28tests: Migrated torture_callbacks to cmockery.Andreas Schneider2-41/+46
2010-12-28tests: Migrate torture_buffer to cmockery.Andreas Schneider2-41/+39
2010-12-28tests: Migrate the torture library to cmockery.Andreas Schneider3-149/+8
2010-12-28tests: Start to migrate tests to cmockery.Andreas Schneider3-19/+14
2010-12-28Moved benchmarks to the tests/ directoryAris Adamantiadis8-0/+472
2010-12-28ctest: Added more valgrind suppressions.Andreas Schneider1-0/+25
2010-12-27test: Added openssh checks to the compression tests.Andreas Schneider1-10/+16
2010-12-21Add log verbosity to some testcasesAris Adamantiadis1-0/+2
2010-12-21ctest: Set the suppression file correctly.Andreas Schneider1-5/+5
2010-12-19New benchmarks directoryAris Adamantiadis2-26/+0
2010-12-19ctest: Set the memcheck suppression file correctly.Andreas Schneider1-0/+3
2010-12-19ctest: Set suppression file only in CTestConfig.Andreas Schneider1-2/+0
2010-12-19ctest: Make sure we have a clean source tree for each build.Andreas Schneider1-2/+4
2010-12-19Fixed memory leak reported by valgrindAris Adamantiadis1-2/+5
2010-12-18ctest: Fixed git URL.Andreas Schneider1-1/+1
2010-12-15test: Fixed the default ctest file.Andreas Schneider1-1/+1
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis1-1/+22
2010-10-03resolve memory consumption bugAris Adamantiadis1-1/+2
2010-10-03Fix prepend bugAris Adamantiadis1-0/+8
2010-10-03test the buffer_prepend_data functionAris Adamantiadis1-1/+22
2010-10-03Added buffer test caseAris Adamantiadis2-0/+68
2010-10-02Change path to ../src instead of the old ../libsshmilo1-1/+1
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-1/+1
2010-09-29build: Fixed the unit test build.Andreas Schneider1-0/+1
2010-09-08build: Make sure to link against all required thread libraries.Andreas Schneider1-1/+2
2010-09-08build: Improve the check for argp.Andreas Schneider1-2/+2
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-1/+1
2010-09-06threads: Build a libssh threading library.Andreas Schneider1-1/+7
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-1/+0
2010-09-05tests: Fixed cmdline parsing.Andreas Schneider1-0/+1
2010-09-03tests: Disable options parsing if argp isn't available.Andreas Schneider1-1/+6
2010-09-03build: Added support to find argp on BSD.Andreas Schneider1-1/+5
2010-09-03Made pthread threading a user macroAris Adamantiadis1-0/+5
2010-09-01Fix initialization of threadingAris Adamantiadis1-0/+2
2010-09-01Openssl implementation of threading + default impAris Adamantiadis1-0/+5
2010-08-31some more work on threading but not complete yetAris Adamantiadis1-2/+2