Age | Commit message (Expand) | Author |
2004-05-17 | better bailing out on memory failure | Daniel Stenberg |
2004-05-17 | bail out nicely if strdup() returns NULL, removed trailing whitespace | Daniel Stenberg |
2004-05-17 | deleted trailing whitespace | Daniel Stenberg |
2004-05-17 | fixed a warning on IRIX, deleted trailing whitespace | Daniel Stenberg |
2004-05-14 | added string for the new share error code | Daniel Stenberg |
2004-05-13 | memory cleanup and check fix | Daniel Stenberg |
2004-05-13 | check that memory allocation functions truly return good data or bail out | Daniel Stenberg |
2004-05-13 | return on memory alloc fail | Daniel Stenberg |
2004-05-13 | better bailing out in case of no memory | Daniel Stenberg |
2004-05-13 | curl_free() doesn't free(NULL) but just returns | Daniel Stenberg |
2004-05-13 | deal with input arguments as NULL | Daniel Stenberg |
2004-05-13 | return CURLDIGEST_NOMEM when a memory function fails to deliver | Daniel Stenberg |
2004-05-13 | mark a value as alloced when strdup()ed to prevent memory leaks | Daniel Stenberg |
2004-05-13 | bail out when no memory occurs | Daniel Stenberg |
2004-05-13 | Gisle Vamem reintroduced the verifyconnect() call on windows as well, and | Daniel Stenberg |
2004-05-13 | Gisle: minor fix | Daniel Stenberg |
2004-05-13 | no more Curl_ldap_done | Daniel Stenberg |
2004-05-13 | Added two two missing header files I missed when I removed the noinst_HEADERS | Daniel Stenberg |
2004-05-12 | Check that memory functions return non-NULL or return error. | Daniel Stenberg |
2004-05-12 | make sure the returned pointer is NULL when encoding fails | Daniel Stenberg |
2004-05-12 | clean up and return better on out of memory | Daniel Stenberg |
2004-05-12 | return NULL on out of memory | Daniel Stenberg |
2004-05-12 | Curl_done() and the protocol-specific conn->curl_done() functions now all | Daniel Stenberg |
2004-05-12 | return faster when we "hit a wall" while printfing | Daniel Stenberg |
2004-05-12 | general cleanup to bail out nice and clean when a memory function fails | Daniel Stenberg |
2004-05-12 | even if Curl_do() fails, we must call Curl_done() to do proper cleaning up | Daniel Stenberg |
2004-05-12 | improved cleaning up in case of memory allocation failures | Daniel Stenberg |
2004-05-12 | bail out if we can't allocate the new range string, and make use of aprintf() | Daniel Stenberg |
2004-05-12 | use size_t better for buffer and alloc lengths | Daniel Stenberg |
2004-05-12 | removed another jhrg-reference in a comment | Daniel Stenberg |
2004-05-12 | Edited comments only. | Daniel Stenberg |
2004-05-12 | The Curl_unencode_XXX_write() function take a ssize_t as third argument, so | Daniel Stenberg |
2004-05-12 | Left-over from before the return-code fix. This is probably the code that | Daniel Stenberg |
2004-05-11 | fixed Curl_open() to not leak anything if one malloc() fails, fix by | Daniel Stenberg |
2004-05-11 | minor leak in case of error, thanks to "./runtests.pl -n -t 25" | Daniel Stenberg |
2004-05-11 | clear up memory on failure a little better | Daniel Stenberg |
2004-05-11 | cut out the changelog, it is far from accurate anyway | Daniel Stenberg |
2004-05-11 | added curl_global_init_mem | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-11 | *** empty log message *** | Daniel Stenberg |
2004-05-11 | Make this source code use our internal *printf(). | Daniel Stenberg |
2004-05-11 | new attempt at an improved DSP-file generation | Daniel Stenberg |
2004-05-10 | Moved the fetching of the list of matching cookies to make it easier to free | Daniel Stenberg |
2004-05-10 | curl_slist_append() fixed to clear up properly if a memory function fails | Daniel Stenberg |
2004-05-10 | if a malloc fails, clear up the memory and return failure | Daniel Stenberg |
2004-05-10 | typo | Daniel Stenberg |
2004-05-10 | the aprintf() versions now return NULL if _any_ alloc along the way failed, | Daniel Stenberg |
2004-05-10 | better detection for when add_buffer() returns failure, and return when that | Daniel Stenberg |
2004-05-10 | Curl_hash_add() was modified to clear up better in case of internal failure. | Daniel Stenberg |
2004-05-10 | make Curl_llist_insert_next() fail properly if malloc() fails | Daniel Stenberg |