summaryrefslogtreecommitdiff
path: root/utils/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* allow hash table add inline to be uncompressedVincent Sanders2018-04-221-119/+175
* add hash table population from file or memoryVincent Sanders2018-04-221-2/+169
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-4/+6
* Complete hash table tests and clean up ineterface.Vincent Sanders2015-07-121-170/+15
* Change LOG() macro to be varadicVincent Sanders2015-05-281-4/+4
* Fix over-allocation of space for hash table chain heads.Michael Drake2013-02-221-1/+1
* trivial docuemntation cleanups to address some of the huge number of docuemnt...Vincent Sanders2012-10-081-3/+3
* Ensure we actually use the FNV offset basis rather than the prime, for initia...Daniel Silverstone2008-09-081-1/+1
* - Compiler warning squashJohn Tytgat2008-07-261-28/+28
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-2/+2
* Update project URL.Michael Drake2006-11-271-2/+2
* Plug possible memory leak. Reduce memory usage. Add facility to iterate throu...Richard Wilson2006-10-201-42/+65
* Further hash table optimisations and tidies. Test rig now does more lookups ...Rob Kendrick2006-10-131-13/+18
* Optimise and tidy up code.Richard Wilson2006-10-131-10/+24
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-121-11/+30
* Add documentation comments to hash table implementation.Rob Kendrick2006-08-211-0/+58
* Check for malloc failing in hash_add(). Remove unnecessary casts.James Bursa2006-08-201-8/+10
* Make hash_add() return success/failure boolRob Kendrick2006-08-201-1/+17
* Implement simple reusable write-once hash table for use in new Messages file ...Rob Kendrick2006-08-201-0/+186