about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* base64: add flag to change wrapped line length base64phoebos2021-07-181-3/+7
* base64: read whole file into buffer then encodephoebos2021-07-181-11/+22
* base64: use unsigned charsphoebos2021-07-181-4/+3
* base64: wrap outputphoebos2021-07-111-1/+22
* base64: read all of file in a loopphoebos2021-07-111-6/+9
* function to print chars in binary format for debuggingphoebos2021-07-111-0/+10
* base64: remove unnecessary breakphoebos2021-07-112-4/+3
* base64: fix algorithmphoebos2021-07-111-2/+2
* base64: array instead of pointersphoebos2021-07-101-12/+13
* base64: initial with pointersphoebos2021-07-101-1/+28
* base64: tweaksphoebos2021-07-101-7/+8
* base64: change to BSD-3 licensephoebos2021-07-061-16/+27
* base64: add lookup tablephoebos2021-07-061-0/+12
* base64: only work on one file/stdinphoebos2021-07-061-22/+24
* base64: allow no arguments for stdinphoebos2021-07-061-18/+26
* base64: initial getopt and read filesphoebos2021-07-062-0/+87
* 1-15: use a function for 1.2 temp conversion HEAD masterphoebos2021-06-211-1/+7
* 1-14: nice unicode blockphoebos2021-06-211-1/+1
* READMEphoebos2021-05-201-2/+2
* READMEphoebos2021-05-192-0/+18
* spacingphoebos2021-05-192-14/+3
* 1-14: character freq histogramaabacchus2021-05-191-30/+21
* 1-13: add usageaabacchus2021-05-191-2/+11
* vertical histogramaabacchus2021-05-191-6/+28
* horizontal histogramaabacchus2021-05-191-15/+24
* might as well make commits out of theseaabacchus2021-05-197-0/+102