summaryrefslogtreecommitdiff
path: root/threads.c
Commit message (Expand)AuthorAgeFilesLines
* threads: Fix startup crash with weak symbol hackNick Wellnhofer2023-05-031-8/+17
* threads: Really fix crash with weak pthread symbolsNick Wellnhofer2023-02-231-1/+23
* threads: Fix crash with weak pthread symbolsNick Wellnhofer2023-02-201-0/+2
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-2/+2
* threads: Use __libc_single_threaded if availableNick Wellnhofer2022-11-251-60/+72
* threads: Deprecate some internal functionsNick Wellnhofer2022-11-251-0/+6
* threads: Allocate mutexes staticallyNick Wellnhofer2022-11-251-39/+37
* threads: Rework initializationNick Wellnhofer2022-11-251-88/+36
* threads: Remove check for pthread_equalNick Wellnhofer2022-10-251-1/+5
* Remove HAVE_WIN32_THREADS configuration flagNick Wellnhofer2022-09-041-33/+37
* Remove BeOS supportNick Wellnhofer2022-09-041-142/+0
* Rework dlopen and pthread detectionNick Wellnhofer2022-09-041-2/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+3
* Fix xmlCleanupThreads on WindowsNick Wellnhofer2022-06-151-1/+7
* Fix reinitialization of library on WindowsNick Wellnhofer2022-06-151-0/+2
* Revert "Simplify recursive pthread mutex"Nick Wellnhofer2022-03-181-17/+54
* Fix weak pthread symbols after commit 4adb7677Nick Wellnhofer2022-03-061-6/+7
* Use critical sections as mutex on WindowsNick Wellnhofer2022-03-061-12/+6
* Simplify recursive pthread mutexNick Wellnhofer2022-03-061-48/+10
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+8
* Remove unneeded #includesNick Wellnhofer2022-03-041-6/+0
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-3/+1
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix potentially-uninitialized critical section in Win32 DLL buildsKevin Puetz2020-02-111-2/+3
* Large batch of typo fixesJared Yanovich2019-09-301-2/+2
* Fix -Wtautological-pointer-compare warningsNick Wellnhofer2017-11-271-11/+26
* Add declaration for DllMainJ. Peter Mugaas2017-10-211-0/+10
* Fix preprocessor conditional in threads.hJ. Peter Mugaas2017-10-211-3/+3
* Fix a couple of warnings in dict.c and threads.cNick Wellnhofer2017-10-091-4/+7
* Fix the Windows header messNick Wellnhofer2017-10-091-0/+1
* Change preprocessor OS tests to __linux__Nick Wellnhofer2017-09-141-2/+2
* Fix compiler warnings in threads.cNick Wellnhofer2017-06-171-37/+17
* Fix the fix to Windows lockingSteve Nairn2015-03-031-1/+1
* threads: use forward declarations only for glibcMichael Heimpold2014-12-221-2/+2
* Windows Critical sections not released correctlyDaniel Veillard2014-10-131-2/+4
* Remove risk of lockup in dictionary initializationDaniel Veillard2013-04-051-0/+3
* Remove potential calls to exit()Daniel Veillard2012-10-111-2/+0
* Fix a thread portability problemFriedrich Haubensak2012-09-151-1/+2
* Fix reuse of xmlInitParserDaniel Veillard2012-09-041-0/+1
* Various "make distcheck" and portability fixupsDaniel Richard G2012-08-061-2/+2
* Fix a potential segfault due to weak symbols on pthreadsMike Hommey2010-10-151-2/+4
* Minor patch for conditional defines in threads.cEric Zurcher2009-10-011-3/+3
* 593857 try to work around thread pbm MinGW 4.4Daniel Veillard2009-09-101-23/+26
* * parser.c threads.c: change the threading initialization sequenceDaniel Veillard2009-06-041-3/+0
* more warnings about xmlCleanupThreads and xmlCleanupParser to avoidDaniel Veillard2009-02-211-0/+8
* port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard2009-01-181-1/+1
* also remove pthread key when stopping thread support, patch based on AlexDaniel Veillard2009-01-181-0/+8
* patch from Daniel Zimmermann fixing a memory leak in an edge case, solvesDaniel Veillard2009-01-181-0/+1
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-0/+6
* added new function xmlSchemaValidCtxtGetParserCtxt based on HolgerDaniel Veillard2008-04-111-1/+1