Age | Commit message (Expand) | Author | Files | Lines |
2023-08-23 | Moved the right variable to the right place | kaotisk | 1 | -3/+3 |
2023-08-23 | Added support for ArchLinux | kaotisk | 2 | -0/+21 |
2023-08-23 | Won't need. It was a mistaken assumption fixed at 587c1a5 | kaotisk | 1 | -4/+0 |
2023-08-23 | Applying work of two previous commits | kaotisk | 1 | -2/+2 |
2023-08-23 | Dynamic sudo usage | kaotisk | 1 | -0/+10 |
2023-08-23 | Preparing for dynamic package manager arguments | kaotisk | 1 | -0/+6 |
2023-08-23 | Provided container build target for Debian Linux | kaotisk | 1 | -0/+13 |
2023-08-23 | Fixed wrong dependency name | kaotisk | 1 | -1/+1 |
2023-08-23 | Changed previous to new defaults | kaotisk | 1 | -2/+2 |
2023-08-23 | Removed sudo command as the container user is root, removed wget from deps | kaotisk | 1 | -1/+1 |
2023-08-23 | Script provided for testing containers under various Linux distros | kaotisk | 2 | -0/+17 |
2023-08-22 | Aborts installation if AK_WORKDIR is found. | kaotisk | 1 | -1/+10 |
2023-08-22 | Fixed wrong array declaration | kaotisk | 1 | -1/+1 |
2023-08-22 | Cleans output from which executions | kaotisk | 1 | -3/+3 |
2023-08-22 | Added dependency checking and attempts installing them | kaotisk | 1 | -0/+95 |
2023-08-21 | Removed forgotten message | kaotisk | 1 | -1/+0 |
2023-08-20 | Good update in README | kaotisk | 1 | -0/+111 |
2023-08-20 | Removed inlined thens | kaotisk | 1 | -2/+4 |
2023-08-20 | Full ZBLOCK cache subfolder is created when it's needed | kaotisk | 1 | -0/+5 |
2023-08-20 | Moving initial cache directory here | kaotisk | 2 | -9/+4 |
2023-08-20 | Fixed check | kaotisk | 2 | -1/+2 |
2023-08-20 | Removed trailing slash | kaotisk | 1 | -2/+2 |
2023-08-20 | Cache folder initial appearence | kaotisk | 1 | -0/+5 |
2023-08-20 | Fixed bug when ak-config key was not initially created | kaotisk | 1 | -0/+5 |
2023-08-20 | Tar warnings off | kaotisk | 1 | -1/+1 |
2023-08-20 | Fixed bug and inconsistency in configuration | kaotisk | 1 | -2/+2 |
2023-08-20 | Fixed a wrong condition | kaotisk | 1 | -25/+27 |
2023-08-20 | No need for importing keys manually, they get created during install | kaotisk | 1 | -3/+2 |
2023-08-20 | Tidying up and some additions | kaotisk | 1 | -17/+43 |
2023-08-20 | Fixed a bug where ZGENESIS pointer file wasn't created | kaotisk | 1 | -1/+5 |
2023-08-20 | Check if there is already a zchain key in IPFS | kaotisk | 1 | -1/+10 |
2023-08-20 | Corrected condition and worked around printf bug | kaotisk | 1 | -2/+2 |
2023-08-20 | Now checking if it is installed first | kaotisk | 1 | -0/+1 |
2023-08-20 | Removed verbose output | kaotisk | 1 | -1/+1 |
2023-08-20 | Fixed a bug that could cause installation to fail | kaotisk | 1 | -1/+1 |
2023-08-20 | (new) uninstall script | kaotisk | 1 | -0/+38 |
2023-08-20 | Replaced double brackets with single ones | kaotisk | 4 | -24/+24 |
2023-08-19 | Added routes to merkle leafs and file chunks | kaotisk | 3 | -0/+128 |
2023-08-19 | Fixed bug for files less than 4097 bytes | kaotisk | 1 | -4/+9 |
2023-08-19 | More accurate description | kaotisk | 1 | -4/+7 |
2023-08-18 | Needless to create .ipfs manually, needless to call IPFS with specified PATH | kaotisk | 1 | -2/+1 |
2023-08-18 | Added a condition where we have the IPFS binary but we haven't configured | kaotisk | 1 | -0/+5 |
2023-08-18 | Fixed wrong flag | kaotisk | 1 | -1/+1 |
2023-08-18 | Added gpg key create implementation and minor refactor | kaotisk | 1 | -35/+73 |
2023-08-18 | Moved GPG keyring to dedicated folder under .arching-kaos/ | kaotisk | 18 | -25/+27 |
2023-08-05 | New tool: Restore file from merkle treeorigin/mining | kaotisk | 1 | -0/+91 |
2023-08-05 | Removed 1 level of verbosity | kaotisk | 1 | -2/+0 |
2023-08-05 | Makes use of ak-tempassin instead of static temp dir | kaotisk | 1 | -2/+2 |
2023-08-05 | Encodes file to base64 to avoid losing bytes | kaotisk | 1 | -1/+2 |
2023-08-03 | New tool: Create merkle tree from file | kaotisk | 1 | -0/+219 |