Skip to content

Releases: wolkykim/qlibc

qLibc 2.2.0 Release

04 Mar 13:12
Compare
Choose a tag to compare

New features

  • Token Bucker algorithm has been implemented in qLibc. See qtokenbucket section in API reference.
  • CMake support. Patch provided by demitsuri and netpoetica.
  • Added unit test framework. See tests/ directory.

Bug fix

  • qhasharr's memory addressing issue in shared memory model. Patch provided by haveTryTwo.

Please see API reference for more details.

Thank you to all the contributors.

Seungyoung "Steve" Kim

qLibc 2.1.6 Release

25 Mar 11:48
Compare
Choose a tag to compare
  • qlisttbl() takes following options as a initialization argument.
    QLISTTBL_OPT_THREADSAFE
    QLISTTBL_OPT_UNIQUEKEY
    QLISTTBL_OPT_CASEINSENSITIVE
    QLISTTBL_OPT_INSERTTOP
    QLISTTBL_OPT_LOOKUPFORWARD

Please see API reference for more details.

qLibc 2.1.1 Release

20 Mar 08:02
Compare
Choose a tag to compare

Bug fixes in this release.

  • qfile_mkdir - eliminated possible infinite loop.
  • qhasharr() - bug fix regarding shared memory access from another process. (details)