Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / hash.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-26 Yang Tsecurl_multi_remove_handle: commit 0aabfd9963 follow-up
2012-12-25 Yang TseCurl_hash_clean: OOM handling fix
2012-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2011-12-25 Yang Tsehash.c: fix OOM triggered segfault
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-11 Yang TseOOM handling/cleanup slight adjustments
2011-10-07 Yang Tselibcurl: some OOM handling fixes
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-10 Daniel Stenbergunittest: mark all unit tested functions
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-11-11 Daniel Stenberg- Constantine Sapuntzakis posted bug #2891595
2009-06-10 Yang TseAdjusted to take in account that...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-10-27 Yang Tseadd null-pointer check
2008-10-25 Yang Tseadd missing header inclusions
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-20 Yang Tseremove debug-code which zero-filled some structures...
2008-10-19 Yang Tseoops
2008-10-19 Yang Tseattempt to fix or allow further detection of an elusive...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2007-11-07 Daniel Stenbergif () => if()
2007-09-27 Dan FandrichRenamed a few variables to avoid shadowing global decla...
2007-08-29 Dan FandrichAdded lots of consts
2007-06-26 Daniel StenbergRobert Iakobashvili re-arranged the internal hash code...
2006-09-10 Daniel StenbergAdded a useful debug function within #if 0. The functio...
2006-04-10 Daniel StenbergFirst curl_multi_socket() commit. Should primarily...
2005-01-25 Daniel StenbergUse plain structs and not typedef'ed ones in the hash...
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-10 Daniel StenbergCurl_hash_add() was modified to clear up better in...
2004-05-10 Daniel Stenbergbetter checking that strdup() works
2004-05-04 Daniel Stenbergimproved the cleaning up of memory when we fail to...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-12-15 Daniel Stenbergmake sure that hash_add() has no allocated resources...
2003-09-14 Daniel StenbergJeff Pohlmeyer did some marvelous debugging to track...
2003-09-05 Daniel StenbergUses less macros. #ifdef'ed out unused functions. Edite...
2003-08-14 Daniel Stenberg1. check allocs
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-29 Daniel Stenbergremoved weirdo {{{ and }}} comments
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-11-05 Daniel StenbergCurl_resolv() now returns a different struct, and it...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-04-27 Daniel StenbergDNC cache prune crash removed, made the name spacing...
2002-04-17 Sterling HughesPrune old hostcache entries with each call...
2002-04-13 Sterling HughesAdd protos and change return value of curl_hash_count....
2002-04-12 Sterling HughesSpeed up the hash code considerably, removing a bunch...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-02-17 Daniel StenbergPhilip Gladstone's 64-bit issues corrected.
2002-01-18 Daniel StenbergI wish I could type. Anyway, this proved it is a good...
2002-01-18 Daniel Stenbergadded typecast for a malloc() return, and added check...
2002-01-07 Sterling HughesMake cach'ing work with threads now, there are now...
2002-01-03 Daniel StenbergSterling Hughes' provided initial DNS cache source...