Age | Commit message (Expand) | Author |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-04-06 | hash: calculate sizes with size_t instead of longs | Daniel Stenberg |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-04 | hash: move key into hash struct to reduce mallocs | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
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 |