Daniel Stenberg
|
ac3ae8f775
|
changed the check for command1.txt to test1, so that automatic testing
in 'make distcheck' will work
|
2001-05-28 14:32:05 +00:00 |
|
Daniel Stenberg
|
a51fd91db2
|
increased interface age
|
2001-05-28 14:12:58 +00:00 |
|
Daniel Stenberg
|
d300cf4d84
|
T. Bharath's comments about SSL cleanup incorporated, and the two new
curl_global_* functions
|
2001-05-28 14:12:43 +00:00 |
|
Daniel Stenberg
|
a9d0a85842
|
curl_global_cleanup and curl_global_init added to the family
|
2001-05-28 14:11:02 +00:00 |
|
Daniel Stenberg
|
81da4fc995
|
Added more test cases
|
2001-05-28 12:31:07 +00:00 |
|
Daniel Stenberg
|
b6ca1be1cd
|
test case converted to the new file format
|
2001-05-28 12:30:21 +00:00 |
|
Daniel Stenberg
|
20d67917c4
|
test: HTTP over proxy
|
2001-05-28 11:19:44 +00:00 |
|
Daniel Stenberg
|
915b10052c
|
Removed references to the previous file format, added some tests about
the new format but there's still much more to be said and done
|
2001-05-23 15:05:43 +00:00 |
|
Daniel Stenberg
|
d3516810a7
|
adjusted to the new test case formats
|
2001-05-23 15:02:58 +00:00 |
|
Daniel Stenberg
|
68af9a222e
|
Removed the former files using the old-style test case format, added the
new ones. Many more of the old ones must be "ported" to this new format
to make the test suite complete again.
|
2001-05-23 15:02:24 +00:00 |
|
Daniel Stenberg
|
58c3bdc1a4
|
new test case file format
|
2001-05-23 15:00:48 +00:00 |
|
Daniel Stenberg
|
72dec6cfec
|
Added Andres' comments about field 2 in netscape cookie files
|
2001-05-23 13:04:19 +00:00 |
|
Daniel Stenberg
|
8dc9f4330c
|
Andrés García's netscape cookie file parser fix
|
2001-05-23 09:26:45 +00:00 |
|
Daniel Stenberg
|
c77f77a1ce
|
general autoconf and automake fixes
|
2001-05-22 21:17:58 +00:00 |
|
Daniel Stenberg
|
2966ef6661
|
store httpcode _before_ doing the FAILONERROR check so that getinfo works
afterwards (bug #426442)
|
2001-05-22 21:09:09 +00:00 |
|
Daniel Stenberg
|
93c53424c8
|
cleanup commit for new autoconf+automake+libtool versions
|
2001-05-22 18:16:24 +00:00 |
|
Daniel Stenberg
|
4a2812c5e8
|
fixes and improvments
|
2001-05-22 12:05:05 +00:00 |
|
Daniel Stenberg
|
4852a4930c
|
turned newlines into DOS styles
|
2001-05-21 21:45:11 +00:00 |
|
Daniel Stenberg
|
b555ca5baa
|
made it binary in CVS to maintain DOS newlines and turned those newlines
into the DOS kind!
|
2001-05-21 21:42:38 +00:00 |
|
Daniel Stenberg
|
4a6eaf1b95
|
Added text about the test case numbering
|
2001-05-21 13:40:54 +00:00 |
|
Daniel Stenberg
|
a8bc40fe4e
|
doesn't run ssl tests if libcurl wasn't built with ssl support (and reports
about the libcurl SSL status)
|
2001-05-21 13:38:38 +00:00 |
|
Daniel Stenberg
|
1b9e26a287
|
added a lame double-check for libcrypto as otherwise it wouldn't get added
properly! (?) Anyone has any better solution then please step forward!
|
2001-05-21 13:33:03 +00:00 |
|
Daniel Stenberg
|
9f24645a5b
|
Added test case 400, the first ftps:// one
|
2001-05-21 13:31:49 +00:00 |
|
Daniel Stenberg
|
441a957d57
|
ftps test case data
|
2001-05-21 13:31:05 +00:00 |
|
Daniel Stenberg
|
adc0edc44b
|
slightly "hackish" approach to disable SSL during download if the connection
is a FTPS connection as the data transfer is then done unencrypted!
|
2001-05-21 13:30:01 +00:00 |
|
Daniel Stenberg
|
4836154cef
|
this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs
to
|
2001-05-18 14:42:41 +00:00 |
|
Daniel Stenberg
|
0058e87ed5
|
added some, removed some, moved around some.
|
2001-05-18 12:55:13 +00:00 |
|
Daniel Stenberg
|
23903306a7
|
nicer OpenSSL header check
|
2001-05-18 12:36:38 +00:00 |
|
Daniel Stenberg
|
49b9926d5a
|
our internal strlcat() is now named Curl_strlcat()
|
2001-05-18 12:03:30 +00:00 |
|
Daniel Stenberg
|
6c50d2ee7d
|
strlcat() is now Curl_strlcat() instead to prevent collisions when used with
other libs
|
2001-05-18 10:02:44 +00:00 |
|
Daniel Stenberg
|
9e8615ae1d
|
strlcpy() turned static
|
2001-05-18 10:02:12 +00:00 |
|
Daniel Stenberg
|
bb51c20c8b
|
Added #define CURLE_ALREADY_COMPLETE to not break compiles that use that
symbol, but libcurl will not return this ever
|
2001-05-16 14:45:50 +00:00 |
|
Daniel Stenberg
|
a84af986fd
|
added pointer to the examples/getinmemory.c source code for paragraph
5.2 "How can I receive all data into a large memory chunk?"
|
2001-05-15 13:09:27 +00:00 |
|
Daniel Stenberg
|
3ab3be1b6e
|
Added getinmemory.c
|
2001-05-15 13:08:23 +00:00 |
|
Daniel Stenberg
|
3ceb2bcbb9
|
this might actually compile too...
|
2001-05-15 13:04:53 +00:00 |
|
Daniel Stenberg
|
2457a31948
|
an example on how you can use the write callback to receive data in a memory
chunk
|
2001-05-15 13:03:53 +00:00 |
|
Daniel Stenberg
|
9e1e318691
|
We need -lpthread for the pthread example
|
2001-05-15 12:56:38 +00:00 |
|
Daniel Stenberg
|
e1132ecbe6
|
corrected
|
2001-05-15 12:55:35 +00:00 |
|
Daniel Stenberg
|
ccb92f1a8a
|
Added Pawel A. Gajda
|
2001-05-15 11:00:29 +00:00 |
|
Daniel Stenberg
|
8526fa97ce
|
Pawel A. Gajda fixed resumed transfers on persistent connections
|
2001-05-15 07:21:13 +00:00 |
|
Daniel Stenberg
|
f85c29aad8
|
Added the first https test: 300
|
2001-05-14 12:25:04 +00:00 |
|
Daniel Stenberg
|
4677f733b2
|
pid files fixes, ftp server already-running-but-no-control check
|
2001-05-14 12:09:47 +00:00 |
|
Daniel Stenberg
|
e82d2dc634
|
Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl
|
2001-05-14 11:29:47 +00:00 |
|
Daniel Stenberg
|
b56f1e5185
|
added a pointer to the download web page
|
2001-05-14 07:08:22 +00:00 |
|
Daniel Stenberg
|
c7c942861a
|
Added tons of comments all over
|
2001-05-12 16:11:14 +00:00 |
|
Daniel Stenberg
|
a50fac0e63
|
multiple transfer path fixes, location fixes, resume download changes,
ssl peer verify fixes and more
|
2001-05-12 09:49:04 +00:00 |
|
Daniel Stenberg
|
e0f56897d5
|
CURLE_ALREADY_COMPLETE is removed
CURLE_SSL_PEER_CERTIFICATE is added
|
2001-05-12 09:37:51 +00:00 |
|
Daniel Stenberg
|
c7dbde9f3f
|
Uses the Curl_SSLConnect() according to the new return type
|
2001-05-12 09:30:42 +00:00 |
|
Daniel Stenberg
|
8fd89d6b93
|
fixed Curl_SSLConnect() to return CURLcode errors, including the new error
code for peer certificate errors
|
2001-05-12 09:29:56 +00:00 |
|
Daniel Stenberg
|
632e951e14
|
changed wording to make it more obvious I don't continuously work on this.
|
2001-05-11 14:07:58 +00:00 |
|