Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | threads: Fix building with POSIX threads in MinGW. | Andreas Schneider | 2015-01-20 | 1 | -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) | ||||
* | Fix typo. | Andreas Schneider | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | threads: Fixed ssh_pthread_thread_id with mingw. | Andreas Schneider | 2010-12-30 | 1 | -1/+5 |
| | |||||
* | Changed the threads cbks from struct to publ func | Aris Adamantiadis | 2010-09-30 | 1 | -1/+5 |
| | |||||
* | Changed callbacks type | Aris Adamantiadis | 2010-09-12 | 1 | -13/+1 |
| | |||||
* | Implemented the noop and native pointers | Aris Adamantiadis | 2010-09-06 | 1 | -36/+52 |
| | |||||
* | threads: Build a libssh threading library. | Andreas Schneider | 2010-09-06 | 1 | -0/+3 |
| | |||||
* | Moved pthread specific code in src/threads/pthread.c | Aris Adamantiadis | 2010-09-06 | 1 | -0/+84 |
pthread example doesn't compile du to the lack of libssh_threads_native.so library |