summaryrefslogtreecommitdiff
path: root/lib/llist.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* llist: remove redundant code, branch will not be executedh1zzz2021-09-241-3/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-3/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-6/+6
* llist: removed unused Curl_llist_move()Daniel Stenberg2020-01-241-52/+1
* Curl_llist_remove: fix potential NULL pointer derefDaniel Stenberg2017-11-211-1/+5
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-1/+2
* llist: fix a comment after cbae73e1dd9Daniel Stenberg2017-04-241-2/+0
* llist: no longer uses mallocDaniel Stenberg2017-04-221-19/+15
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-19/+3
* memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme2016-04-011-1/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+212
* build: rename 93 lib/*.c filesYang Tse2013-01-031-212/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-111-1/+1
* libcurl: some OOM handling fixesYang Tse2011-10-071-0/+4
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* unitteset: Curl_llist_moveAmr Shahin2011-06-191-2/+9
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-3/+7
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+5
* Curl_llist_insert_next: allow insertion first in the listDaniel Stenberg2010-08-151-4/+16
* llist: hide Curl_llist_initDaniel Stenberg2010-08-101-4/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* remove debug-code which zero-filled some structures before free()ing themYang Tse2008-10-201-2/+0
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-191-0/+3
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-3/+2
* Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg2008-01-161-1/+50
* if () => if()Daniel Stenberg2007-11-071-8/+8
* updated copyright yearDaniel Stenberg2006-10-251-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-0/+6
* Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg2005-01-251-10/+12
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-57/+8
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+2
* make Curl_llist_insert_next() fail properly if malloc() failsDaniel Stenberg2004-05-101-4/+11
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* #ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remove_next, as they areDaniel Stenberg2003-09-111-0/+4
* Uses less macros. #ifdef'ed out unused functions. Edited slightly to beDaniel Stenberg2003-09-051-1/+1
* Curl_llist_destroy() checks the input for non-NULLDaniel Stenberg2003-08-141-5/+5
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg2002-04-271-13/+13
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Philip Gladstone's 64-bit issues corrected.Daniel Stenberg2002-02-171-2/+2
* added typecast for a malloc() return, and added check for NULLDaniel Stenberg2002-01-181-1/+4