|
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 |
|
|
d0aea64acc
|
created & implemented OPENDIR
|
2023-02-05 18:21:00 +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 |
|
|
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 |
|
|
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 |
|
|
6cad1c3079
|
removed unused include from flags
|
2023-02-02 18:10:32 +01:00 |
|
|
1be000e46d
|
changed version_check to core_version_check in why2_check_version
|
2023-02-02 18:06:59 +01:00 |
|
|
e0cacd52a7
|
implemented why2_clean_memory in encrypter
|
2023-02-02 18:05:21 +01:00 |
|
|
eec8d13a5c
|
added identifier reset at the end of why2_clean_memory
|
2023-02-02 17:56:56 +01:00 |
|
|
c2cc6aa4ba
|
implemented linked list & renamed some stuff
it was causing double declaration compiler problems but why tf
|
2023-02-02 17:44:32 +01:00 |
|
|
28aff070eb
|
added void parameter to remove_node_from_end
|
2023-02-02 17:40:14 +01:00 |
|
|
00fbba4159
|
created get_last_node_identifier function
|
2023-02-02 17:39:53 +01:00 |
|
|
cc91298e5f
|
created linked list stuff in flags
|
2023-02-02 17:36:56 +01:00 |
|
|
f0f0fa02e7
|
removed unused allocations
NOTE: This wasn't causing any memory leaks, I just made my own realloc where you can pass NULL as pointer
|
2023-02-02 17:20:45 +01:00 |
|
|
33354b8921
|
implemented why2_clean_memory in why2_check_version
|
2023-02-02 17:10:08 +01:00 |
|
|
7f503ebafa
|
changed DEFAULT_MEMORY_IDENTIFIER to ""
|
2023-02-02 16:59:07 +01:00 |
|
|
b49f582c5c
|
defined why2_clean_memory
it should be complete now, time to implement it
|
2023-02-02 16:53:25 +01:00 |
|
|
790eada639
|
fixed possible segfault in remove_node
|
2023-02-02 16:52:42 +01:00 |
|
|
77b5d5acae
|
defined why2_get_default_memory_identifier
|
2023-02-02 16:43:40 +01:00 |
|
|
1b9d0a04d8
|
implemented memory_identifier in memory
added it to every node
|
2023-02-02 16:37:04 +01:00 |
|
|
b36bf1a850
|
defined why2_get_memory_identifier, why2_set_memory_identifier and why2_reset_memory_identifier
|
2023-02-02 16:33:54 +01:00 |
|
|
2c7130304f
|
created memory_identifier flag
|
2023-02-02 16:32:13 +01:00 |
|
|
9bfa7453ec
|
fixed why2_realloc memory leak
so basically - this function was running realloc SO free() was used... I need why2_free() :D
fixed that fucking leak yay
|
2023-02-02 15:50:43 +01:00 |
|
|
c9c65badad
|
variable name typo fix
|
2023-02-02 15:34:41 +01:00 |
|
|
c3e602de90
|
random reformatting
|
2023-02-02 15:27:05 +01:00 |
|
|
17cc602629
|
fixed possible get_node issue
|
2023-02-02 15:24:26 +01:00 |
|
|
568ac4e43e
|
renamed get_node's parameter to pointer
|
2023-02-02 15:19:25 +01:00 |
|
|
273caad781
|
replaced doubly linked list with single linked list in memory
there's now much smaller place for bugs, BUT THEY ARE STILL THERE wtf
|
2023-02-02 15:09:22 +01:00 |
|
|
f405c486c8
|
I have no idea what I'm doing
|
2023-02-01 16:10:51 +01:00 |
|