summaryrefslogtreecommitdiffstats
path: root/src/threads.c
Commit message (Collapse)AuthorAgeFilesLines
* threads: support libgcrypt 1.6 hackAris Adamantiadis2014-01-081-2/+23
| | | | | | | Not 100% satisfied of this patch, but the way libgcrypt handles threading in 1.6 is not compatible with custom handlers. The new code basicaly uses pthreads in every case. This will probably not work on windows.
* threads: Make libcrypto_mutexes static.Andreas Schneider2012-02-191-1/+1
| | | | Fixes sparse warnings.
* threads: Fix function defintions.Andreas Schneider2012-02-191-2/+2
| | | | Fixes sparse warnings.
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-0/+3
|
* proper prototypesBernhard R. Link2011-02-121-2/+2
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* doc: Follow the current naming convention.Andreas Schneider2010-12-101-1/+1
|
* Changed the threads cbks from struct to publ funcAris Adamantiadis2010-09-301-1/+5
|
* threads: Fixed windows build.Andreas Schneider2010-09-281-6/+6
| | | | MSVC isn't C99.
* Added initialisation logs for threadingAris Adamantiadis2010-09-121-1/+7
|
* Changed callbacks typeAris Adamantiadis2010-09-121-2/+8
|
* Implemented the noop and native pointersAris Adamantiadis2010-09-061-1/+20
|
* Moved pthread specific code in src/threads/pthread.cAris Adamantiadis2010-09-061-21/+0
| | | | | pthread example doesn't compile du to the lack of libssh_threads_native.so library
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+159