about summary refs log tree commit diff
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* Make `bbuf_get` result non-const, and add `bbuf_free`.Heikki Kallasjoki2018-12-231-1/+3
* Rename `cbuf` to `bbuf` in byte buffer utilities.Heikki Kallasjoki2018-12-221-10/+10
* Add a simple test harness and tests for the cpu collector.Heikki Kallasjoki2018-12-121-0/+5
* Add doc comments for the functions in util.h.Heikki Kallasjoki2018-12-041-0/+39
* Add support for matching with prefix in include/exclude lists.Heikki Kallasjoki2018-11-301-0/+1
* Add Apache License 2.0 headers and files.Heikki Kallasjoki2018-11-301-0/+16
* Remove prometheus- prefix from project name.Heikki Kallasjoki2018-11-301-3/+3
* Bugfix: cbuf_cmp handled prefixes incorrectly.Heikki Kallasjoki2018-11-161-0/+1
* Add rudimentary (fake) HTTP server.Heikki Kallasjoki2018-11-161-0/+2
* Initial prototype.Heikki Kallasjoki2018-08-051-0/+62