2004-05-17 |
Daniel Stenberg | 'make test-torture' in the root now runs a full torture... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | removed debug output and trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | grrr, fix the check again if no ftp server at all is... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | torture testing and a moved CVS repo |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | new Curl_done() proto |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | I made Curl_done() take a pointer-pointer in the first... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | better bailing out on memory failure |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | When waiting for the second connect, we now use alarm... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | improved the check for our own ftp server |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | modified to not leak memory if a libcurl function retur... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | Seshubabu Pasam's format fixes and added notes about... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | make it not leak memory when it returns prematurely |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | automatically delete trailing white space on save in... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | bail out nicely if strdup() returns NULL, removed trail... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | deleted trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Daniel Stenberg | fixed a warning on IRIX, deleted trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Daniel Stenberg | added string for the new share error code |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Daniel Stenberg | Added CURLSHE_NOMEM |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Daniel Stenberg | clean up properly on failure to enable easier libcurl... |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Daniel Stenberg | new cvs instructions |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Daniel Stenberg | enable memory debugging the same way the curl command... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | memory cleanup and check fix |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | check that memory allocation functions truly return... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | return on memory alloc fail |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | better bailing out in case of no memory |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | curl_free() doesn't free(NULL) but just returns |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | deal with input arguments as NULL |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | return CURLDIGEST_NOMEM when a memory function fails... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | mark a value as alloced when strdup()ed to prevent... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | bail out when no memory occurs |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | Gisle Vamem reintroduced the verifyconnect() call on... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | Gisle: minor fix |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | no more Curl_ldap_done |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | Added two two missing header files I missed when I... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | added https.c |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | basic https fetching script |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | made 'runtests.pl -t' run over all the tests just like... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | James Bursa's patch to avoid free(NULL) (mainly because... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | Check that memory functions return non-NULL or return... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | make sure the returned pointer is NULL when encoding... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | clean up and return better on out of memory |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | return NULL on out of memory |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | Curl_done() and the protocol-specific conn->curl_done... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | return faster when we "hit a wall" while printfing |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | general cleanup to bail out nice and clean when a memor... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | even if Curl_do() fails, we must call Curl_done() to... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | improved cleaning up in case of memory allocation failures |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | bail out if we can't allocate the new range string... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | Disable memdebug for the allocs done by the app, unless... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | new man page |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | use size_t better for buffer and alloc lengths |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | removed another jhrg-reference in a comment |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | Edited comments only. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | The Curl_unencode_XXX_write() function take a ssize_t... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Daniel Stenberg | Left-over from before the return-code fix. This is... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | fixed Curl_open() to not leak anything if one malloc... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | - Nico Stappenbelt reported that when processing domain... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | revert the accidentally added use of strace |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | minor leak in case of error, thanks to "./runtests... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | clear up memory on failure a little better |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | make the libidn pointer in the version struct a const |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | they're at least 36 functions now |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | updated to reflect reality! |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | cut out the changelog, it is far from accurate anyway |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | added curl_global_init_mem |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | curl_global_init_mem() allows the memory functions... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | Make this source code use our internal *printf(). |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | Added recent events to the log |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | more changes, more news, more people |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | another official download mirror |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | new attempt at an improved DSP-file generation |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | slightly better dealing of bad mem situations |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | Moved the fetching of the list of matching cookies... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | curl_slist_append() fixed to clear up properly if a... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | better detect if/when curl_slist_append() returns failu... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | if a malloc fails, clear up the memory and return failure |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | typo |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | the aprintf() versions now return NULL if _any_ alloc... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | better detection for when add_buffer() returns failure... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | Curl_hash_add() was modified to clear up better in... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | checkpasswd() prevents segfault by checking that input... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | James Bursa's adjustments to make the -t option work... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | make Curl_llist_insert_next() fail properly if malloc... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | better checking that strdup() works |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | Luca fixed the nc= in the digest line since it apparant... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | James Bursa added better error checking for failer... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | build curllib.dsp from these |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Daniel Stenberg | don't use -i when checking for our own server |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | James' and Gisle' reports/fixes |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | James Bursa changed two error message to use the displa... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | James Bursa's fix to make this deal with malloc(0)... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | We don't support any long protocol names so we can... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | count the formdata size using a 64bit size if avaialble |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | Made the lib/curllib.dsp file get generated automaticly |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | don't use a magic define name |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | This file is now generated at dist-time. |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | Generate curllib.dsp on dist.time from msvcproj.head... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Daniel Stenberg | get the display host name properly |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | removed two odd comments |
commit | commitdiff | tree | snapshot |
next |