1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00
Commit Graph

1999 Commits

Author SHA1 Message Date
400fc350a7 tests: Migrated torture_callbacks to cmockery. 2010-12-28 22:14:47 +01:00
6f65e6ae67 tests: Migrate torture_buffer to cmockery. 2010-12-28 22:14:47 +01:00
635a263f64 tests: Migrate the torture library to cmockery. 2010-12-28 22:14:47 +01:00
17f592d4dd tests: Start to migrate tests to cmockery.
https://code.google.com/p/cmockery/wiki/Cmockery_Unit_Testing_Framework
2010-12-28 22:14:47 +01:00
7dc183126a Set variables in the good order 2010-12-28 13:50:34 +01:00
4fe1656cf8 Moved benchmarks to the tests/ directory 2010-12-28 13:17:27 +01:00
a883330101 New benchmark framework
with pluggable style benchmarks and an original SSH RTT calculator !
2010-12-28 02:19:15 +01:00
f0d811edc6 ctest: Added more valgrind suppressions. 2010-12-28 00:38:11 +01:00
438083542d connect: Use a better IP regex. 2010-12-28 00:24:47 +01:00
4fa2e4dde1 Added compression options and allow "yes/no" setting
SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it.
2010-12-27 23:28:39 +01:00
32c0e1c99a test: Added openssh checks to the compression tests. 2010-12-27 22:47:37 +01:00
b4c62ac9ea server: Replace gethostbyname() with getaddrinfo().
Fixes rlo#13.
2010-12-27 21:51:55 +01:00
a0e98f585a misc: Fixed a possible memory leak. 2010-12-27 18:08:30 +01:00
7c728acd12 sftp: Fixed a memory leak in sftp_xstat.
Thanks to dsc for the bug report.
2010-12-27 17:52:24 +01:00
38b87aab08 channels: Fixed a build warning. 2010-12-23 10:18:09 +01:00
33c41074a7 libsshpp: Fixed return of non-void function. 2010-12-23 08:54:39 +01:00
936c65f03e options: Remove unused variable. 2010-12-21 21:29:22 +01:00
825581d0dc packet1: Fixed dead assignments.
Found by http://test.libssh.org/scan-build/
2010-12-21 16:29:08 +01:00
942b993f57 Add log verbosity to some testcases 2010-12-21 16:21:49 +01:00
e6bc4b4ff9 doc: Added samplessh hint to INSTALL. 2010-12-21 16:21:02 +01:00
04e224c3b4 doc: Updated Changelog. 2010-12-21 15:51:07 +01:00
19ab9a015f doc: Added copyright policy section. 2010-12-21 15:40:36 +01:00
94fe52870b doc: Update README. 2010-12-21 15:24:38 +01:00
55470aaaf1 doc: Remove the note. 2010-12-21 15:13:18 +01:00
6a26335158 doc: Some fixes for linking howto. 2010-12-21 15:07:42 +01:00
256e88690d doc: Make the warning bold. 2010-12-21 15:03:13 +01:00
3a94c94f20 doc: More linking details. 2010-12-21 14:55:39 +01:00
473d3e0b3a ctest: Set the suppression file correctly. 2010-12-21 14:43:14 +01:00
d5df18a14f build: Fixed build warning on FreeBSD. 2010-12-20 15:49:29 +01:00
bffaa86664 build: Fixed some build warnings on FreeBSD. 2010-12-20 15:45:49 +01:00
1922341e2a New benchmarks directory 2010-12-19 18:56:16 +01:00
bcfab67daf ctest: Set the memcheck suppression file correctly. 2010-12-19 16:30:23 +01:00
27f170011e ctest: Set suppression file only in CTestConfig. 2010-12-19 12:54:52 +01:00
5cb4c9451f ctest: Make sure we have a clean source tree for each build. 2010-12-19 12:54:52 +01:00
80408d5357 Fixed memory leak reported by valgrind 2010-12-19 12:37:21 +01:00
47d11734e1 Fix free() on uninitialized data on some cases. 2010-12-19 12:33:31 +01:00
14d6b8856f example: Fixed gcc warning. 2010-12-18 14:05:06 +01:00
48e4df4ac0 TODO server: Fixed server support. 2010-12-18 14:02:53 +01:00
f5d0f232c8 ctest: Fixed git URL. 2010-12-18 12:15:14 +01:00
d6a5e5cb68 test: Fixed the default ctest file. 2010-12-15 19:15:02 +01:00
751f202f56 doc: Follow the current naming convention. 2010-12-10 20:28:59 +01:00
37eeb854e4 doc: Started to write a linking howto. 2010-12-10 20:17:57 +01:00
57d752a1c3 include: Only require LIBSSH_STATIC on Windows. 2010-12-10 20:02:15 +01:00
ef1cfbea70 build: Use the same name for static and shared library. 2010-12-10 20:00:23 +01:00
038c764055 server: Remove channel_write_stderr. 2010-12-08 10:52:15 +01:00
3ea33f9ab6 doc: Some small fixes in server.h. 2010-12-07 21:43:26 +01:00
1758c172a2 doc: Fixed pki doc group. 2010-12-07 21:28:50 +01:00
2a6cbed121 doc: Define a doc group for the callbacks. 2010-12-07 21:25:53 +01:00
92fc2d6993 doc: Added buzzword. 2010-12-07 20:59:08 +01:00
2dba4839ad Fix from Oleksandr Shneyder
http://www.libssh.org/archive/libssh/2010-11/0000005.html
2010-12-07 16:13:40 +01:00