summaryrefslogtreecommitdiff
path: root/lib/hash.c
Commit message (Expand)AuthorAgeFilesLines
* hash: fix assigning same valueDaniel Stenberg2023-04-141-1/+0
* 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-31/+44
* hash: add asserts to help detect bad usageDaniel Stenberg2021-12-091-2/+7
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* misc: assorted typo fixesXhmikosR2020-12-261-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-28/+28
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-13/+13
* cppcheck: fix warningsMarian Klymov2018-06-111-7/+4
* hash: calculate sizes with size_t instead of longsDaniel Stenberg2018-04-061-3/+3
* code style: use space after semicolonDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* llist: no longer uses mallocDaniel Stenberg2017-04-221-11/+3
* hash: move key into hash struct to reduce mallocsDaniel Stenberg2017-04-041-19/+7
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-21/+9
* Improve code readbilitySylvestre Ledru2017-03-131-8/+4
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme2016-04-011-1/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* unit1603: Added unit tests for hash functionsdfandrich2015-11-121-2/+21
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-181-2/+16
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-37/+0
* hash: simplify Curl_str_key_compare()Daniel Stenberg2015-04-281-8/+3
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-2/+2
* 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/+400
* build: rename 93 lib/*.c filesYang Tse2013-01-031-400/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-4/+4
* curl_multi_remove_handle: commit 0aabfd9963 follow-upYang Tse2012-12-261-5/+8
* Curl_hash_clean: OOM handling fixYang Tse2012-12-251-3/+2
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-17/+60
* hash.c: fix OOM triggered segfaultYang Tse2011-12-251-0/+3
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-111-4/+13
* libcurl: some OOM handling fixesYang Tse2011-10-071-1/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-1/+4
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-12/+12
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Constantine Sapuntzakis posted bug #2891595Daniel Stenberg2009-11-111-4/+5
* Adjusted to take in account that...Yang Tse2009-06-101-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* add null-pointer checkYang Tse2008-10-271-1/+2
* add missing header inclusionsYang Tse2008-10-251-2/+5
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* remove debug-code which zero-filled some structures before free()ing themYang Tse2008-10-201-2/+0
* oopsYang Tse2008-10-191-1/+1