index
:
dlfcn-win32
fix49
lib-exp
master
traversaro-patch-1
traversaro-patch-2
A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: Adjust paths of source files, which are now located in subdirectories
Ralf Habacker
2020-09-14
1
-10
/
+10
*
Fix cmake warning 'No project() command is present'
Ralf Habacker
2020-09-14
1
-0
/
+1
*
Move cmake targets into sub directories
Ralf Habacker
2020-09-14
10
-59
/
+62
*
Update minimum required cmake version to 2.8.11 to simplify code
Ralf Habacker
2020-09-14
1
-30
/
+25
*
Merge pull request #81 from ramiropolla/master
Silvio Traversaro
2020-09-13
9
-600
/
+127
|
\
|
*
Rephrase configure script copyright notice
Silvio Traversaro
2020-09-13
1
-1
/
+5
|
*
Relicense to MIT
Ramiro Polla
2020-08-30
9
-600
/
+123
*
|
Merge pull request #80 from pali/master
Silvio Traversaro
2020-09-13
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add Travis CI testing
Pali Rohár
2020-08-26
1
-0
/
+16
|
/
*
Merge pull request #76 from pali/master
Silvio Traversaro
2020-08-05
1
-0
/
+3
|
\
|
*
Fix compilation with older environments
Pali Rohár
2020-08-04
1
-0
/
+3
|
/
*
Merge pull request #74 from pali/master
Silvio Traversaro
2020-07-15
1
-16
/
+2
|
\
|
*
Replace VirtualQueryEx() call by GetModuleHandleExA() call
Pali Rohár
2020-07-14
1
-16
/
+2
|
/
*
Merge pull request #69 from reborn2266/fix_mmleak
Silvio Traversaro
2020-03-24
1
-0
/
+3
|
\
|
*
fix memory leak in dlsym()
Mars Cheng
2020-03-24
1
-0
/
+3
|
/
*
Merge pull request #68 from pali/master
Silvio Traversaro
2020-02-22
1
-1
/
+1
|
\
|
*
Show "(null)" in error message when passed filname to dlopen() was NULL and e...
Pali Rohár
2020-02-19
1
-1
/
+1
|
/
*
Merge pull request #67 from pali/master
Silvio Traversaro
2019-10-13
1
-0
/
+93
|
\
|
*
Add test which check that dlopen() can open same files as open()
Pali Rohár
2019-09-12
1
-0
/
+93
|
/
*
Merge pull request #65 from pali/master
Silvio Traversaro
2019-09-01
2
-11
/
+26
|
\
|
*
Update documentation in dlfcn.h, specially for RTLD_LAZY
Pali Rohár
2019-08-29
2
-11
/
+26
|
/
*
Merge pull request #63 from pali/master
Silvio Traversaro
2019-08-23
1
-18
/
+20
|
\
|
*
Makefile: Fix building both static and shared library at the same time
Pali Rohár
2019-08-22
1
-18
/
+20
|
/
*
Merge pull request #62 from pali/master
Silvio Traversaro
2019-08-22
1
-15
/
+9
|
\
|
*
Reduce memory usage by 64K
Pali Rohár
2019-08-22
1
-15
/
+9
|
/
*
Merge pull request #59 from pali/master
Silvio Traversaro
2019-08-21
3
-47
/
+47
|
\
|
*
Fix more gcc warnings
Pali Rohár
2019-07-26
1
-6
/
+10
|
*
Fix gcc warning: ISO C forbids return between function pointer and void *
Pali Rohár
2019-07-25
3
-37
/
+33
|
*
Fix gcc warning: comparison between signed and unsigned integer expressions
Pali Rohár
2019-07-25
1
-3
/
+4
|
*
Do not include intrin.h file
Pali Rohár
2019-07-25
1
-1
/
+0
|
/
*
Merge pull request #58 from pali/master
Silvio Traversaro
2019-07-25
1
-0
/
+5
|
\
|
*
Correctly process malloc() error in dlsym()
Pali Rohár
2019-07-24
1
-0
/
+5
|
/
*
Merge pull request #55 from pali/master
Silvio Traversaro
2019-07-23
1
-0
/
+7
|
\
|
*
Turn off GUI error messages around LoadLibraryA also in test
Pali Rohár
2019-06-11
1
-0
/
+7
|
/
*
Merge pull request #54 from pali/master
Silvio Traversaro
2019-06-11
2
-67
/
+228
|
\
|
*
Add test for non-library file
Pali Rohár
2019-05-23
1
-0
/
+61
|
*
Add tests for non-existent file and file with too long name
Pali Rohár
2019-05-23
1
-0
/
+50
|
*
Test that dlerror() returns non-NULL error for failed calls
Pali Rohár
2019-05-23
1
-20
/
+37
|
*
Correctly process and indicate error when file name is too long
Pali Rohár
2019-05-23
1
-47
/
+55
|
*
Correctly process malloc() error in local_add()
Pali Rohár
2019-05-23
1
-8
/
+15
|
*
Correctly process and indicate error in dlsym() function
Pali Rohár
2019-05-23
1
-1
/
+10
|
*
Correctly process and indicate error from LoadLibraryExA() function
Pali Rohár
2019-05-23
1
-16
/
+25
|
/
*
Merge pull request #52 from pali/master
Silvio Traversaro
2019-05-21
1
-1
/
+1
|
\
|
*
Call FormatMessage() with FORMAT_MESSAGE_IGNORE_INSERTS
Pali Rohár
2019-05-21
1
-1
/
+1
|
/
*
Merge pull request #51 from pali/master
v1.2.0
Silvio Traversaro
2019-05-20
6
-30
/
+26
|
\
|
*
Load Psapi.dll at runtime, this avoids linking caveat
Pali Rohár
2019-05-06
6
-30
/
+26
|
/
*
Merge pull request #50 from pali/master
Silvio Traversaro
2019-05-06
2
-95
/
+134
|
\
|
*
Test also UNICODE builds on AppVeyor CI
Pali Rohár
2019-04-25
1
-0
/
+102
|
*
Simplify implementation of save_err_str()
Pali Rohár
2019-04-25
1
-26
/
+22
|
*
Remove ifdef hack for snprintf()
Pali Rohár
2019-04-25
1
-5
/
+5
[next]