Age | Commit message (Expand) | Author | Files | Lines |
2023-08-21 | Removed forgotten message | kaotisk | 1 | -1/+0 |
2023-08-20 | Full ZBLOCK cache subfolder is created when it's needed | kaotisk | 1 | -0/+5 |
2023-08-20 | Fixed bug when ak-config key was not initially created | kaotisk | 1 | -0/+5 |
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 | Moved GPG keyring to dedicated folder under .arching-kaos/ | kaotisk | 16 | -25/+25 |
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 |
2023-08-03 | Fixed the way cache is stored or not | kaotisk | 1 | -4/+10 |
2023-08-03 | Tiny rework and cleanup | kaotisk | 1 | -18/+21 |
2023-08-03 | Cleanup | kaotisk | 1 | -94/+93 |
2023-08-03 | Updated example in the comments | kaotisk | 1 | -2/+2 |
2023-08-03 | Cleanup and fixed call to script | kaotisk | 1 | -9/+18 |
2023-08-03 | Cleanup | kaotisk | 1 | -44/+27 |
2023-08-03 | Removed git integration | kaotisk | 1 | -11/+2 |
2023-08-03 | Removed use of json2bash, exit with error if no genesis | kaotisk | 1 | -40/+40 |
2023-08-03 | Nullify non valid zblock | kaotisk | 1 | -0/+1 |
2023-08-03 | Adds id that counts zblocks, changed when output starts | kaotisk | 1 | -1/+1 |
2023-08-03 | Minified output | kaotisk | 1 | -1/+1 |
2023-08-03 | Simplified and fixed argument parsing | kaotisk | 1 | -72/+36 |
2023-07-30 | Renamed ZLATEST to AK_ZLATEST | kaotisk | 1 | -3/+3 |
2023-07-30 | Deduped ak-zblock-show to use ak-enter | kaotisk | 1 | -202/+1 |
2023-07-30 | Added checks to detect success and failure of underlying commands being run | kaotisk | 17 | -8/+100 |
2023-07-30 | Renamed FINGERPRINT to AK_FINGERPRINT | kaotisk | 13 | -18/+18 |
2023-07-30 | Added ak- or AK_ prefix to functions called and variables | kaotisk | 3 | -9/+9 |
2023-06-15 | Fixed script call and one bug | kaotisk | 1 | -2/+7 |
2023-06-14 | Replaced if..elif with getopts for finding out arguments given | kaotisk | 1 | -37/+95 |
2023-06-14 | Making sure we get the return codes and display appropriate messages wherever... | kaotisk | 2 | -1/+14 |
2023-06-14 | Adapting to renaming of scripts | kaotisk | 2 | -5/+5 |
2023-04-21 | Fixed references to shell variables | kaotisk | 2 | -4/+4 |
2023-04-16 | Added crawler for the Stellar Network, returning addresses and configuration ... | kaotisk | 1 | -0/+96 |
2023-04-10 | More verbose logs | kaotisk | 1 | -1/+1 |
2023-04-10 | Changed way that we unpack the data field. Now we return both the IPFS hash v... | kaotisk | 1 | -1/+6 |
2023-04-10 | Added pagination feature, set -l to a number to crawl up to that number (star... | kaotisk | 1 | -5/+26 |
2023-04-10 | Cache better | kaotisk | 1 | -1/+16 |
2023-04-08 | Changed forgotten variable name | kaotisk | 1 | -1/+1 |
2023-04-03 | At last a working ak-tempassin | kaotisk | 1 | -1/+2 |
2023-04-03 | Added ak-zblock-show with appropriate route in API with caching feature | kaotisk | 2 | -21/+15 |
2023-04-03 | Pass clean formatted text to tmpfiles | kaotisk | 1 | -2/+2 |
2023-04-03 | Fixed sed expression | kaotisk | 1 | -1/+1 |
2023-04-03 | Clean up, elimination of duplicate tempassins, fixed current directory proble... | kaotisk | 18 | -148/+354 |
2023-04-03 | Some cleanup and further working on the tool | kaotisk | 1 | -5/+20 |
2023-04-03 | ak-tempassin is working upon mktemp from coreutils | kaotisk | 1 | -0/+11 |
2023-04-03 | Fixed temporary folder creation | kaotisk | 11 | -166/+40 |
2023-04-03 | Clean up and adjustment | kaotisk | 15 | -38/+16 |
2023-04-03 | Renaming to prefix convention, introduced ipfs wrappers so it can be easier t... | kaotisk | 54 | -172/+385 |
2023-04-02 | Added some comments to what each step is accomplishing | kaotisk | 1 | -2/+27 |