summaryrefslogtreecommitdiff
path: root/lib/llist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-0/+165