Skip to content

Releases: windoze/fibio

Fiberized.IO 0.6 released

06 Feb 16:49
Compare
Choose a tag to compare
Pre-release
  • Future related functions
  • HTTP mustache template engine
  • RESTful service framework
  • BUG fixes

Fiberized.IO 0.5 released

20 Oct 10:58
Compare
Choose a tag to compare
Pre-release

ChangeLog

  • HTTP client
  • HTTP server framework
  • Request routing
  • HTTPS support

Fiberized.IO 0.4 released

16 Sep 06:54
Compare
Choose a tag to compare
Pre-release

Fiberized.IO 0.3 release

14 Jun 08:11
Compare
Choose a tag to compare
Pre-release

ChangeLog

  • Fix an error in fiber::start
  • Fix an error in fiber move constructor
  • CPack support

Fiberized.IO 0.1 release

08 Apr 16:20
Compare
Choose a tag to compare
Pre-release

Fiberized.IO 0.1 release.

This release includes following functions:

  • Fiber with 2 different scheduling policies
  • Mutex, timed_mutex, recursive_mutex, recursive_timed_mutex and locks
  • Shared mutex and shared lock
  • Condition variable
  • Streambuf/iostream support
  • ASIO integration