jsteube
|
be7e848d28
|
Add hcmalloc_aligned() and hcfree_aligned()
|
2023-05-08 23:11:33 +00:00 |
|
jsteube
|
6ee2658104
|
Prefix more macros to avoid collisions in other existing libraries
|
2023-01-30 14:41:12 +00:00 |
|
jsteube
|
f1ff925b6e
|
Prepare rename macros in header files from _MACRO to MACRO
|
2023-01-17 19:25:40 +00:00 |
|
jsteube
|
ea4fd1de50
|
Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use.
|
2016-11-20 22:54:52 +01:00 |
|
jsteube
|
8598a79732
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
|
jsteube
|
8fc4da795b
|
Replace fprintf(stderr, ...) on malloc.c with log_event_error()
|
2016-10-10 11:03:11 +02:00 |
|
jsteube
|
27bec8be13
|
Get rid of logging.c and most exit() calls replaced with return() for true library usage
|
2016-10-09 22:41:55 +02:00 |
|
jsteube
|
3daf0af480
|
Added docs/credits.txt
Added docs/team.txt
|
2016-09-11 22:20:15 +02:00 |
|
jsteube
|
e4bf86dcbe
|
Replace #pragma once with #ifndef #define #endif logic because #pragma once does not work cleanly on OSX
|
2016-09-06 18:44:05 +02:00 |
|
jsteube
|
4b79ccd416
|
Preparation for easier integration of:
* https://github.com/hashcat/hashcat/pull/485
* https://github.com/hashcat/hashcat/pull/486
|
2016-09-05 21:47:26 +02:00 |
|