summaryrefslogtreecommitdiffstats
path: root/src/threads
Commit message (Collapse)AuthorAgeFilesLines
* threads: Fix building with POSIX threads in MinGW.Andreas Schneider2015-01-201-1/+1
| | | | | | | | | | | | | | | | BUG: https://red.libssh.org/issues/181 Originally written by Patrick von Reth <vonreth () kde ! org>. This patch is part of the larger patch: https://projects.kde.org/projects/kdesupport/emerge/repository/revisions/master/changes/portage/win32libs/libssh/0002-add-a-way-to-test-ssh-connections-on-windows.patch MinGW (in particular, the MinGW-w64 fork) can use either posix threads or win32 threads. This patch fixes the MinGW build when using posix threads. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 433f8fd5502841279aae6f416c81bb70f42d1734)
* cmake: Fix the build on Windows.Andreas Schneider2014-12-171-66/+68
| | | | (cherry picked from commit a738507ad24aa283c6af91fc2a5e8b35473d4c77)
* Fix typo.Andreas Schneider2012-03-091-1/+1
|
* cmake: Fix static .lib overwriting on Windows.Andreas Schneider2011-06-011-3/+20
|
* threads: Fixed ssh_pthread_thread_id with mingw.Andreas Schneider2010-12-301-1/+5
|
* Changed the threads cbks from struct to publ funcAris Adamantiadis2010-09-301-1/+5
|
* Changed callbacks typeAris Adamantiadis2010-09-121-13/+1
|
* build: Remove unneeded debug message.Andreas Schneider2010-09-091-2/+0
|
* build: Improve pthread detection.Andreas Schneider2010-09-081-2/+2
|
* build: Make sure LIBSSH_THREADS_LINK_LIBRARIES is in the cache.Andreas Schneider2010-09-081-5/+7
|
* build: Fixed linking against libssh in thread library.Andreas Schneider2010-09-081-2/+2
|
* Implemented the noop and native pointersAris Adamantiadis2010-09-063-41/+52
|
* threads: Build a libssh threading library.Andreas Schneider2010-09-063-0/+116
|
* Moved pthread specific code in src/threads/pthread.cAris Adamantiadis2010-09-061-0/+84
pthread example doesn't compile du to the lack of libssh_threads_native.so library