summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-24mbuf: add support for variable-size message headersHEADmasterRichard Braun
2018-08-31mbuf: new moduleRichard Braun
2018-08-25cbuf: make empty reads succeedRichard Braun
2018-08-14Change the way unused arguments are handledRichard Braun
2018-07-19shell: support multiple shell instancesRichard Braun
2018-02-23Replace "llsync" with "rcu"Richard Braun
2018-01-11test_fmt_sprintf: refactor and fixRichard Braun
2018-01-04Slightly change the list interfacesRichard 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-04error: replace error_die with error_checkRichard Braun
2017-10-07Change the license to MITRichard Braun
2017-09-04rbtree: new rbtree_replace_slot functionRichard Braun
2017-09-04avltree: new avltree_replace_slot functionRichard Braun
2017-09-02test/test_fmt_sscanf: remove assert.h inclusionRichard Braun
2017-07-25error: fix namespaceRichard Braun
2017-07-24cbuf: update interfaceRichard Braun
2017-07-24slist: simplify slist_insert_afterRichard Braun
2017-07-24hlist: new moduleRichard Braun
2017-07-23slist: new moduleRichard Braun
2017-06-23test_fmt_sscanf: fix hex integers conversion testsRichard Braun
2017-06-23fmt: fix character conversion reportingRichard Braun
2017-06-23test_fmt_sscanf: fix pointer conversion testRichard Braun
2017-06-17cbuf: implement buffered reads and writesRichard Braun
2017-06-11fmt: fix 0 and octal integer parsingRichard Braun
2017-06-09fmt: new moduleRichard Braun
2017-02-08plist: update APIRichard Braun
2017-02-04test/test_plist: silence GCC warningRichard Braun
2017-02-04test/test_plist: new testRichard Braun
2017-01-26rdxtree: make key allocation optionalRichard Braun
2017-01-12Replace unsigned long with uintptr_t for integer/pointer conversionsRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2016-10-25check: new moduleRichard Braun
2015-05-14rdxtree: fix tree walking overflowRichard Braun
2015-05-14rdxtree: fix blunderRichard Braun
2015-05-03rdxtree: support lockless tree walkingRichard Braun
2015-04-08rdxtree: introduce the rdxtree_key_t type for 32/64-bits keysRichard Braun
2015-03-12shell: new moduleRichard Braun
2013-07-05test_rdxtree: use 64-bit keysRichard Braun
2013-07-05rdxtree: change definition of rdxtree_bm_tRichard Braun
2013-06-07test_rdxtree: new tests covering node creation failuresRichard Braun
2013-06-07test_rdxtree: more lookup testsRichard Braun
2013-06-07test_rdxtree: more removal testsRichard Braun
2013-06-07test_rdxtree: test insert with allocation and slotRichard Braun
2013-06-07test_rdxtree: test insert with slotRichard Braun
2013-06-07test_rdxtree: test insertion on busy keyRichard Braun
2013-06-07rdxtree: encode pointer type in entry addressRichard Braun
2013-06-07rdxtree: rename slots to entriesRichard Braun