Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / llist.c
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-11 Yang TseOOM handling/cleanup slight adjustments
2011-10-07 Yang Tselibcurl: some OOM handling fixes
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-19 Amr Shahinunitteset: Curl_llist_move
2011-06-10 Daniel Stenbergunittest: mark all unit tested functions
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-08-15 Daniel StenbergCurl_llist_insert_next: allow insertion first in the...
2010-08-10 Daniel Stenbergllist: hide Curl_llist_init
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-10-20 Yang Tseremove debug-code which zero-filled some structures...
2008-10-19 Yang Tseattempt to fix or allow further detection of an elusive...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-01-16 Daniel StenbergDmitry Kurochkin worked a lot on improving the HTTP...
2007-11-07 Daniel Stenbergif () => if()
2006-10-25 Daniel Stenbergupdated copyright year
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2005-01-25 Daniel StenbergUse plain structs and not typedef'ed ones in the hash...
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-10 Daniel Stenbergmake Curl_llist_insert_next() fail properly if malloc...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-09-11 Daniel Stenberg#ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remov...
2003-09-05 Daniel StenbergUses less macros. #ifdef'ed out unused functions. Edite...
2003-08-14 Daniel StenbergCurl_llist_destroy() checks the input for non-NULL
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-04-27 Daniel StenbergNow uses Curl_ as prefix for internal global symbols...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-02-17 Daniel StenbergPhilip Gladstone's 64-bit issues corrected.
2002-01-18 Daniel Stenbergadded typecast for a malloc() return, and added check...
2002-01-03 Daniel StenbergSterling Hughes' provided initial DNS cache source...