222
I Use This!
High Activity

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update NEWS
nwellnhof
as Nick Wellnhofer
More... 7 months ago
build: Don't check for pthread.h
nwellnhof
as Nick Wellnhofer
More... 7 months ago
build: Don't check for standard POSIX headers
nwellnhof
as Nick Wellnhofer
More... 7 months ago
build: Don't check for dlfcn.h and dl.h
nwellnhof
as Nick Wellnhofer
More... 7 months ago
build: Fix config.h macros
nwellnhof
as Nick Wellnhofer
More... 7 months ago
cmake: Implement READLINE and HISTORY options
nwellnhof
as Nick Wellnhofer
More... 7 months ago
build: Only check for required headers
nwellnhof
as Nick Wellnhofer
More... 7 months ago
build: Rework mmap checks
nwellnhof
as Nick Wellnhofer
More... 7 months ago
build: Use AC_CHECK_DECLS/check_symbol_exists for getentropy
nwellnhof
as Nick Wellnhofer
More... 7 months ago
buf: Limit xmlBuffer size to INT_MAX
nwellnhof
as Nick Wellnhofer
More... 7 months ago
parser: Increase XML_MAX_DICTIONARY_LIMIT
nwellnhof
as Nick Wellnhofer
More... 7 months ago
buf: Fix memory leak if malloc fails before xmlBufBackToBuffer
nwellnhof
as Nick Wellnhofer
More... 7 months ago
xinclude: Fix fallback for text includes
nwellnhof
as Nick Wellnhofer
More... 7 months ago
threads: Fix 32-bit Windows build
nwellnhof
as Nick Wellnhofer
More... 7 months ago
buf: Fix maxSize behavior
nwellnhof
as Nick Wellnhofer
More... 7 months ago
buf: Fix xmlBufBackToBuffer
nwellnhof
as Nick Wellnhofer
More... 7 months ago
Add NULL checks
nwellnhof
as Nick Wellnhofer
More... 7 months ago
io: Don't call getcwd in xmlParserGetDirectory
nwellnhof
as Nick Wellnhofer
More... 7 months ago
threads: Prefer Win32 over pthreads
nwellnhof
as Nick Wellnhofer
More... 7 months ago
globals: Clean up macros and add comments
nwellnhof
as Nick Wellnhofer
More... 7 months ago
Enable CMake checks for MSVC More... 7 months ago
threads: Allocate global RMutexes statically
nwellnhof
as Nick Wellnhofer
More... 7 months ago
memory: Deprecate xmlGcMemSetup
nwellnhof
as Nick Wellnhofer
More... 7 months ago
schematron: Use xmlMalloc
nwellnhof
as Nick Wellnhofer
More... 7 months ago
windows: Use DllMain for cleanup
nwellnhof
as Nick Wellnhofer
More... 7 months ago
threads: Use pthread_once and InitOnceExecuteOnce
nwellnhof
as Nick Wellnhofer
More... 7 months ago
globals: Also use thread-specific storage on "main" thread
nwellnhof
as Nick Wellnhofer
More... 7 months ago
xpath: Remove union swap optimization
nwellnhof
as Nick Wellnhofer
More... 7 months ago
error: Make xmlLastError const
nwellnhof
as Nick Wellnhofer
More... 7 months ago
io: Add some deprecation warnings
nwellnhof
as Nick Wellnhofer
More... 7 months ago