aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-4/+19
* Fix various Missing Null checksGaurav Gupta2014-07-141-0/+3
* Improve the hashing functionsDaniel Franke2013-04-121-0/+4
* Big space and tab cleanupDaniel Veillard2012-09-111-22/+22
* Cleanup on randomizationDaniel Veillard2012-05-181-9/+1
* Add hash randomization to hash and dict structuresDaniel Veillard2012-02-131-1/+37
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+0
* handle a erroneous parsing of attributes in case said attribute has beenDaniel Veillard2008-01-111-2/+13
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard2005-01-231-36/+164
* change suggested by Anthony Carrico when unregistering a namespace prefixDaniel Veillard2003-10-291-4/+5
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-1/+1
* fixing some comments to avoid warnings from apibuild.py DanielDaniel Veillard2003-09-251-1/+1
* 2.6.0beta1 changes Fixing attribute normalization, might not be totallyDaniel Veillard2003-09-101-3/+3
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-1/+124
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-1/+4
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-11/+13
* cosmetic cleanup started integrating a DTD validation layer based on theDaniel Veillard2002-09-131-2/+2
* applied patch from Richard Jinks for the namespace axis + fixed a memoryDaniel Veillard2002-07-011-39/+90
* applied a patch from Peter Jacobi to solve a problem when compiling withDaniel Veillard2002-06-181-1/+17
* applied patch from Sander Vesik improving the quality of the hashDaniel Veillard2002-06-171-6/+3
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* patch from Anthony Jones for hash.c allocation size trying to work aroundDaniel Veillard2002-01-141-4/+4
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-31/+31
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* added xmlHashScannerFull, xmlHashScanFull and xmlHashScannFull3 to getThomas Broyer2001-07-221-2/+38
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-181-3/+5
* - HTMLparser.c: Closed bug #54891Daniel Veillard2001-05-191-0/+3
* trio upgrade and integrationBjorn Reese2001-04-211-6/+2
* Geez, this one was painful ! I still need to handle entities referencesDaniel Veillard2001-04-201-1/+1
* - debugXML.c hash.c tree.h valid.c : some changes related toDaniel Veillard2001-04-181-50/+146
* Completely changed the way the XPath evaluation is done, likely to breakDaniel Veillard2001-03-181-1/+2
* Revert directory structure changesOwen Taylor2001-02-231-0/+620
* moved to libxml directory - this allow simplify automake/autoconf. NowCET 2001 Tomasz Kłoczko2001-02-231-620/+0
* - hash.[ch]: added Paolo Casarini patch to provide Delete fromDaniel Veillard2001-02-141-0/+87
* - hash.[ch]: added a first version of xmlHashSize()Daniel Veillard2001-02-081-0/+18
* Various patches and bug fixes, and XInclude progresses:Daniel Veillard2000-11-071-0/+6
* XInclude and other stuff while travelling. Contributed patches:Daniel Veillard2000-11-061-0/+1
* Bunch of fixes, finishing moving datastructures to the hash stuff:Daniel Veillard2000-10-241-17/+214
* Ooops forgot the hash module on last commit, Daniel.Daniel Veillard2000-10-231-0/+311