summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-24cbuf: update interfaceRichard Braun
2017-07-24slist: simplify slist_insert_afterRichard Braun
2017-07-24hlist: new moduleRichard Braun
2017-07-23slist: remove useless assert.h inclusionRichard Braun
2017-07-23list: fix typoRichard Braun
2017-07-23list: minor changesRichard Braun
2017-07-23slist: minor changesRichard Braun
2017-07-23Remove unnecessary tabulationsRichard Braun
2017-07-23slist: new moduleRichard Braun
2017-07-01Minor style fixesRichard Braun
2017-06-30rdxtree: provide a lockless-aware slot load accessorRichard Braun
2017-06-25macros: add the __noinline macroRichard Braun
2017-06-25macros: remove the __alias macroRichard Braun
2017-06-25macros: remove functionality made standard in C11Richard Braun
2017-06-25macros: remove read_once and write_once macrosRichard Braun
2017-06-25macros: add comments to power-of-two alignment macrosRichard Braun