32 Commits

Author SHA1 Message Date
e0f0ad73b5
implemented why2_generate_key type change 2023-02-08 19:32:22 +01:00
049cdbef98
moved WHY2 include down in logger-test 2023-02-08 14:52:27 +01:00
6e7ea8b6f5
renamed why2_free to why2_deallocate 2023-02-05 18:25:42 +01:00
bbb09428d1
renamed all 'public' identificators to snake_case
I mean the identificators user gets in contact with
2023-02-03 17:03:46 +01:00
6cce28c65a
implemented why2_malloc & why2_calloc & why2_free 2023-01-29 20:39:52 +01:00
5e8cf54145
renamed every global function & flag
basically - it's in snake_case now AND there's "why2_" at the beginning
2023-01-29 20:14:11 +01:00
4ec8edafcb
completed deallocation functions
I mean it worked fine, but now it sets strings to null etc.
2023-01-26 10:26:01 +01:00
c5255bfa3e
added few more tests to logger-test 2023-01-25 20:33:05 +01:00
91435a29c8
implemented decryptedOutput in logger-test 2023-01-25 14:17:18 +01:00
07c787b22e
implemented deallocateDecryptedOutput 2023-01-25 14:16:12 +01:00
c001f9c6bb
implemented WRITE_MESSAGEs in logger-test 2023-01-25 13:44:34 +01:00
1fb64603bb
renamed WRITE_MESSAGE to WRITE_MESSAGE_1 2023-01-25 12:16:35 +01:00
caaa9f9b00
implemented deallocateDoublePointer in logger-test 2023-01-25 12:10:21 +01:00
b794cab66f
added code to logger-test for comparing WRITE_MESSAGE and decrypted logger output
ma englant gut
2023-01-25 10:44:09 +01:00
59ba4c8d08
allocating logger-test's buffer with calloc
fucking Uninitialised value was created by a heap allocation
2022-12-10 15:27:35 +01:00
799fc752b2
implemented logFlags-related stuff in logger-test 2022-12-09 17:50:14 +01:00
215121f209
kind of fixed 'ignoring return value' problem
saying I bypassed compiler would sound weird, so yeah... 🤠
2022-12-09 14:09:15 +01:00
fd6aa19eba
added proper expression for comparing write & fread return values
still not complete tho
2022-12-07 17:30:47 +01:00
385f39b05d
preventing from [-Werror=unused-result] (3#) 2022-12-04 19:49:06 +01:00
67170b2635
made logger-test much better
it now reads content of log file
2022-12-04 19:24:06 +01:00
731b33e24e
implemented all logFile changes in logger-test 2022-12-04 19:18:39 +01:00
f71647e0ff
added license at top of every file
I mean, the files where it is possible
2022-12-04 18:55:13 +01:00
8c4b888a88
renamed logger-test's test variable to logFile 2022-11-22 18:57:53 +01:00
3c17674cdb
added comments to logger-test 2022-11-22 18:57:06 +01:00
28a38e5290
moved logger-test's directory to WRITE_DIR flag 2022-11-22 18:56:10 +01:00
2c379872d9
moved logger-test's write message to WRITE_MESSAGE flag 2022-11-22 18:55:34 +01:00
9fe1fbde66
added something intelligent to logger-test write message 2022-11-22 18:54:06 +01:00
8ee309fe7c
implemented writeLog in logger-test 2022-11-22 18:32:44 +01:00
f2b059da13
implemented deallocateLogger in logger-test 2022-11-22 18:19:47 +01:00
6862a1815f added missing initLogger deallocation
I forgor
2022-11-21 11:53:53 +00:00
952c348e8e
added some *serious* test code into logger-test 2022-11-18 18:56:22 +01:00
7a296a2ca6
created why2-logger test file 2022-11-18 17:34:11 +01:00