summaryrefslogtreecommitdiff
path: root/lib/hash.c
Commit message (Expand)AuthorAgeFilesLines
...
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-051-9/+9
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* DNC cache prune crash removed, made the name spacing follow the generalDaniel Stenberg2002-04-271-23/+31
* Prune old hostcache entries with each call...Sterling Hughes2002-04-171-0/+20
* Add protos and change return value of curl_hash_count....Sterling Hughes2002-04-131-1/+19
* Speed up the hash code considerably, removing a bunch of legacy crudSterling Hughes2002-04-121-121/+98
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Philip Gladstone's 64-bit issues corrected.Daniel Stenberg2002-02-171-2/+2
* I wish I could type. Anyway, this proved it is a good habit to put the NULLDaniel Stenberg2002-01-181-1/+1
* added typecast for a malloc() return, and added check for NULLDaniel Stenberg2002-01-181-1/+4
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-071-0/+11
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-0/+271