832 Commits

Author SHA1 Message Date
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
7522c1aaae fixed missing flags for app 2022-05-04 18:52:19 +02:00
265d3c134a implemented noOutput flag 2022-05-04 18:44:54 +02:00
b6819fbebd created noOutput flag 2022-05-04 18:42:30 +02:00
38eeb4303e created basic app source code 2022-05-04 18:28:15 +02:00
eefffcecdc created folder for WHY2 lib in src/ 2022-05-04 18:18:07 +02:00
7c5ef9ab42 made the test project link more variable 2022-05-03 19:33:08 +02:00
a6f37faf9e typo fix 2022-05-03 19:26:47 +02:00