aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/simple: use class boost::intrusive::listMax Kellermann2014-06-161-607/+0
| | | | Remove the C list_head library and use type-safe C++ instead.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* util/list: don't use GLibMax Kellermann2013-01-081-3/+1
|
* util/list: make safe for C++Max Kellermann2012-08-011-24/+25
|
* util/list: allow typeof() with clangMax Kellermann2012-03-191-0/+5
|
* util/list.h: import the Linux kernel's linked list libraryMax Kellermann2012-01-241-0/+603