aboutsummaryrefslogtreecommitdiff
path: root/src/threads
AgeCommit message (Expand)AuthorFilesLines
2018-11-30libcrypto: Fix access violation in ssh_init()Anderson Toshiyuki Sasaki1-0/+8
2018-08-03threads: Add Windows threads implementationAnderson Toshiyuki Sasaki2-1/+124
2018-08-03threads: Automatically call ssh_init on loadAnderson Toshiyuki Sasaki6-181/+428
2015-09-07cmake: Handle libssh threas library correctlyAndreas Schneider1-2/+7
2015-01-20threads: Fix building with POSIX threads in MinGW.Andreas Schneider1-1/+1
2014-05-27cmake: Fix the build on Windows.Andreas Schneider1-66/+68
2012-03-09Fix typo.Andreas Schneider1-1/+1
2011-06-01cmake: Fix static .lib overwriting on Windows.Andreas Schneider1-3/+20
2010-12-30threads: Fixed ssh_pthread_thread_id with mingw.Andreas Schneider1-1/+5
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-1/+5
2010-09-12Changed callbacks typeAris Adamantiadis1-13/+1
2010-09-09build: Remove unneeded debug message.Andreas Schneider1-2/+0
2010-09-08build: Improve pthread detection.Andreas Schneider1-2/+2
2010-09-08build: Make sure LIBSSH_THREADS_LINK_LIBRARIES is in the cache.Andreas Schneider1-5/+7
2010-09-08build: Fixed linking against libssh in thread library.Andreas Schneider1-2/+2
2010-09-06Implemented the noop and native pointersAris Adamantiadis3-41/+52
2010-09-06threads: Build a libssh threading library.Andreas Schneider3-0/+116
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-0/+84