aboutsummaryrefslogtreecommitdiff
path: root/lib/llist.c
AgeCommit message (Expand)Author
2020-01-24llist: removed unused Curl_llist_move()Daniel Stenberg
2017-11-21Curl_llist_remove: fix potential NULL pointer derefDaniel Stenberg
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-04-24llist: fix a comment after cbae73e1dd9Daniel Stenberg
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2016-04-01memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-10-11OOM handling/cleanup slight adjustmentsYang Tse
2011-10-07libcurl: some OOM handling fixesYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-19unitteset: Curl_llist_moveAmr Shahin
2011-06-10unittest: mark all unit tested functionsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-08-15Curl_llist_insert_next: allow insertion first in the listDaniel Stenberg
2010-08-10llist: hide Curl_llist_initDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2008-10-20remove debug-code which zero-filled some structures before free()ing themYang Tse
2008-10-19attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-01-16Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg
2007-11-07if () => if()Daniel Stenberg
2006-10-25updated copyright yearDaniel Stenberg
2006-09-07Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg
2005-01-25Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg
2004-06-24Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-05-10make Curl_llist_insert_next() fail properly if malloc() failsDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-09-11#ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remove_next, as they areDaniel Stenberg
2003-09-05Uses less macros. #ifdef'ed out unused functions. Edited slightly to beDaniel Stenberg
2003-08-14Curl_llist_destroy() checks the input for non-NULLDaniel Stenberg
2003-06-26use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-04-27Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2002-02-17Philip Gladstone's 64-bit issues corrected.Daniel Stenberg
2002-01-18added typecast for a malloc() return, and added check for NULLDaniel Stenberg
2002-01-03Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg