1. 1425d8f dict: Separate RNG code by Nick Wellnhofer · 10 months ago
  2. b8961a7 parser: Fix reinitialization by Nick Wellnhofer · 9 months ago
  3. ecbd634 threads: Fix double-checked locking in xmlInitParser by Nick Wellnhofer · 9 months ago
  4. f7a403c globals: Move xmlIsMainThread to globals.c by Nick Wellnhofer · 9 months ago
  5. a07ec7c threads: Move library initialization code to threads.c by Nick Wellnhofer · 9 months ago
  6. 4e1c13e debug: Remove debugging code by Nick Wellnhofer · 9 months ago
  7. c19771c globals: Move code from threads.c to globals.c by Nick Wellnhofer · 9 months ago
  8. 2a4b811 globals: Rename members of xmlGlobalState by Nick Wellnhofer · 9 months ago
  9. d6882f6 threads: Fix startup crash with weak symbol hack by Nick Wellnhofer · 1 year, 2 months ago
  10. 359313c threads: Really fix crash with weak pthread symbols by Nick Wellnhofer · 1 year, 4 months ago
  11. 7bd7787 threads: Fix crash with weak pthread symbols by Nick Wellnhofer · 1 year, 4 months ago
  12. dd3569e Remove XMLDECL macro from .c files by Nick Wellnhofer · 1 year, 7 months ago
  13. 7193123 threads: Use __libc_single_threaded if available by Nick Wellnhofer · 1 year, 8 months ago
  14. c73d464 threads: Deprecate some internal functions by Nick Wellnhofer · 1 year, 7 months ago
  15. 65d381f threads: Allocate mutexes statically by Nick Wellnhofer · 1 year, 7 months ago
  16. 7010d87 threads: Rework initialization by Nick Wellnhofer · 1 year, 7 months ago
  17. bffc67d threads: Remove check for pthread_equal by Nick Wellnhofer · 1 year, 8 months ago
  18. 1e60c76 Remove HAVE_WIN32_THREADS configuration flag by Nick Wellnhofer · 1 year, 10 months ago
  19. 13a6637 Remove BeOS support by Nick Wellnhofer · 1 year, 10 months ago
  20. 38290ec Rework dlopen and pthread detection by Nick Wellnhofer · 1 year, 10 months ago
  21. 0f568c0 Consolidate private header files by Nick Wellnhofer · 1 year, 10 months ago
  22. d70e548 Fix xmlCleanupThreads on Windows by Nick Wellnhofer · 2 years ago
  23. 65f8a62 Fix reinitialization of library on Windows by Nick Wellnhofer · 2 years ago
  24. 83d5a87 Revert "Simplify recursive pthread mutex" by Nick Wellnhofer · 2 years, 3 months ago
  25. 5ffe298 Fix weak pthread symbols after commit 4adb7677 by Nick Wellnhofer · 2 years, 4 months ago
  26. b35c552 Use critical sections as mutex on Windows by Nick Wellnhofer · 2 years, 4 months ago
  27. 4adb767 Simplify recursive pthread mutex by Nick Wellnhofer · 2 years, 4 months ago
  28. 40483d0 Deprecate module init and cleanup functions by Nick Wellnhofer · 2 years, 4 months ago
  29. ebb1797 Remove unneeded #includes by Nick Wellnhofer · 2 years, 4 months ago
  30. 776d15d Don't check for standard C89 headers by Nick Wellnhofer · 2 years, 4 months ago
  31. 346c3a9 Remove elfgcchack.h by Nick Wellnhofer · 2 years, 4 months ago
  32. 453bdfb Fix potentially-uninitialized critical section in Win32 DLL builds by Kevin Puetz · 4 years, 6 months ago
  33. 2a350ee Large batch of typo fixes by Jared Yanovich · 4 years, 9 months ago
  34. 2677fbf Fix -Wtautological-pointer-compare warnings by Nick Wellnhofer · 7 years ago
  35. f05af83 Add declaration for DllMain by J. Peter Mugaas · 7 years ago
  36. 882a165 Fix preprocessor conditional in threads.h by J. Peter Mugaas · 7 years ago
  37. 6472dfe Fix a couple of warnings in dict.c and threads.c by Nick Wellnhofer · 7 years ago
  38. e389054 Fix the Windows header mess by Nick Wellnhofer · 7 years ago
  39. 2cdaaab Change preprocessor OS tests to __linux__ by Nick Wellnhofer · 7 years ago
  40. 1f09aea Fix compiler warnings in threads.c by Nick Wellnhofer · 7 years ago
  41. 620a706 Fix the fix to Windows locking by Steve Nairn · 9 years ago
  42. fff8a6b threads: use forward declarations only for glibc by Michael Heimpold · 10 years ago
  43. 8854e46 Windows Critical sections not released correctly by Daniel Veillard · 10 years ago
  44. 5fe9e9e Remove risk of lockup in dictionary initialization by Daniel Veillard · 11 years ago
  45. 7457c67 Remove potential calls to exit() by Daniel Veillard · 12 years ago
  46. 3f6cfbd Fix a thread portability problem by Friedrich Haubensak · 12 years ago
  47. 7a2215d Fix reuse of xmlInitParser by Daniel Veillard · 12 years ago
  48. 5706b6d Various "make distcheck" and portability fixups by Daniel Richard G · 12 years ago
  49. e6f0509 Fix a potential segfault due to weak symbols on pthreads by Mike Hommey · 14 years ago
  50. 243b034 Minor patch for conditional defines in threads.c by Eric Zurcher · 15 years ago
  51. d87c5d1 593857 try to work around thread pbm MinGW 4.4 by Daniel Veillard · 15 years ago
  52. 7dd7080 * parser.c threads.c: change the threading initialization sequence by Daniel Veillard · 15 years ago
  53. 0110120 more warnings about xmlCleanupThreads and xmlCleanupParser to avoid by Daniel Veillard · 15 years ago
  54. f63085d port patch from Marcus Meissner to add gcc checking for printf like by Daniel Veillard · 15 years ago
  55. d4a3f24 also remove pthread key when stopping thread support, patch based on Alex by Daniel Veillard · 15 years ago
  56. bf2ebff patch from Daniel Zimmermann fixing a memory leak in an edge case, solves by Daniel Veillard · 15 years ago
  57. 2cba415 fix a small initialization problem raised by Ashwin increase testing by Daniel Veillard · 16 years ago
  58. dee2348 added new function xmlSchemaValidCtxtGetParserCtxt based on Holger by Daniel Veillard · 16 years ago
  59. 14d465d check some allocation with Ashwin patch Daniel by Daniel Veillard · 16 years ago
  60. ddbe38b check some malloc returns with Ashwin patch, add error messages and by Daniel Veillard · 16 years ago
  61. 5fce6d6 remove unused variable in __xmlGlobalInitMutexLock reported by Hannes Eder by Daniel Veillard · 17 years ago
  62. 91eb560 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32. Patch by Rob Richards · 17 years ago
  63. e967f0b *use specified calling convention by Rob Richards · 17 years ago
  64. fde5b0b small cleanup to avoid packaging .svn applied patch to avoid a problem in by Daniel Veillard · 17 years ago
  65. a8b5413 patch from Andrew W. Nosenko, xmlFreeRMutex forgot to destroy the by Daniel Veillard · 18 years ago
  66. 0bcc7f6 updated the docs and rebuild releasing 2.6.21 removed by Daniel Veillard · 19 years ago
  67. 2e7598c avoid passing a char[] as snprintf first argument. implemented by Daniel Veillard · 19 years ago
  68. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  69. dbfe05a on linux/gcc use weak definitions to avoid linking with pthread library on by Daniel Veillard · 19 years ago
  70. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  71. 36616dd new version with fixes from Rob Richards Daniel by Daniel Veillard · 19 years ago
  72. 62121e2 applied patch from Rich Salz for multithreading on Windows. Daniel by Daniel Veillard · 19 years ago
  73. 01c3bd5 fixed nasty bug #156087 Daniel by Daniel Veillard · 20 years ago
  74. 8399ff3 couple of memory fixes from Mark Vakoc reported by Purify on Windows. by Daniel Veillard · 20 years ago
  75. b1d5316 minor enhancement to prevent comment with unreferenced variable. edited by William M. Brack · 21 years ago
  76. 254b126 second BeOS patch from Marcin 'Shard' Konicki Daniel by Daniel Veillard · 21 years ago
  77. 82cb319 applied patch from Marcin 'Shard' Konicki to provide BeOS thread support. by Daniel Veillard · 21 years ago
  78. c790bf4 patch from Mike Hommey applied Windows patch from Jesse Pelton and by Daniel Veillard · 21 years ago
  79. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  80. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  81. 5f1e1f8 backport of a thread bugfix from 2_5_X branch Daniel by Daniel Veillard · 21 years ago
  82. 5805be2 fixing bug #120870 try to avoid problem with uninitialized mutexes Daniel by Daniel Veillard · 21 years ago
  83. 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
  84. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  85. df101d8 fixes some problem when freeing unititialized mutexes Daniel by Daniel Veillard · 21 years ago
  86. 59002e7 Fixed multithreading problem by William M. Brack · 21 years ago
  87. d58a42d applied patch from Stephane for threads by Igor Zlatkovic · 21 years ago
  88. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  89. 8b2c7f1 fixed thread problem by William M. Brack · 22 years ago
  90. f2160a0 improvements to the Windows-side of thread handling by Igor Zlatkovic · 22 years ago
  91. a6f2d90 *** empty log message *** by Igor Zlatkovic · 22 years ago
  92. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  93. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  94. db0eb8d applied Serguei Narojnyi's patch to add native thread support on the Win32 by Daniel Veillard · 22 years ago
  95. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  96. e28313b patch from Gary Pennington fixing a possible problem at initialization by Daniel Veillard · 23 years ago
  97. 8bdb91d cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc by Daniel Veillard · 23 years ago
  98. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  99. 5ee57fc Norm reported that a few lines added were breaking libxslt compile, by Daniel Veillard · 23 years ago
  100. 6f35029 debugged and fixed initialization problems which were giving troubles on by Daniel Veillard · 23 years ago