about summary refs log tree commit diff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* move read_file_at to util.cLeah Neukirchen2024-06-071-0/+19
* Make `bbuf_get` result non-const, and add `bbuf_free`.Heikki Kallasjoki2018-12-231-1/+6
* Rename `cbuf` to `bbuf` in byte buffer utilities.Heikki Kallasjoki2018-12-221-16/+16
* Add support for matching with prefix in include/exclude lists.Heikki Kallasjoki2018-11-301-0/+16
* Add Apache License 2.0 headers and files.Heikki Kallasjoki2018-11-301-0/+16
* Bugfix: cbuf_cmp handled prefixes incorrectly.Heikki Kallasjoki2018-11-161-1/+7
* Add rudimentary (fake) HTTP server.Heikki Kallasjoki2018-11-161-0/+8
* Initial prototype.Heikki Kallasjoki2018-08-051-0/+197