1052 Commits

Author SHA1 Message Date
7d79ee29eb
added some useless NULL check 2023-02-06 16:52:08 +01:00
4a1d77175e
removed remaining part of why2_open-related commits 2023-02-06 12:50:59 +01:00
55dacb2a84
removing possible memory leaks from why2_init_logger 2023-02-06 08:19:47 +01:00
109ec9a7b6
removed why2_open stuff
declaration and definition
2023-02-06 08:18:14 +01:00
29dd766903
added why2_open problem TODO 2023-02-05 20:06:10 +01:00
a42e0a9ca9
implemented why2_open
wow no memory leak

ngl didn't expect that
2023-02-05 19:07:43 +01:00
263c73b80f
defined why2_open 2023-02-05 19:05:52 +01:00
8f7d6b9cb1
replaced last why2_open parameter with UI 2023-02-05 19:04:09 +01:00
b27ddb633f
implemented why2_fdopen 2023-02-05 18:54:49 +01:00
6844b3d218
moved NULL check to top of why2_deallocate 2023-02-05 18:54:11 +01:00
c5d5f12140
fixed why2_fdopen POINTER_TYPES typo 2023-02-05 18:53:00 +01:00
90b1fef457
defined why2_fdopen 2023-02-05 18:45:20 +01:00
c1e9a15529
implemented why2_fopen 2023-02-05 18:43:43 +01:00
395f78707a
moved remove_node at the bottom of why2_deallocate
cuz fokin memory leak

memery lek
2023-02-05 18:43:10 +01:00
eb9033dedd
defined why2_fopen 2023-02-05 18:26:17 +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
d0aea64acc
created & implemented OPENDIR 2023-02-05 18:21:00 +01:00
f4d30f1aa2
removed unused const modificator from enum declarations 2023-02-05 18:15:49 +01:00
86d206ba7b
implemented node-type in why2_free 2023-02-05 18:12:33 +01:00
2422079bba
defined POINTER_TYPES in memory and implemented it 2023-02-05 17:58:59 +01:00
9d0081ac8f
changed why2_bool to _Bool
yo what vscode was throwing errors before
2023-02-05 17:53:33 +01:00
d602009c44
changed encryption_separator to apostrophe in core-test 2023-02-04 19:18:41 +01:00
60f312ce19
blocking numbers and '-' in why2_set_encryption_separator 2023-02-04 19:17:27 +01:00
5336935713
renamed encryptionSeparator to encryption_separator 2023-02-04 19:16:36 +01:00
7fb6240e8b
renamed encryptionSeparatorNew to encryption_separator_new 2023-02-04 19:14:53 +01:00
5c2f77f14f
fixed remove_node_from_end memory leak 2023-02-04 18:44:08 +01:00
5879c02d77
implemented why2_clean_memory in why2_decrypt_logger
finally proccesing all exit values yay
2023-02-04 18:32:36 +01:00
bc4a3421c4
defined why2_empty_decrypted_output
ty zmrde jeden co by ta funkce mohla asi dělat, hmm? FUCK YOU
2023-02-04 18:28:44 +01:00
ccf6a321fd
declared why2_empty_decrypted_output 2023-02-04 18:27:06 +01:00
aaeec50687
removed TODO from why2_write_log's write 2023-02-04 18:23:10 +01:00
792877202c
added no_output check to previous commit 2023-02-04 18:15:00 +01:00
2a1e05886a
implemented why2_clean_memory in why2_init_logger 2023-02-04 18:12:32 +01:00
3a645d5167
defined why2_empty_log_file
this could cause some segfault if not check for correct return, but yk... This shouldn't ever happen, so yk
2023-02-04 18:06:12 +01:00
cd9dcaedaf
declared why2_empty_log_file 2023-02-04 18:00:30 +01:00
031a1e2025
replaced why2-project workflow's URL to a (hopefully) permanent one 2023-02-04 17:44:43 +01:00
253989ccc9
fixed segfault by deallocating wrong pointer
yes so I was deallocating node before the last node, not the last one... Ima dum
2023-02-04 17:41:37 +01:00
951d112a4f
added empty list check to remove_node_from_end 2023-02-04 17:27:09 +01:00
0a61d0ad57
removed returned object from why2_generate_key 2023-02-03 17:19:43 +01:00
ae906571e5
revert why2_generate_key type change
revert c0e49247921b97c15e06427bcbbc3c0628bfff3d
2023-02-03 17:18:09 +01:00
9207c1c309
processing exit value of why2_generate_key's fread
didn't I say removing all TODOs?
2023-02-03 17:16:15 +01:00
c0e4924792
changed why2_generate_key's type to WHY2_EXIT_CODES 2023-02-03 17:15:40 +01:00
02dd68b385
processing exit value of why2_check_version's fread
removing all TODOs
2023-02-03 17:06:02 +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
f4975050e4
added 'bypass' to why2_clean_memory
if you pass DEFAULT_IDENTIFIER as parameter every node is deallocated
2023-02-03 16:43:04 +01:00
cd4c94024a
fixed why2_clean_memory memory leak
wow 'garbage collector' that cases memory leaks

pls don't laugh at me :(
2023-02-03 16:37:58 +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
6cad1c3079
removed unused include from flags 2023-02-02 18:10:32 +01:00