summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-23.gitignore: updateRichard Braun
2018-02-23rdxtree: fix header inclusionsRichard Braun
2018-02-23rdxtree: use bool instead of int wwhere applicableRichard Braun
2018-02-23Replace "llsync" with "rcu"Richard Braun
2018-02-21cbuf: new cbuf_avail_size functionRichard Braun
2018-02-21Don't use reserved identifiersRichard Braun
2018-02-21hash: fix hash_str with large values of bitsRichard Braun
2018-02-10macros: add TODO entryRichard Braun
2018-01-29slist: improve slist_remove descriptionRichard Braun
2018-01-18Makefile.am: enable additional warningsRichard Braun
2018-01-18README: update project page URLRichard Braun
2018-01-11fmt: remove useless assignmentRichard Braun
2018-01-11test_fmt_sprintf: refactor and fixRichard Braun
2018-01-11fmt: use the __fallthrough macro where appropriateRichard Braun
2018-01-11macros: new __fallthrough macroRichard Braun
2018-01-11macros: new __used macroRichard Braun
2018-01-11Version 1.0v1.0Richard Braun
2018-01-04Slightly change the list interfacesRichard Braun
2018-01-04LICENSE_NOTES: add note about the previous BSD licenseRichard Braun
2018-01-04Move sources to new src/ directoryRichard Braun
2018-01-04error: remove and use errno.h directlyRichard Braun
2018-01-04test_shell: use the SHELL_REGISTER_CMDS macroRichard Braun
2018-01-04Make the copyright notice fit on 80 columnsRichard Braun
2018-01-04shell: new SHELL_REGISTER_CMDS macroRichard Braun
2018-01-04error: replace error_die with error_checkRichard Braun
2017-12-18hash: fix side effect in conditionRichard Braun
2017-12-18shell: fix header inclusionsRichard Braun
2017-10-07Change the license to MITRichard Braun
2017-09-21COPYING: new fileRichard Braun
2017-09-21README: new fileRichard Braun
2017-09-04rbtree: new rbtree_replace_slot functionRichard Braun
2017-09-04avltree: new avltree_replace_slot functionRichard Braun
2017-09-02cbuf: fix compiler warningRichard Braun
2017-09-02macros: remove redefinition of assert with side effectsRichard Braun
2017-09-02macros: new __unused macroRichard Braun
2017-09-02test/test_fmt_sscanf: remove assert.h inclusionRichard Braun
2017-08-20Minor style fixRichard Braun
2017-08-20macros: redefine assert to avoid warnings when NDEBUG is definedRichard Braun
2017-08-20bitmap: fix usage of atomic accessorsRichard Braun
2017-08-10Minor license fixesRichard Braun
2017-07-30Replace x86/{atomic,mb} with stdatomic.hRichard Braun
2017-07-30Makefile.am: remove TODORichard Braun
2017-07-25slist: fix slist_llsync_insert_after descriptionRichard Braun
2017-07-25Rename llsync accessorsRichard Braun
2017-07-25cbuf: make cbuf_popb accept an untyped pointerRichard Braun
2017-07-25error: prune unused errorsRichard Braun
2017-07-25error: fix namespaceRichard Braun
2017-07-25cbuf: minor improvementsRichard Braun
2017-07-24list: avoid describing the implementation as "simple"Richard Braun
2017-07-24cbuf: slightly improve cbuf_pushRichard Braun