amassari2005/04/05 05:49:12
Modified:c/src/xercesc/util RefHash2KeysTableOf.c
Log:
Fix thread safety issues. Jira #30380. Thanks to David Bertoni.
Revision ChangesPath
1.16 +31 -20xml-xerces/c/src/xercesc/util/RefHash2KeysTableOf.c
Index: RefHash2KeysTableOf
amassari2005/02/02 01:27:54
Modified:c/src/xercesc/util RefHash2KeysTableOf.c
RefHash2KeysTableOf.hpp
Log:
Added rehashing capabilities
Revision ChangesPath
1.15 +121 -57 xml-xerces/c/src/xercesc/util/RefHash2KeysTableOf.c
Index: RefHas
amassari2004/12/30 06:52:34
Modified:c/src/xercesc/util RefHash2KeysTableOf.c
RefHash2KeysTableOf.hpp
Log:
Added API to remove all entries having the same primary key
Revision ChangesPath
1.14 +55 -1 xml-xerces/c/src/xercesc/util/RefHash2K
amassari2004/09/22 04:14:22
Modified:c/src/xercesc/util RefHash2KeysTableOf.c
Log:
Reorder initialization of variables in constructor
Revision ChangesPath
1.11 +5 -1 xml-xerces/c/src/xercesc/util/RefHash2KeysTableOf.c
Index: RefHash2KeysTableOf.c
peiyongz2004/03/01 07:03:08
Modified:c/src/xercesc/util RefHash2KeysTableOf.c
RefHash2KeysTableOf.hpp RefHash3KeysIdPool.c
RefHash3KeysIdPool.hpp RefHashTableOf.c
RefHashTableOf.hpp
Log:
new getter: getHashModulu
peiyongz2003/10/17 14:10:40
Modified:c/src/xercesc/util RefHash2KeysTableOf.c
RefHash2KeysTableOf.hpp
Log:
nextElementKey() added
Revision ChangesPath
1.5 +21 -0 xml-xerces/c/src/xercesc/util/RefHash2KeysTableOf.c
Index: RefHash2Keys