Age | Commit message (Expand) | Author |
2010-08-15 | Curl_llist_insert_next: allow insertion first in the list | Daniel Stenberg |
2010-08-10 | llist: hide Curl_llist_init | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2008-10-20 | remove debug-code which zero-filled some structures before free()ing them | Yang Tse |
2008-10-19 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |
2006-10-25 | updated copyright year | Daniel Stenberg |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2005-01-25 | Use plain structs and not typedef'ed ones in the hash and linked-list code. | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-10 | make Curl_llist_insert_next() fail properly if malloc() fails | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-09-11 | #ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remove_next, as they are | Daniel Stenberg |
2003-09-05 | Uses less macros. #ifdef'ed out unused functions. Edited slightly to be | Daniel Stenberg |
2003-08-14 | Curl_llist_destroy() checks the input for non-NULL | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-04-27 | Now uses Curl_ as prefix for internal global symbols. curl_ should only be | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-02-17 | Philip Gladstone's 64-bit issues corrected. | Daniel Stenberg |
2002-01-18 | added typecast for a malloc() return, and added check for NULL | Daniel Stenberg |
2002-01-03 | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg |