| Commit message (Expand) | Author | Age | Files | Lines |
* | hash.c: fix OOM triggered segfault | Yang Tse | 2011-12-25 | 1 | -0/+3 |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-11 | 1 | -4/+13 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -1/+5 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+0 |
* | unittest: mark all unit tested functions | Daniel Stenberg | 2011-06-10 | 1 | -1/+4 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -12/+12 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | - Constantine Sapuntzakis posted bug #2891595 | Daniel Stenberg | 2009-11-11 | 1 | -4/+5 |
* | Adjusted to take in account that... | Yang Tse | 2009-06-10 | 1 | -1/+1 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -2/+2 |
* | add null-pointer check | Yang Tse | 2008-10-27 | 1 | -1/+2 |
* | add missing header inclusions | Yang Tse | 2008-10-25 | 1 | -2/+5 |
* | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | 2008-10-23 | 1 | -1/+1 |
* | remove debug-code which zero-filled some structures before free()ing them | Yang Tse | 2008-10-20 | 1 | -2/+0 |
* | oops | Yang Tse | 2008-10-19 | 1 | -1/+1 |
* | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse | 2008-10-19 | 1 | -0/+4 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -4/+3 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -13/+13 |
* | Renamed a few variables to avoid shadowing global declarations. | Dan Fandrich | 2007-09-27 | 1 | -4/+4 |
* | Added lots of consts | Dan Fandrich | 2007-08-29 | 1 | -3/+3 |
* | Robert Iakobashvili re-arranged the internal hash code to work with a custom | Daniel Stenberg | 2007-06-26 | 1 | -40/+59 |
* | Added a useful debug function within #if 0. The function makes it easy to | Daniel Stenberg | 2006-09-10 | 1 | -1/+32 |
* | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg | 2006-04-10 | 1 | -4/+22 |
* | Use plain structs and not typedef'ed ones in the hash and linked-list code. | Daniel Stenberg | 2005-01-25 | 1 | -30/+29 |
* | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg | 2004-06-24 | 1 | -42/+11 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -3/+1 |
* | Curl_hash_add() was modified to clear up better in case of internal failure. | Daniel Stenberg | 2004-05-10 | 1 | -2/+8 |
* | better checking that strdup() works | Daniel Stenberg | 2004-05-10 | 1 | -3/+11 |
* | improved the cleaning up of memory when we fail to resolve names due to | Daniel Stenberg | 2004-05-04 | 1 | -1/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | make sure that hash_add() has no allocated resources left in case it | Daniel Stenberg | 2003-12-15 | 1 | -7/+8 |
* | Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST | Daniel Stenberg | 2003-09-14 | 1 | -11/+10 |
* | Uses less macros. #ifdef'ed out unused functions. Edited slightly to be | Daniel Stenberg | 2003-09-05 | 1 | -49/+61 |
* | 1. check allocs | Daniel Stenberg | 2003-08-14 | 1 | -9/+24 |
* | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | removed weirdo {{{ and }}} comments | Daniel Stenberg | 2003-01-29 | 1 | -53/+4 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg | 2002-11-05 | 1 | -9/+9 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | DNC cache prune crash removed, made the name spacing follow the general | Daniel Stenberg | 2002-04-27 | 1 | -23/+31 |
* | Prune old hostcache entries with each call... | Sterling Hughes | 2002-04-17 | 1 | -0/+20 |
* | Add protos and change return value of curl_hash_count.... | Sterling Hughes | 2002-04-13 | 1 | -1/+19 |
* | Speed up the hash code considerably, removing a bunch of legacy crud | Sterling Hughes | 2002-04-12 | 1 | -121/+98 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Philip Gladstone's 64-bit issues corrected. | Daniel Stenberg | 2002-02-17 | 1 | -2/+2 |
* | I wish I could type. Anyway, this proved it is a good habit to put the NULL | Daniel Stenberg | 2002-01-18 | 1 | -1/+1 |
* | added typecast for a malloc() return, and added check for NULL | Daniel Stenberg | 2002-01-18 | 1 | -1/+4 |
* | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes | 2002-01-07 | 1 | -0/+11 |
* | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg | 2002-01-03 | 1 | -0/+271 |