Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
27 hours | NodeJS minimum versionHEADorigin/masterorigin/HEADmaster | kaotisk | 1 | -1/+1 | |
27 hours | Updated update script to output what changed until the update you received | kaotisk | 1 | -2/+11 | |
27 hours | Clean up | kaotisk | 2 | -75/+0 | |
28 hours | Implements the following routes to the API | kaotisk | 3 | -0/+105 | |
- /leaf - /chunk - /map | |||||
28 hours | Updates for AKFS | kaotisk | 5 | -53/+71 | |
- 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 | 4 | -4/+4 | |
6 days | Extra safity measures, lol | kaotisk | 1 | -3/+3 | |
6 days | do it right | kaotisk | 1 | -0/+0 | |
6 days | new command: update | kaotisk | 1 | -0/+19 | |
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 | Now preinstalls dependencies cause the package installer in installer.sh ↵ | kaotisk | 1 | -0/+5 | |
does not handle right the dependency installation in archlinux | |||||
2024-07-26 | bugfix | kaotisk | 1 | -1/+1 | |
2024-07-26 | ak-gpg: new flag --verify-file <file> | kaotisk | 22 | -86/+20 | |
2024-07-24 | fixes | kaotisk | 3 | -1/+22 | |
2024-07-24 | ak-zblock: new flag --repack <zblock> <previous> | kaotisk | 2 | -14/+145 | |
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 | ak-gpg: new flag --clear-sign <file> <output> | kaotisk | 1 | -0/+3 | |
2024-07-24 | forgot including library | kaotisk | 1 | -0/+1 | |
2024-07-24 | minor changes on ak-ipfs-daemon | kaotisk | 3 | -2/+9 | |
2024-07-24 | ak-fs: new flag --list | kaotisk | 2 | -8/+17 | |
2024-07-23 | refactoring | kaotisk | 3 | -11/+84 | |
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 | 2 | -1/+2 | |
2024-07-23 | ak-gpg: new --delete-secret-key flag | kaotisk | 2 | -0/+28 | |
2024-07-23 | bugfix | kaotisk | 1 | -1/+1 | |
2024-07-23 | refactoring | kaotisk | 1 | -1/+1 | |
2024-07-23 | some runner for the lib | kaotisk | 1 | -0/+28 | |
2024-07-23 | some coin based functions to come | kaotisk | 2 | -9/+15 | |
2024-07-23 | expand .gitignore | kaotisk | 1 | -0/+5 | |
2024-07-23 | ak-json2bash: also remove brackets when converting | kaotisk | 1 | -1/+1 | |
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 | also recover selected key from settings | kaotisk | 1 | -1/+2 | |
2024-07-23 | use settings instead of file to store activated gpg key | kaotisk | 4 | -4/+9 | |
2024-07-21 | apply fs driver for chunks as well | kaotisk | 1 | -3/+5 | |
2024-07-21 | Decreased sleep time | kaotisk | 1 | -1/+1 | |