summaryrefslogtreecommitdiff
path: root/lib/hash.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* hash: lazy-alloc the table in Curl_hash_add()bagder/hash-lazyallocDaniel Stenberg2021-12-101-6/+6
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-20/+20
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-4/+4
* multi: fix the transfer hashes in the socket hash entriesDaniel Stenberg2019-06-121-2/+2
* llist: no longer uses mallocDaniel Stenberg2017-04-221-0/+1
* hash: move key into hash struct to reduce mallocsDaniel Stenberg2017-04-041-1/+1
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-8/+7
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-181-0/+1
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-8/+1
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-1/+0
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+107
* build: rename 76 lib/*.h filesYang Tse2012-12-281-107/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-0/+14
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Robert Iakobashvili re-arranged the internal hash code to work with a customDaniel Stenberg2007-06-261-6/+38
* Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg2005-01-251-18/+19
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-5/+5
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUSTDaniel Stenberg2003-09-141-1/+1
* new proto for Curl_hash_initDaniel Stenberg2003-08-141-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* 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-5/+4
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg2002-04-271-12/+11
* Prune old hostcache entries with each call...Sterling Hughes2002-04-171-0/+1
* Add protos and change return value of curl_hash_count....Sterling Hughes2002-04-131-1/+1
* Speed up the hash code considerably, removing a bunch of legacy crudSterling Hughes2002-04-121-33/+17
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Remove erreaneous include, setup.h is included one line aboveSterling Hughes2002-01-141-2/+0
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-071-0/+1
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-0/+86