| Commit message (Expand) | Author | Age | Files | Lines |
* | hash: make it 'struct Curl_hash' | Daniel Stenberg | 2020-09-02 | 1 | -28/+28 |
* | llist: make it "struct Curl_llist" | Daniel Stenberg | 2020-09-02 | 1 | -13/+13 |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -7/+4 |
* | hash: calculate sizes with size_t instead of longs | Daniel Stenberg | 2018-04-06 | 1 | -3/+3 |
* | code style: use space after semicolon | Daniel Stenberg | 2017-09-12 | 1 | -1/+1 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 1 | -1/+1 |
* | llist: no longer uses malloc | Daniel Stenberg | 2017-04-22 | 1 | -11/+3 |
* | hash: move key into hash struct to reduce mallocs | Daniel Stenberg | 2017-04-04 | 1 | -19/+7 |
* | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg | 2017-04-04 | 1 | -21/+9 |
* | Improve code readbility | Sylvestre Ledru | 2017-03-13 | 1 | -8/+4 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -1/+1 |
* | checksrc: code style: use 'char *name' style | Daniel Stenberg | 2016-11-24 | 1 | -2/+2 |
* | memdebug: Ensure curl/curl.h is included before curl_memory.h | Steve Holme | 2016-04-01 | 1 | -1/+4 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | unit1603: Added unit tests for hash functions | dfandrich | 2015-11-12 | 1 | -2/+21 |
* | hostip: fix unintended destruction of hash table | Anthony Avina | 2015-05-18 | 1 | -2/+16 |
* | hostcache: made all host caches use structs, not pointers | Daniel Stenberg | 2015-05-12 | 1 | -37/+0 |
* | hash: simplify Curl_str_key_compare() | Daniel Stenberg | 2015-04-28 | 1 | -8/+3 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -5/+1 |
* | string formatting: fix 25+ printf-style format strings | Yang Tse | 2013-07-24 | 1 | -2/+2 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+400 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -400/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -4/+4 |
* | curl_multi_remove_handle: commit 0aabfd9963 follow-up | Yang Tse | 2012-12-26 | 1 | -5/+8 |
* | Curl_hash_clean: OOM handling fix | Yang Tse | 2012-12-25 | 1 | -3/+2 |
* | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing | 2012-12-07 | 1 | -17/+60 |
* | hash.c: fix OOM triggered segfault | Yang Tse | 2011-12-25 | 1 | -0/+3 |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-11 | 1 | -4/+13 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -1/+5 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+0 |
* | unittest: mark all unit tested functions | Daniel Stenberg | 2011-06-10 | 1 | -1/+4 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -12/+12 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | - Constantine Sapuntzakis posted bug #2891595 | Daniel Stenberg | 2009-11-11 | 1 | -4/+5 |
* | Adjusted to take in account that... | Yang Tse | 2009-06-10 | 1 | -1/+1 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -2/+2 |
* | add null-pointer check | Yang Tse | 2008-10-27 | 1 | -1/+2 |
* | add missing header inclusions | Yang Tse | 2008-10-25 | 1 | -2/+5 |
* | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | 2008-10-23 | 1 | -1/+1 |
* | remove debug-code which zero-filled some structures before free()ing them | Yang Tse | 2008-10-20 | 1 | -2/+0 |
* | oops | Yang Tse | 2008-10-19 | 1 | -1/+1 |
* | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse | 2008-10-19 | 1 | -0/+4 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -4/+3 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -13/+13 |
* | Renamed a few variables to avoid shadowing global declarations. | Dan Fandrich | 2007-09-27 | 1 | -4/+4 |
* | Added lots of consts | Dan Fandrich | 2007-08-29 | 1 | -3/+3 |
* | Robert Iakobashvili re-arranged the internal hash code to work with a custom | Daniel Stenberg | 2007-06-26 | 1 | -40/+59 |
* | Added a useful debug function within #if 0. The function makes it easy to | Daniel Stenberg | 2006-09-10 | 1 | -1/+32 |
* | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg | 2006-04-10 | 1 | -4/+22 |