1. 28c53d3 DO NOT MERGE resolve merge conflicts of 1d43fb67 to mnc-dev am: 1d462cdbb0 by Xin Li · 7 years ago
  2. 8854e46 Windows Critical sections not released correctly by Daniel Veillard · 10 years ago
  3. 5fe9e9e Remove risk of lockup in dictionary initialization by Daniel Veillard · 11 years ago
  4. 7457c67 Remove potential calls to exit() by Daniel Veillard · 12 years ago
  5. 3f6cfbd Fix a thread portability problem by Friedrich Haubensak · 12 years ago
  6. 7a2215d Fix reuse of xmlInitParser by Daniel Veillard · 12 years ago
  7. 5706b6d Various "make distcheck" and portability fixups by Daniel Richard G · 12 years ago
  8. e6f0509 Fix a potential segfault due to weak symbols on pthreads by Mike Hommey · 14 years ago
  9. 243b034 Minor patch for conditional defines in threads.c by Eric Zurcher · 15 years ago
  10. d87c5d1 593857 try to work around thread pbm MinGW 4.4 by Daniel Veillard · 15 years ago
  11. 7dd7080 * parser.c threads.c: change the threading initialization sequence by Daniel Veillard · 15 years ago
  12. 0110120 more warnings about xmlCleanupThreads and xmlCleanupParser to avoid by Daniel Veillard · 15 years ago
  13. f63085d port patch from Marcus Meissner to add gcc checking for printf like by Daniel Veillard · 15 years ago
  14. d4a3f24 also remove pthread key when stopping thread support, patch based on Alex by Daniel Veillard · 15 years ago
  15. bf2ebff patch from Daniel Zimmermann fixing a memory leak in an edge case, solves by Daniel Veillard · 15 years ago
  16. 2cba415 fix a small initialization problem raised by Ashwin increase testing by Daniel Veillard · 16 years ago
  17. dee2348 added new function xmlSchemaValidCtxtGetParserCtxt based on Holger by Daniel Veillard · 16 years ago
  18. 14d465d check some allocation with Ashwin patch Daniel by Daniel Veillard · 16 years ago
  19. ddbe38b check some malloc returns with Ashwin patch, add error messages and by Daniel Veillard · 16 years ago
  20. 5fce6d6 remove unused variable in __xmlGlobalInitMutexLock reported by Hannes Eder by Daniel Veillard · 17 years ago
  21. 91eb560 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32. Patch by Rob Richards · 17 years ago
  22. e967f0b *use specified calling convention by Rob Richards · 17 years ago
  23. fde5b0b small cleanup to avoid packaging .svn applied patch to avoid a problem in by Daniel Veillard · 17 years ago
  24. a8b5413 patch from Andrew W. Nosenko, xmlFreeRMutex forgot to destroy the by Daniel Veillard · 18 years ago
  25. 0bcc7f6 updated the docs and rebuild releasing 2.6.21 removed by Daniel Veillard · 19 years ago
  26. 2e7598c avoid passing a char[] as snprintf first argument. implemented by Daniel Veillard · 19 years ago
  27. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  28. dbfe05a on linux/gcc use weak definitions to avoid linking with pthread library on by Daniel Veillard · 19 years ago
  29. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  30. 36616dd new version with fixes from Rob Richards Daniel by Daniel Veillard · 19 years ago
  31. 62121e2 applied patch from Rich Salz for multithreading on Windows. Daniel by Daniel Veillard · 19 years ago
  32. 01c3bd5 fixed nasty bug #156087 Daniel by Daniel Veillard · 20 years ago
  33. 8399ff3 couple of memory fixes from Mark Vakoc reported by Purify on Windows. by Daniel Veillard · 20 years ago
  34. b1d5316 minor enhancement to prevent comment with unreferenced variable. edited by William M. Brack · 21 years ago
  35. 254b126 second BeOS patch from Marcin 'Shard' Konicki Daniel by Daniel Veillard · 21 years ago
  36. 82cb319 applied patch from Marcin 'Shard' Konicki to provide BeOS thread support. by Daniel Veillard · 21 years ago
  37. c790bf4 patch from Mike Hommey applied Windows patch from Jesse Pelton and by Daniel Veillard · 21 years ago
  38. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  39. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  40. 5f1e1f8 backport of a thread bugfix from 2_5_X branch Daniel by Daniel Veillard · 21 years ago
  41. 5805be2 fixing bug #120870 try to avoid problem with uninitialized mutexes Daniel by Daniel Veillard · 21 years ago
  42. 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
  43. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  44. df101d8 fixes some problem when freeing unititialized mutexes Daniel by Daniel Veillard · 21 years ago
  45. 59002e7 Fixed multithreading problem by William M. Brack · 21 years ago
  46. d58a42d applied patch from Stephane for threads by Igor Zlatkovic · 21 years ago
  47. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 21 years ago
  48. 8b2c7f1 fixed thread problem by William M. Brack · 22 years ago
  49. f2160a0 improvements to the Windows-side of thread handling by Igor Zlatkovic · 22 years ago
  50. a6f2d90 *** empty log message *** by Igor Zlatkovic · 22 years ago
  51. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  52. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  53. db0eb8d applied Serguei Narojnyi's patch to add native thread support on the Win32 by Daniel Veillard · 22 years ago
  54. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 22 years ago
  55. e28313b patch from Gary Pennington fixing a possible problem at initialization by Daniel Veillard · 23 years ago
  56. 8bdb91d cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc by Daniel Veillard · 23 years ago
  57. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  58. 5ee57fc Norm reported that a few lines added were breaking libxslt compile, by Daniel Veillard · 23 years ago
  59. 6f35029 debugged and fixed initialization problems which were giving troubles on by Daniel Veillard · 23 years ago
  60. b847864 started integrating the core of the thread support not activated yet but by Daniel Veillard · 23 years ago