index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hash.c
Age
Commit message (
Expand
)
Author
2016-04-01
memdebug: Ensure curl/curl.h is included before curl_memory.h
Steve Holme
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-12
unit1603: Added unit tests for hash functions
dfandrich
2015-05-18
hostip: fix unintended destruction of hash table
Anthony Avina
2015-05-12
hostcache: made all host caches use structs, not pointers
Daniel Stenberg
2015-04-28
hash: simplify Curl_str_key_compare()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2013-07-24
string formatting: fix 25+ printf-style format strings
Yang Tse
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-26
curl_multi_remove_handle: commit 0aabfd9963 follow-up
Yang Tse
2012-12-25
Curl_hash_clean: OOM handling fix
Yang Tse
2012-12-07
Introducing a new persistent connection caching system using "bundles".
Linus Nielsen Feltzing
2011-12-25
hash.c: fix OOM triggered segfault
Yang Tse
2011-10-11
OOM handling/cleanup slight adjustments
Yang Tse
2011-10-07
libcurl: some OOM handling fixes
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-10
unittest: mark all unit tested functions
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-11-11
- Constantine Sapuntzakis posted bug #2891595
Daniel Stenberg
2009-06-10
Adjusted to take in account that...
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-10-27
add null-pointer check
Yang Tse
2008-10-25
add missing header inclusions
Yang Tse
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-20
remove debug-code which zero-filled some structures before free()ing them
Yang Tse
2008-10-19
oops
Yang Tse
2008-10-19
attempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2007-11-07
if () => if()
Daniel Stenberg
2007-09-27
Renamed a few variables to avoid shadowing global declarations.
Dan Fandrich
2007-08-29
Added lots of consts
Dan Fandrich
2007-06-26
Robert Iakobashvili re-arranged the internal hash code to work with a custom
Daniel Stenberg
2006-09-10
Added a useful debug function within #if 0. The function makes it easy to
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2005-01-25
Use plain structs and not typedef'ed ones in the hash and linked-list code.
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-05-10
Curl_hash_add() was modified to clear up better in case of internal failure.
Daniel Stenberg
2004-05-10
better checking that strdup() works
Daniel Stenberg
2004-05-04
improved the cleaning up of memory when we fail to resolve names due to
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-12-15
make sure that hash_add() has no allocated resources left in case it
Daniel Stenberg
2003-09-14
Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST
Daniel Stenberg
2003-09-05
Uses less macros. #ifdef'ed out unused functions. Edited slightly to be
Daniel Stenberg
2003-08-14
1. check allocs
Daniel Stenberg
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
[next]