262 Commits

Author SHA1 Message Date
6e3599ca74
changed why2_generate_key type to char* 2023-02-08 19:31:46 +01:00
53f6cb5d1c
removed slash from WHY2_TEST_DIRECTORY's end 2023-02-08 19:15:36 +01:00
daa301705f
created WHY2_LOGGER_TEST_TEXT flag 2023-02-08 19:14:33 +01:00
cee2af64a1
created WHY2_TEST_DIRECTORY flag 2023-02-08 18:47:08 +01:00
109ec9a7b6
removed why2_open stuff
declaration and definition
2023-02-06 08:18:14 +01:00
8f7d6b9cb1
replaced last why2_open parameter with UI 2023-02-05 19:04:09 +01:00
6e7ea8b6f5
renamed why2_free to why2_deallocate 2023-02-05 18:25:42 +01:00
1285f52b67
declared why2_fopen, why2_fdopen, why2_open and why2_opendir 2023-02-05 18:23:03 +01:00
f4d30f1aa2
removed unused const modificator from enum declarations 2023-02-05 18:15:49 +01:00
9d0081ac8f
changed why2_bool to _Bool
yo what vscode was throwing errors before
2023-02-05 17:53:33 +01:00
7fb6240e8b
renamed encryptionSeparatorNew to encryption_separator_new 2023-02-04 19:14:53 +01:00
ccf6a321fd
declared why2_empty_decrypted_output 2023-02-04 18:27:06 +01:00
cd9dcaedaf
declared why2_empty_log_file 2023-02-04 18:00:30 +01:00
ae906571e5
revert why2_generate_key type change
revert c0e49247921b97c15e06427bcbbc3c0628bfff3d
2023-02-03 17:18:09 +01:00
c0e4924792
changed why2_generate_key's type to WHY2_EXIT_CODES 2023-02-03 17:15:40 +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
84a1f4ec8b
renamed why2_input_flags' why2_no_output back to noOutput 2023-02-03 16:53:37 +01:00
990476787f
added explanatory comment to why2_clean_memory declaration 2023-02-03 16:37:00 +01:00
fdf1b4e696
idk random reformatting 2023-02-03 16:12:53 +01:00
aa6b484363
declared why2_get_default_memory_identifier 2023-02-02 16:42:55 +01:00
abbd820778
declared why2_clean_memory 2023-02-02 16:40:24 +01:00
70335e67ad
declared why2_get_memory_identifier, why2_set_memory_identifier and why2_reset_memory_identifier 2023-02-02 16:28:47 +01:00
d885e62502
fixed WHY2_LOGGER_EXIT_CODES typo 2023-02-01 16:14:01 +01:00
d5ae68c621
declared why2_strdup 2023-02-01 15:07:07 +01:00
114695f653
removed every file-related function declaration from memory 2023-01-31 16:11:35 +01:00
384678b055
fixed conflict typo
renamed open to why2_open
2023-01-31 15:54:32 +01:00
8af6bd45c3
declared why2_realloc, why2_fopen, why2_fdopen and why2_open 2023-01-31 15:51:02 +01:00
3491d89a86
declared why2_calloc & why2_free 2023-01-29 20:35:16 +01:00
f04c5447f1
added memory header to why2 header 2023-01-29 20:28:40 +01:00
9c7f40a825
declared why2_malloc 2023-01-29 20:25:32 +01:00
3ec087da2f
created memory header & source file
abcdefghijklmnopqrstuvwxyz
2023-01-29 20:19:29 +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
a35ac047f3
renamed RETURN_CODES to LOGGER_EXIT_CODES
I should probably add "WHY2" at beginning of every flag, function etc.

but I'm to lazy for that :)
2023-01-27 16:16:20 +01:00
1a209b8675
replaced some why2_bool with EXIT_CODES 2023-01-27 16:14:04 +01:00
5524a4b6e5
renamed boolean typedef to why2_bool
to prevent from conflicts
2023-01-27 16:03:01 +01:00
d16f48b760
replaced deallocateDoublePointer with deallocateDecryptedOutput 2023-01-25 14:13:52 +01:00
e7282dec5a
changed decrypLogger type to decryptedOutput
cuz length
2023-01-25 13:50:47 +01:00
6e3e05aa0b
created decryptedOutput typedef 2023-01-25 13:45:37 +01:00
79c39d6ee0
created WRITE_MESSAGE_2 & WRITE_MESSAGE_3
more testing yk
2023-01-25 12:19:53 +01:00
1fb64603bb
renamed WRITE_MESSAGE to WRITE_MESSAGE_1 2023-01-25 12:16:35 +01:00
38ab5ac67d
declared deallocateDoublePointer function 2023-01-25 12:00:09 +01:00
25b2690ab5
changed decryptLogger type to char** 2023-01-24 12:17:42 +01:00
f2a62fdb7b
added colon to WRITE_FORMAT flag
and implemented it => that flag is used for getting length of log prefix so yeah you get it

hehe
2023-01-24 11:55:42 +01:00
875c3c34d9
added newline escape sequence at the end of WRITE_FORMATTING 2022-12-11 16:18:39 +01:00
b685806b6a
removed flags parameter from decryptLogger 2022-12-11 15:18:15 +01:00
2de4e83700
added missing comment to decryptLogger declaration 2022-12-11 14:59:31 +01:00
3776ad5e02
added void parameter to every function without any parameters 2022-12-11 14:57:57 +01:00
8263a17a20
created decryptLogger function 2022-12-11 14:51:36 +01:00
083233c0f6
declared getFlagsChanged 2022-12-10 16:21:46 +01:00
cb67024dea
renamed defaultFlags getter to getDefaultFlags 2022-12-10 16:08:09 +01:00