Age | Commit message (Expand) | Author |
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 |
2004-05-10 | better checking that strdup() works | Daniel Stenberg |
2004-05-10 | Luca fixed the nc= in the digest line since it apparantly should not have | Daniel Stenberg |
2004-05-10 | James Bursa added better error checking for failer memory calls when | Daniel Stenberg |
2004-05-10 | build curllib.dsp from these | Daniel Stenberg |
2004-05-07 | James Bursa changed two error message to use the display-name instead of the | Daniel Stenberg |
2004-05-07 | We don't support any long protocol names so we can use a smaller buffer. | Daniel Stenberg |
2004-05-07 | count the formdata size using a 64bit size if avaialble | Daniel Stenberg |
2004-05-07 | don't use a magic define name | Daniel Stenberg |
2004-05-07 | This file is now generated at dist-time. | Daniel Stenberg |
2004-05-07 | Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the | Daniel Stenberg |
2004-05-07 | get the display host name properly | Daniel Stenberg |
2004-05-06 | removed two odd comments | Daniel Stenberg |
2004-05-06 | Michael Benedict brought a fix that fills in the errorbuffer properly | Daniel Stenberg |
2004-05-06 | if no strerror_r prototype is found, we provide our own to prevent picky | Daniel Stenberg |
2004-05-06 | removed the unused 'len' variable, made use of the ptr pointer even if no | Daniel Stenberg |
2004-05-06 | typecast the unsigned long to plain long to prevent compiler warnings | Daniel Stenberg |
2004-05-06 | unused variable removed | Daniel Stenberg |
2004-05-06 | use %ld to printf now.tv_sec | Daniel Stenberg |
2004-05-06 | curlx.h is a header to add to the release archive(s) | Daniel Stenberg |
2004-05-05 | hm, avoid division by zero more carefully with that new percentage math | Daniel Stenberg |
2004-05-05 | Joe Halpin fixed the warning on the typecast from data pointer to function | Daniel Stenberg |
2004-05-05 | Gisle fixed the percentage to work, I adjusted it slightly to not as easily | Daniel Stenberg |
2004-05-05 | Gisle-fix: constified the 'interface' argument. | Daniel Stenberg |
2004-05-05 | Gisle fix: curl_formparse is gone. | Daniel Stenberg |
2004-05-05 | Gisle fixed: don't reference 'mem' if it's NULL. | Daniel Stenberg |
2004-05-05 | initiate variables properly to default to no auth for server and proxy | Daniel Stenberg |
2004-05-05 | made the progress meter display not overflow even if _very_ large files | Daniel Stenberg |
2004-05-05 | if the values allow it, avoid floting point math for the current speed | Daniel Stenberg |