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