GitXplorerGitXplorer
t

state-threads

public
52 stars
26 forks
2 issues

Commits

List of commits on branch master.
Unverified
132064bb6162fb6c972a16e5e6c53115d8b0cf36

Merge pull request #2 from michaeltalyansky/master

ttoffaletti committed 10 years ago
Unverified
527931ce8eafb115c9682663b422f84671cd6c82

add _thread to statics in key.c

committed 10 years ago
Unverified
9b7f5fa104c810cd7e9dd98fdc56298814b53004

explicitly link libcrypto

ttoffaletti committed 13 years ago
Unverified
f0ebf18d8fb05b376abccb6fb5d1b690c64ff84c

don't use pthread_exit. switch to primorial thread and return normally

ttoffaletti committed 13 years ago
Unverified
930a93cc0a64ccb3e665ec4979a45f6577c0ecdf

fix warnings

ttoffaletti committed 13 years ago
Unverified
9b617a6a023fcd7f5548cec6b6cc74cc5b9361a5

protect netfd freelist with a mutex

ttoffaletti committed 13 years ago

README

The README file for this repository.

This is my fork of the state-threads library from http://state-threads.sourceforge.net/

Changes include:

  • CMake build system
  • Valgrind support for stack swaps
  • Minor updates for modern C compilers (gcc/clang)
  • pthread support (using __thread gcc extension)

See README.orig for more information.