GitXplorerGitXplorer
t

state-threads

public
52 stars
26 forks
2 issues

Commits

List of commits on branch master.
Unverified
37198abb4f447a86f04f6c0d41514bf74f5a00ed

fix edge case. where netfd cannot be allocated, but fd exists

ttoffaletti committed 13 years ago
Unverified
99d3f3bdd01b5a5a530ab62a0cedebccea712cdc

minor

ttoffaletti committed 14 years ago
Unverified
52d4b71b3025b82faed43e7426eb8ab20f94bf34

add extensions for openssl bio and cares async dns resolver

ttoffaletti committed 14 years ago
Unverified
7cfb95f21eb68f940a7e9862ef7be7f431f72122

new README

ttoffaletti committed 14 years ago
Unverified
04bf1482c40b2a346d7660eec128e38d4f15866b

work on cleaning up http_message api.

ttoffaletti committed 14 years ago
Unverified
64336e354182cd5187cf657503f46fb7cba9a77c

remove dead code found by clang

ttoffaletti committed 14 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.