index
:
dlfcn-win32
fix49
fixpatches
lib-exp
master
traversaro-patch-1
traversaro-patch-2
variousimprovements2025
A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-04-28
Replace CRT's strlen() and memcpy() by open coded variants
Pali Rohár
1
-9
/
+8
2025-04-28
Replace CRT's malloc() and free() by WinAPI's LocalAlloc() and LocalFree() in...
Pali Rohár
1
-6
/
+23
2025-04-28
Fix includes
Pali Rohár
1
-3
/
+3
2025-04-28
Do not cast between function pointer and data pointer when not required
Pali Rohár
1
-4
/
+4
2025-04-28
Fix compile warning: comparison of integer expressions of different signednes...
Pali Rohár
1
-1
/
+1
2025-04-28
Fix compile warning C4244: '=' : conversion from 'int' to 'char', possible lo...
Pali Rohár
1
-1
/
+1
2025-04-28
Fix test compile error C2065: 'errno' : undeclared identifier
Pali Rohár
1
-0
/
+1
2025-04-28
Fix C++ compile error C2065: '_ReturnAddress' : undeclared identifier
Pali Rohár
1
-1
/
+6
2025-04-28
Fix C++ compile error C2065: '_alloca' : undeclared identifier
Pali Rohár
1
-0
/
+4
2025-04-28
Fix gcc compile errors in C++ mode
Pali Rohár
1
-2
/
+2
2025-04-28
Fix is_valid_address() function
Pali Rohár
1
-1
/
+1
2025-04-28
Consistently always use GetModuleHandleA() to reduce number of imports
Pali Rohár
1
-5
/
+5
2025-04-28
Store kernel32.dll handle into kernel32 variable
Pali Rohár
1
-4
/
+5
2025-04-28
Add proper guards for platform code
Pali Rohár
2
-4
/
+13
2025-04-28
Style fixes
Pali Rohár
1
-16
/
+16
2025-04-28
Fix dlclose() for dlopen(NULL, ...)
Pali Rohár
1
-0
/
+4
2025-03-04
Bump policy_max in cmake_minimum_required to 3.10
traversaro-patch-2
Silvio Traversaro
1
-1
/
+1
2023-07-03
Add missing check that section index in get_image_section() is valid
Pali Rohár
1
-1
/
+1
2023-05-25
Add some contributors
traversaro-patch-1
Silvio Traversaro
1
-1
/
+2
2023-05-25
Cleanup README and add CODEOWNERS file
Silvio Traversaro
2
-12
/
+21
2023-05-21
Fix compilation with the first NT SDK
Pali Rohár
1
-0
/
+13
2023-05-21
Fix compilation with old MSVC compiler
Pali Rohár
1
-0
/
+12
2023-05-21
Fix compilation with older SDK
Pali Rohár
1
-7
/
+7
2022-12-27
Add Windows ARM64 support
GH Cao
2
-2
/
+71
2022-12-01
Fix CMake include directive when using wrappers like meson.
Angelo Haller
1
-1
/
+4
2022-03-11
Replace magic numbers by sdk macros in get_image_section()
Pali Rohár
1
-2
/
+8
2021-12-21
Prefer usage of thread-safe function SetThreadErrorMode() instead of process-...
Pali Rohár
1
-4
/
+33
2021-12-21
Try to avoid compile warning: cast between incompatible function types from â...
Pali Rohár
1
-3
/
+3
2021-04-27
CMake: Bumpr version
xantares
1
-1
/
+1
2021-04-27
cmake: use CROSSCOMPILING_EMULATOR
Michel Zou
4
-25
/
+9
2021-04-09
dladdr: const void *addr
Michel Zou
2
-10
/
+10
2021-02-03
Fix noinline for older compiler versions (e.g. Visual Studio 6.0)
Pali Rohár
1
-1
/
+11
2021-02-03
Define ULONG_PTR for older SDK
Pali Rohár
1
-0
/
+5
2021-02-03
Fix MSVC 14.00 compile warning: warning C4244: '=' : conversion from 'ULONG_P...
Pali Rohár
1
-1
/
+1
2021-02-03
Add helper function MyGetModuleHandleFromAddress()
Pali Rohár
1
-7
/
+57
2021-02-03
Fix helper function MyEnumProcessModules()
Pali Rohár
1
-7
/
+32
2021-02-03
Avoid calling SetLastError() and GetLastError() internally
Pali Rohár
1
-22
/
+17
2021-02-03
Move hCurrentProc variable to scope where is used
Pali Rohár
1
-2
/
+3
2021-02-03
Fix some style issues
Pali Rohár
2
-14
/
+14
2021-01-29
Remove duplicate checks for NULL pointers
Pali Rohár
1
-4
/
+1
2021-01-29
Remove code for finding symbol name in import table
Pali Rohár
1
-53
/
+6
2021-01-27
Function dladdr() now retrieve symbol name and symbol address from both expor...
Pali Rohár
4
-43
/
+97
2021-01-17
CI: Add static building for cmake
Ralf Habacker
2
-23
/
+70
2021-01-17
cmake: add support to build test-dladdr on unix like os
Ralf Habacker
2
-12
/
+22
2021-01-17
Add function dladdr() and associated test application test-dladdr
Ralf Habacker
6
-9
/
+439
2020-12-22
Add cmake build support to travis CI
Ralf Habacker
1
-0
/
+11
2020-12-13
Rewrite function save_err_ptr_str() to not use sprintf()
Pali Rohár
1
-6
/
+13
2020-12-13
Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warnings
Pali Rohár
1
-0
/
+1
2020-12-12
ci-build.sh: Move install_prefix to cmake place where it is used
Pali Rohár
1
-3
/
+1
2020-12-12
Run Travis tests also under i586-mingw32msvc-gcc compiler
Pali Rohár
1
-0
/
+13
[next]