Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/libhamcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-26Prefix symbols to prevent potential conflicts when linking to the libraryHEADmasterDavide Beatrici
2021-05-26Move "Hamcore.h" into "include", to clarify that it's the only public headerDavide Beatrici
2021-05-26CMake: Enable PIC (Position Independent Code)Davide Beatrici
https://cmake.org/cmake/help/latest/prop_tgt/POSITION_INDEPENDENT_CODE.html
2021-05-01Merge PR #2: Hamcore.c: handle memory allocation errorDavide Beatrici
2021-05-01Hamcore.c: handle memory allocation errorIlya Shipitsin
Hamcore.c 284 warn V575 The potential null pointer is passed into 'memcpy' function. Inspect the first argument. Check lines: 284, 283. Hamcore.c 287 warn V575 The potential null pointer is passed into 'memcpy' function. Inspect the first argument. Check lines: 287, 286. Hamcore.c 235 warn V522 There might be dereferencing of a potential null pointer 'compressed_files'. Check lines: 235, 215. Hamcore.c 236 warn V522 There might be dereferencing of a potential null pointer 'compressed_file'.
2021-04-23Merge PR #1: Hamcore.c: add malloc failure checkDavide Beatrici
2021-04-23Hamcore.c: add malloc failure checkIlya Shipitsin
Hamcore.c 25 warn V575 The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 25, 24. Hamcore.c 57 warn V575 The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 57, 56.
2021-03-10GitHub Actions: Bump os-specific-run version to 1.0.4, remove workaroundDavide Beatrici
The issue was fixed in https://github.com/KnicKnic/os-specific-run/commit/4ba689eab869f215ead2acdf9b56c99226392f3a.
2021-03-10Set up CI with GitHub ActionsDavide Beatrici
2021-03-10Fix errors and warnings reported by MSVC, explicitly set C99Davide Beatrici
2021-03-10Introduce HamcoreBuild(), for building archivesDavide Beatrici
2021-03-09Add clang-format configurationDavide Beatrici
2021-03-09Hamcore.c: Remove unnecessary <stdint.h> includeDavide Beatrici
The header is already included in Memory.h.
2021-03-09Import projectDavide Beatrici
2021-03-09Initial commitDavide Beatrici