Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
26 hours | Updates for AKFS | kaotisk | 1 | -52/+56 | |
- Changed old directories to comprehensible names - Introduced relevant settings to the API - install script now creates these directories - AK_LEAFSDIR, AK_MAPSDIR, AK_CHUNKSDIR | |||||
6 days | Settings directory properly set up during installation now | kaotisk | 2 | -2/+1 | |
2024-09-21 | Fixed curl bugged call | kaotisk | 2 | -4/+4 | |
2024-09-21 | Further investigating | kaotisk | 1 | -2/+2 | |
2024-09-21 | Escaping from the library | kaotisk | 1 | -1/+1 | |
2024-09-21 | More debugging | kaotisk | 1 | -1/+5 | |
2024-09-21 | Added debugging message plus redirection of the output | kaotisk | 1 | -1/+2 | |
2024-09-21 | Changed message and redirected output | kaotisk | 1 | -2/+2 | |
2024-09-21 | Possible bug fix | kaotisk | 1 | -1/+1 | |
2024-09-21 | Bug fixing | kaotisk | 1 | -12/+36 | |
2024-09-21 | More bug fixing | kaotisk | 1 | -9/+16 | |
2024-09-21 | Fixed bug in 'ak-zchain --reset' | kaotisk | 1 | -7/+8 | |
2024-09-21 | Added architecture support | kaotisk | 1 | -0/+3 | |
2024-08-01 | bugfix: Importing the library is important instead of running the handler script | kaotisk | 1 | -1/+2 | |
2024-07-26 | bugfix | kaotisk | 1 | -1/+1 | |
2024-07-26 | ak-gpg: new flag --verify-file <file> | kaotisk | 2 | -1/+18 | |
2024-07-24 | fixes | kaotisk | 3 | -1/+22 | |
2024-07-24 | ak-zblock: new flag --repack <zblock> <previous> | kaotisk | 1 | -1/+130 | |
Plus: - compacted help output text - avoid calling library functions directly fix (unbreaks previous commit) - fix on call to _ak_zblock_pack where the arguments weren't passed to the function | |||||
2024-07-24 | Avoid calling _ak_zblock functions directly | kaotisk | 1 | -2/+1 | |
2024-07-24 | Avoid calling _ak_zchain functions (causes breaks) | kaotisk | 1 | -2/+2 | |
2024-07-24 | minor fix | kaotisk | 1 | -1/+2 | |
2024-07-24 | minor changes on ak-ipfs-daemon | kaotisk | 1 | -0/+7 | |
2024-07-24 | ak-fs: new flag --list | kaotisk | 1 | -1/+11 | |
2024-07-23 | bugfix | kaotisk | 1 | -1/+2 | |
2024-07-23 | unlocked _ak_gpg_create_key | kaotisk | 1 | -4/+3 | |
2024-07-23 | bugfixes | kaotisk | 1 | -0/+1 | |
2024-07-23 | ak-gpg: new --delete-secret-key flag | kaotisk | 1 | -0/+24 | |
2024-07-23 | some coin based functions to come | kaotisk | 1 | -0/+14 | |
2024-07-23 | no need to save that map type anymore | kaotisk | 1 | -3/+3 | |
2024-07-23 | we don't need to execute the script since we do stuff in place | kaotisk | 1 | -2/+2 | |
2024-07-23 | use settings instead of file to store activated gpg key | kaotisk | 2 | -3/+4 | |
2024-07-21 | apply fs driver for chunks as well | kaotisk | 1 | -3/+5 | |
2024-07-21 | Decreased sleep time | kaotisk | 1 | -1/+1 | |
2024-07-21 | fixed output formating | kaotisk | 1 | -4/+7 | |
2024-07-21 | path traversal fix | kaotisk | 1 | -0/+12 | |
2024-07-20 | Falling back to --whole scan if cjdns-tools are not found | kaotisk | 1 | -4/+6 | |
2024-07-20 | ak cjdns --ip : returns your cjdns ip | kaotisk | 1 | -0/+13 | |
2024-07-20 | new function _ak_zchain_extract_cids_limit() for future usage | kaotisk | 1 | -0/+10 | |
2024-07-20 | Minimized 'ak' usage in the scripts in favor of functions | kaotisk | 1 | -6/+4 | |
2024-07-19 | Expanded ak-gpg handler | kaotisk | 1 | -1/+102 | |
2024-07-17 | removing ak-find-latest-mined-sblock | kaotisk | 1 | -3/+3 | |
2024-07-17 | ak-schain: -l | --get-latest | kaotisk | 1 | -0/+82 | |
2024-07-17 | ak zchain: --get-latest (removing ak-get-zlatest) | kaotisk | 3 | -2/+6 | |
2024-07-16 | Moved `ak-sm-files` to module `smfiles` | kaotisk | 1 | -0/+206 | |
Also, cleaning up the `bin/` directory: - ak-sm-filejoiner and - ak-sm-filesplitter are now part of `lib/_ak_smfiles` Updated README as well removing the above scripts and fixing the typo: - sm-files -> smfiles from the modules list. Note that the module part, as well as the `files` module are going to be removed in favor of `ak-fs`. Stay tuned for that. To update, do: ``` git pull ./update.sh ``` | |||||
2024-07-08 | format fixing | kaotisk | 1 | -3/+3 | |
2024-07-08 | refactoring | kaotisk | 1 | -1/+4 | |
2024-07-07 | new: ak-sblock, lib/_ak_sblock + refactoring | kaotisk | 2 | -2/+17 | |
- moved ak-sblock-show to _ak_sblock_show function - `ak sblock show` can show a mined sblock now | |||||
2024-07-07 | Added HIA-based scanning mode for CJDNS | kaotisk | 1 | -5/+79 | |
2024-07-05 | bugfix | kaotisk | 1 | -1/+2 | |
2024-07-05 | Refactoring | kaotisk | 3 | -69/+190 | |
- Edited log messages and types - IPFS `cat` is now calling `get` which in turn searches for already gotten file, otherwise fetches it. - ak-data-expand is now a function of _ak_zblock lib (_ak_data_expand) - Removed ak-sm-hash-to-path as it lives in _ak_fs lib now - Removed _ak_title_description and _ak_help from ak in favor of _ak_usage - Tweaks around native FS over IPFS strategy Note that we are preparing the ground for migration to AKFS as well |