| Commit message (Expand) | Author | Age | Files | Lines |
* | updated to reflect reality! | Daniel Stenberg | 2004-05-11 | 1 | -27/+34 |
* | cut out the changelog, it is far from accurate anyway | Daniel Stenberg | 2004-05-11 | 1 | -10/+0 |
* | added curl_global_init_mem | Daniel Stenberg | 2004-05-11 | 1 | -0/+1 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 48 | -275/+299 |
* | *** empty log message *** | Daniel Stenberg | 2004-05-11 | 1 | -0/+50 |
* | Make this source code use our internal *printf(). | Daniel Stenberg | 2004-05-11 | 1 | -50/+50 |
* | Added recent events to the log | Daniel Stenberg | 2004-05-11 | 1 | -1/+19 |
* | more changes, more news, more people | Daniel Stenberg | 2004-05-11 | 1 | -1/+4 |
* | another official download mirror | Daniel Stenberg | 2004-05-11 | 1 | -0/+1 |
* | new attempt at an improved DSP-file generation | Daniel Stenberg | 2004-05-11 | 3 | -39/+56 |
* | slightly better dealing of bad mem situations | Daniel Stenberg | 2004-05-10 | 1 | -4/+9 |
* | Moved the fetching of the list of matching cookies to make it easier to free | Daniel Stenberg | 2004-05-10 | 1 | -34/+35 |
* | curl_slist_append() fixed to clear up properly if a memory function fails | Daniel Stenberg | 2004-05-10 | 1 | -9/+17 |
* | better detect if/when curl_slist_append() returns failure, and bail out | Daniel Stenberg | 2004-05-10 | 1 | -7/+29 |
* | if a malloc fails, clear up the memory and return failure | Daniel Stenberg | 2004-05-10 | 1 | -0/+10 |
* | typo | Daniel Stenberg | 2004-05-10 | 1 | -1/+1 |
* | the aprintf() versions now return NULL if _any_ alloc along the way failed, | Daniel Stenberg | 2004-05-10 | 1 | -3/+10 |
* | better detection for when add_buffer() returns failure, and return when that | Daniel Stenberg | 2004-05-10 | 1 | -7/+17 |
* | Curl_hash_add() was modified to clear up better in case of internal failure. | Daniel Stenberg | 2004-05-10 | 1 | -2/+8 |
* | checkpasswd() prevents segfault by checking that input argument is non-NULL | Daniel Stenberg | 2004-05-10 | 1 | -1/+5 |
* | James Bursa's adjustments to make the -t option work for any test case. | Daniel Stenberg | 2004-05-10 | 1 | -100/+79 |
* | make Curl_llist_insert_next() fail properly if malloc() fails | Daniel Stenberg | 2004-05-10 | 1 | -4/+11 |
* | better checking that strdup() works | Daniel Stenberg | 2004-05-10 | 1 | -3/+11 |
* | Luca fixed the nc= in the digest line since it apparantly should not have | Daniel Stenberg | 2004-05-10 | 1 | -1/+1 |
* | James Bursa added better error checking for failer memory calls when | Daniel Stenberg | 2004-05-10 | 1 | -27/+102 |
* | build curllib.dsp from these | Daniel Stenberg | 2004-05-10 | 2 | -0/+103 |
* | don't use -i when checking for our own server | Daniel Stenberg | 2004-05-10 | 1 | -1/+1 |
* | James' and Gisle' reports/fixes | Daniel Stenberg | 2004-05-07 | 1 | -0/+9 |
* | James Bursa changed two error message to use the display-name instead of the | Daniel Stenberg | 2004-05-07 | 1 | -2/+2 |
* | James Bursa's fix to make this deal with malloc(0) as OK to free() | Daniel Stenberg | 2004-05-07 | 1 | -1/+1 |
* | We don't support any long protocol names so we can use a smaller buffer. | Daniel Stenberg | 2004-05-07 | 2 | -3/+3 |
* | count the formdata size using a 64bit size if avaialble | Daniel Stenberg | 2004-05-07 | 1 | -1/+1 |
* | Made the lib/curllib.dsp file get generated automaticly | Daniel Stenberg | 2004-05-07 | 1 | -0/+7 |
* | don't use a magic define name | Daniel Stenberg | 2004-05-07 | 1 | -2/+2 |
* | This file is now generated at dist-time. | Daniel Stenberg | 2004-05-07 | 1 | -422/+0 |
* | Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the | Daniel Stenberg | 2004-05-07 | 1 | -1/+13 |
* | get the display host name properly | Daniel Stenberg | 2004-05-07 | 1 | -1/+1 |
* | removed two odd comments | Daniel Stenberg | 2004-05-06 | 1 | -3/+0 |
* | little fixes | Daniel Stenberg | 2004-05-06 | 2 | -2/+24 |
* | removed the warning if libidn isn't found | Daniel Stenberg | 2004-05-06 | 1 | -1/+0 |
* | very minor output change | Daniel Stenberg | 2004-05-06 | 1 | -1/+1 |
* | simplied the creation of new urls | Daniel Stenberg | 2004-05-06 | 1 | -13/+7 |
* | %ld for long | Daniel Stenberg | 2004-05-06 | 1 | -1/+1 |
* | int/long fix | Daniel Stenberg | 2004-05-06 | 1 | -1/+1 |
* | Michael Benedict brought a fix that fills in the errorbuffer properly | Daniel Stenberg | 2004-05-06 | 1 | -1/+4 |
* | typo AGAIN | Daniel Stenberg | 2004-05-06 | 1 | -1/+1 |
* | When using the icc compiler, we also ignore remark #1418 "external definition | Daniel Stenberg | 2004-05-06 | 1 | -1/+2 |
* | printf %s with plain 'char *', not unsigned ones to silence icc's picky | Daniel Stenberg | 2004-05-06 | 1 | -2/+2 |
* | if no strerror_r prototype is found, we provide our own to prevent picky | Daniel Stenberg | 2004-05-06 | 2 | -0/+20 |
* | removed the unused 'len' variable, made use of the ptr pointer even if no | Daniel Stenberg | 2004-05-06 | 1 | -5/+3 |