libutil

C Utility Library
git clone http://git.omkov.net/libutil
Log | Tree | Refs | README | LICENCE | Download

Date Message Author Files + -
2022-03-05 23:55:13 Relicense to MIT Jamozed 41 +83 -891
2022-02-09 07:04:50 meta: Add __cplusplus guards Jamozed 25 +136 -28
2021-11-27 04:53:46 meta: Rename libcll to libutil Jamozed 32 +106 -102
2021-09-03 12:26:09 meta: Rename project to libcll Jamozed 29 +79 -67
2021-02-21 01:04:23 base64: Fix incorrect variables in length macros Jamozed 1 +2 -2
2021-02-20 10:12:23 base64: Add Base64 length macros Jamozed 2 +5 -2
2021-02-20 06:08:39 base64: Simplify b64decode function Jamozed 2 +19 -17
2021-02-20 05:11:25 base64: Use switch statement for encode padding Jamozed 2 +23 -15
2021-02-05 04:52:29 base64: Return bytes output from encode or decode Jamozed 2 +9 -11
2021-02-04 13:10:07 base64: Add base64 Jamozed 4 +153 -1