summaryrefslogtreecommitdiff
path: root/lib/hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-191-0/+4
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-4/+3
* if () => if()Daniel Stenberg2007-11-071-13/+13
* Renamed a few variables to avoid shadowing global declarations.Dan Fandrich2007-09-271-4/+4
* Added lots of constsDan Fandrich2007-08-291-3/+3
* Robert Iakobashvili re-arranged the internal hash code to work with a customDaniel Stenberg2007-06-261-40/+59
* Added a useful debug function within #if 0. The function makes it easy toDaniel Stenberg2006-09-101-1/+32
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-4/+22
* Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg2005-01-251-30/+29
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-42/+11
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-3/+1
* Curl_hash_add() was modified to clear up better in case of internal failure.Daniel Stenberg2004-05-101-2/+8
* better checking that strdup() worksDaniel Stenberg2004-05-101-3/+11
* improved the cleaning up of memory when we fail to resolve names due toDaniel Stenberg2004-05-041-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* make sure that hash_add() has no allocated resources left in case itDaniel Stenberg2003-12-151-7/+8
* Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUSTDaniel Stenberg2003-09-141-11/+10
* Uses less macros. #ifdef'ed out unused functions. Edited slightly to beDaniel Stenberg2003-09-051-49/+61
* 1. check allocsDaniel Stenberg2003-08-141-9/+24
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* removed weirdo {{{ and }}} commentsDaniel Stenberg2003-01-291-53/+4
* 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