Age | Commit message (Expand) | Author |
2001-05-29 | beauty fix | Daniel Stenberg |
2001-05-29 | global_init() takes that flag argument | Daniel Stenberg |
2001-05-28 | 7.8-pre1 commit | Daniel Stenberg |
2001-05-28 | fixes | Daniel Stenberg |
2001-05-28 | added libtool | Daniel Stenberg |
2001-05-28 | major: curl_general_init/cleanup | Daniel Stenberg |
2001-05-28 | ftps:// works | Daniel Stenberg |
2001-05-28 | adjusted the global_init() call to pass the new flag argument too | Daniel Stenberg |
2001-05-28 | global_init() takes a flag option now, to tell libcurl what _not_ to init. | Daniel Stenberg |
2001-05-28 | better -v use, passes -I to all perl invokes | Daniel Stenberg |
2001-05-28 | added calls to curl_global_*, they aren't really needed for this application | Daniel Stenberg |
2001-05-28 | added 'curl-config --vernum' for hardcore hex version output | Daniel Stenberg |
2001-05-28 | changed the check for command1.txt to test1, so that automatic testing | Daniel Stenberg |
2001-05-28 | increased interface age | Daniel Stenberg |
2001-05-28 | T. Bharath's comments about SSL cleanup incorporated, and the two new | Daniel Stenberg |
2001-05-28 | curl_global_cleanup and curl_global_init added to the family | Daniel Stenberg |
2001-05-28 | Added more test cases | Daniel Stenberg |
2001-05-28 | test case converted to the new file format | Daniel Stenberg |
2001-05-28 | test: HTTP over proxy | Daniel Stenberg |
2001-05-23 | Removed references to the previous file format, added some tests about | Daniel Stenberg |
2001-05-23 | adjusted to the new test case formats | Daniel Stenberg |
2001-05-23 | Removed the former files using the old-style test case format, added the | Daniel Stenberg |
2001-05-23 | new test case file format | Daniel Stenberg |
2001-05-23 | Added Andres' comments about field 2 in netscape cookie files | Daniel Stenberg |
2001-05-23 | Andrés García's netscape cookie file parser fix | Daniel Stenberg |
2001-05-22 | general autoconf and automake fixes | Daniel Stenberg |
2001-05-22 | store httpcode _before_ doing the FAILONERROR check so that getinfo works | Daniel Stenberg |
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg |
2001-05-22 | fixes and improvments | Daniel Stenberg |
2001-05-21 | turned newlines into DOS styles | Daniel Stenberg |
2001-05-21 | made it binary in CVS to maintain DOS newlines and turned those newlines | Daniel Stenberg |
2001-05-21 | Added text about the test case numbering | Daniel Stenberg |
2001-05-21 | doesn't run ssl tests if libcurl wasn't built with ssl support (and reports | Daniel Stenberg |
2001-05-21 | added a lame double-check for libcrypto as otherwise it wouldn't get added | Daniel Stenberg |
2001-05-21 | Added test case 400, the first ftps:// one | Daniel Stenberg |
2001-05-21 | ftps test case data | Daniel Stenberg |
2001-05-21 | slightly "hackish" approach to disable SSL during download if the connection | Daniel Stenberg |
2001-05-18 | this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs | Daniel Stenberg |
2001-05-18 | added some, removed some, moved around some. | Daniel Stenberg |
2001-05-18 | nicer OpenSSL header check | Daniel Stenberg |
2001-05-18 | our internal strlcat() is now named Curl_strlcat() | Daniel Stenberg |
2001-05-18 | strlcat() is now Curl_strlcat() instead to prevent collisions when used with | Daniel Stenberg |
2001-05-18 | strlcpy() turned static | Daniel Stenberg |
2001-05-16 | Added #define CURLE_ALREADY_COMPLETE to not break compiles that use that | Daniel Stenberg |
2001-05-15 | added pointer to the examples/getinmemory.c source code for paragraph | Daniel Stenberg |
2001-05-15 | Added getinmemory.c | Daniel Stenberg |
2001-05-15 | this might actually compile too... | Daniel Stenberg |
2001-05-15 | an example on how you can use the write callback to receive data in a memory | Daniel Stenberg |
2001-05-15 | We need -lpthread for the pthread example | Daniel Stenberg |
2001-05-15 | corrected | Daniel Stenberg |