summaryrefslogtreecommitdiff
path: root/threads.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* check some allocation with Ashwin patch DanielDaniel Veillard2008-03-241-3/+8
* check some malloc returns with Ashwin patch, add error messages andDaniel Veillard2008-03-181-209/+242
* remove unused variable in __xmlGlobalInitMutexLock reported by Hannes EderDaniel Veillard2007-11-231-2/+0
* __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32. PatchRob Richards2007-11-161-0/+19
* *use specified calling convention Rob Richards2007-06-081-1/+5
* small cleanup to avoid packaging .svn applied patch to avoid a problem inDaniel Veillard2007-02-121-0/+83
* patch from Andrew W. Nosenko, xmlFreeRMutex forgot to destroy theDaniel Veillard2006-06-291-1/+3
* updated the docs and rebuild releasing 2.6.21 removedLIBXML2_2_6_21Daniel Veillard2005-09-041-18/+0
* avoid passing a char[] as snprintf first argument. implementedDaniel Veillard2005-09-021-0/+18
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-1/+1
* on linux/gcc use weak definitions to avoid linking with pthread library onDaniel Veillard2005-05-041-9/+96
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* new version with fixes from Rob Richards DanielDaniel Veillard2005-02-251-3/+3
* applied patch from Rich Salz for multithreading on Windows. DanielDaniel Veillard2005-02-241-12/+22
* fixed nasty bug #156087 DanielDaniel Veillard2004-10-221-2/+7
* couple of memory fixes from Mark Vakoc reported by Purify on Windows.Daniel Veillard2004-09-221-0/+2
* minor enhancement to prevent comment with unreferenced variable. editedWilliam M. Brack2003-11-181-0/+6
* second BeOS patch from Marcin 'Shard' Konicki DanielDaniel Veillard2003-11-011-6/+9
* applied patch from Marcin 'Shard' Konicki to provide BeOS thread support.Daniel Veillard2003-10-291-1/+98
* patch from Mike Hommey applied Windows patch from Jesse Pelton andDaniel Veillard2003-10-111-2/+2
* cleaning up XPath error reporting that time. applied the two patches forDaniel Veillard2003-10-071-20/+81
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+4
* backport of a thread bugfix from 2_5_X branch DanielDaniel Veillard2003-09-111-1/+5
* fixing bug #120870 try to avoid problem with uninitialized mutexes DanielDaniel Veillard2003-08-281-1/+3
* Minor changes to comments, etc. for improving documentation generationWilliam M. Brack2003-08-151-1/+6
* hum try to avoid some troubles when the library is not initialized and oneDaniel Veillard2003-08-081-1/+3