summaryrefslogtreecommitdiff
path: root/test/test_slist.c
AgeCommit message (Collapse)Author
2018-02-23Replace "llsync" with "rcu"Richard Braun
2018-01-04Slightly change the list interfacesRichard Braun
This change breaks API compatibility.
2018-01-04Move sources to new src/ directoryRichard Braun
2018-01-04Make the copyright notice fit on 80 columnsRichard Braun
2017-10-07Change the license to MITRichard Braun
Not a real change, it's just that MIT license seems to be the most popular permissive license.
2017-07-24slist: simplify slist_insert_afterRichard Braun
Improve the efficiency of slist_insert_after by forbidding the prev pointer to be NULL. This effectively delegates the check to the caller.
2017-07-23slist: new moduleRichard Braun