789 Commits

Author SHA1 Message Date
1ff00c5ccf removed the fucking github thing
FUUUCK
2022-05-12 18:50:58 +02:00
70dd6783ad trying to fix github actions problems 2022-05-12 18:45:32 +02:00
60f0ef807e fixed checkVersion problem(s)
this was caused to invalid buffer
2022-05-12 18:42:17 +02:00
3c536f22a8 created github flag
cuz github actions is crashing due to low RAM
2022-05-12 18:41:39 +02:00
360ef5eefe fixed build flags 2022-05-12 18:00:53 +02:00
b098af3ebf separated build.sh into functions
uhm, yeah - the file was kinda shitty so..
2022-05-12 17:23:06 +02:00
f61b5f0b95 added missing flags to why2.h install
I forgot to add 'force' flag for symlink creation (replacing)
2022-05-12 17:16:27 +02:00
6cc5a06a7e added missing description to why2.h
for those who have no idea what C is.... :3
2022-05-12 17:14:43 +02:00
c936ac4b6c implemented why2.h in main files 2022-05-12 17:12:33 +02:00
bc5fabb681 fixed why2.h installation
whoops I typed wrong path
2022-05-12 17:11:41 +02:00
92642ad504 added why2.h into installed 2022-05-12 17:07:39 +02:00
d1447a2796 created header file including all others 2022-05-12 17:04:49 +02:00
6486f500b6 created code for checking how old is your release
don't ask
2022-05-11 18:15:03 +02:00
1f2031b18c removed double-deallocation problem
this was caused by CURL
2022-05-11 18:00:12 +02:00
f09db993e7 added all missing deallocations (hopefully) 2022-05-11 17:50:01 +02:00
69bc2caec6 changed versions' JSON format 2022-05-11 17:45:20 +02:00
b2e5fcc8f4 changed version to v3.1.1 2022-05-11 17:42:55 +02:00
e60c05a59f added missing textKeyChain deallocation 2022-05-11 17:41:45 +02:00
7015a58762 added missing buffer deallocation 2022-05-11 17:39:08 +02:00
43ea16b596 removed TEST_KEY & added more info for successful test 2022-05-08 20:02:47 +02:00
442c7f3175 implemented deallocateOutput 2022-05-08 19:56:16 +02:00
7b5f1ba9b6 created function for deallocating outputFlags 2022-05-08 19:54:46 +02:00
0389ca0226 removed deallocation broking outputFlags 2022-05-08 19:48:50 +02:00
efab8647a8 added missing flags implementation 2022-05-08 19:41:20 +02:00
5c45e2c5b5 changed versions to v3.3 2022-05-06 18:27:46 +02:00
e3ae3fe411 added missing comments 2022-05-06 18:14:45 +02:00
e6fd6f04a1 removed unused flag 2022-05-06 17:57:41 +02:00
35f8e6690c fixed include flag in build script 2022-05-06 17:55:11 +02:00
6907ba160e implemented new checkVersion 2022-05-06 17:50:08 +02:00
7c86692363 added inputFlags as checkVersion parameter 2022-05-06 17:48:28 +02:00
a11415b949 implemented inputFlags & outputFlags 2022-05-06 17:43:00 +02:00
60356033fa typo fix 2022-05-05 19:11:08 +02:00
9918c4ab4a replaced lib sub-flag with include 2022-05-05 19:04:22 +02:00
b19846eb65 added outputFlags typedef 2022-05-05 19:03:53 +02:00
c8b4780f5c created struct for inputFlags 2022-05-05 18:50:45 +02:00
76539d1a50 removed the deprecation from variables itself 2022-05-05 18:49:38 +02:00
a02540cf8a deprecated skipCheck and noOutput flag 2022-05-05 18:41:57 +02:00
fbd204a89f created variable for deprecation 2022-05-05 18:38:30 +02:00
f9bd01c394 moved *all* flags into flags.h 2022-05-05 18:26:10 +02:00
7357e27b32 added missing skipCheck to why2-app 2022-05-04 19:50:57 +02:00
b6cfa8dd17 changed version to v3.2 2022-05-04 19:49:27 +02:00
013fd1e20f replaced copying why2-app into /bin for moving 2022-05-04 19:37:39 +02:00
cd9f29041d created comments 2022-05-04 19:27:51 +02:00
2156aff370 separated functions into getters and setters 2022-05-04 19:21:31 +02:00
726315c5e1 added missing deallocation of encryptedText 2022-05-04 19:13:45 +02:00
20588ded70 missing keyword fix 2022-05-04 19:11:00 +02:00
2441fbf832 added testing why2-app into gh workflow 2022-05-04 19:07:52 +02:00
6cad7ff693 added why2-app into install script 2022-05-04 19:04:25 +02:00
32440a0cb7 created basic info code for why2-app 2022-05-04 19:00:02 +02:00
7158843b73 fixed noOutput getter 2022-05-04 18:52:51 +02:00