summaryrefslogtreecommitdiffstats
path: root/src/threads.c
Commit message (Collapse)AuthorAgeFilesLines
* 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