928ff54388includes setup.h, and thus I could remove the _REENTRANT define
Daniel Stenberg
2001-05-31 07:00:21 +00:00
95c94bf658the CURL_GLOBAL flags are now used to set what parts to init globally
Daniel Stenberg
2001-05-31 06:10:25 +00:00
7f295939d0went back to the version where the flags argument to curl_global_init() specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely.
Daniel Stenberg
2001-05-31 06:06:37 +00:00
aa27db6986removed the prototype and made it include string.h instead
Daniel Stenberg
2001-05-31 06:05:32 +00:00
4ce5fa3ea9Sterling Hughes suggested we set 'static' before size_t...
Daniel Stenberg
2001-05-31 05:55:42 +00:00
ffa7c13117libcurl now has MUTE and NOPROGRESS set by default
Daniel Stenberg
2001-05-30 12:51:24 +00:00
870bacd689include strtok.h to get the prototype
Daniel Stenberg
2001-05-30 11:06:56 +00:00
d9f39cc99bfinally fixed the 'ret' compiler warning
Daniel Stenberg
2001-05-30 11:06:33 +00:00
f2e6d235f2removed python interface, there is one now! ;-)
Daniel Stenberg
2001-05-30 10:42:18 +00:00
baa220c1af-# fix, thread fix, easy.c compile fix and more
Daniel Stenberg
2001-05-30 10:34:14 +00:00
cabef4732dmade the automake line re-build from _all_ Makefile.am files in the source tree
Daniel Stenberg
2001-05-30 10:29:39 +00:00
cab90bf98aenglish fix
Daniel Stenberg
2001-05-30 08:01:35 +00:00
ab449cce73now uses CURL_GLOBAL_DEFAULT
Daniel Stenberg
2001-05-30 08:01:09 +00:00
b541537c66curl_global_init() support for CURL_GLOBAL_NOT_SSL
Daniel Stenberg
2001-05-30 08:00:29 +00:00
285e998faeSterling Hughes's fixes
Daniel Stenberg
2001-05-30 07:59:47 +00:00
c503930b8dAdded Solaris 'pkgadd' building support to packages collection and autoconf/automake files
Cris Bailiff
2001-05-30 04:31:32 +00:00
5c6859e537not used in autoconf version 2.50
Daniel Stenberg
2001-05-29 19:28:50 +00:00
4e376a2f1acheck for strtok_r
Daniel Stenberg
2001-05-29 19:25:28 +00:00
edd608aa76curl_ => Curl_
Daniel Stenberg
2001-05-29 19:20:37 +00:00
88d536eb3bre-indented to follow "project curl"-style, renamed curl_ prefix to Curl_
Daniel Stenberg
2001-05-29 19:20:21 +00:00
d567659bf4strtok() replaced with strtok_r()
Daniel Stenberg
2001-05-29 19:17:39 +00:00
e0558ae541adjusted for automake 1.4+
Daniel Stenberg
2001-05-29 19:17:19 +00:00
034f6378daAdded strtok.[ch]
Daniel Stenberg
2001-05-29 19:17:03 +00:00
af129c499ewe rqeuire autoconf 2.50 now
Daniel Stenberg
2001-05-29 19:14:46 +00:00
8b4809a898fixed the -# to write to the same as --stderr is set to
Daniel Stenberg
2001-05-29 18:30:47 +00:00
88d14e96ca3.11 How do I POST with a different Content-Type?
Daniel Stenberg
2001-05-29 14:02:20 +00:00
04d1491a6bclarified the MUTE option
Daniel Stenberg
2001-05-29 13:28:03 +00:00
de16ddd5b4updated, improved language at a few places
Daniel Stenberg
2001-05-29 13:23:41 +00:00
27751df6ecmoved list of authors to the separate THANKS file and added that to the release archive
Daniel Stenberg
2001-05-29 12:09:47 +00:00
cf02eb11f6text: added in 7.8
Daniel Stenberg
2001-05-29 12:09:15 +00:00
22b8d387bcbeauty fix
Daniel Stenberg
2001-05-29 08:27:43 +00:00
bfd89c8078global_init() takes that flag argument
Daniel Stenberg
2001-05-29 07:20:31 +00:00
223c48e6b57.8-pre1 commit
Daniel Stenberg
2001-05-28 21:50:00 +00:00
7bb7550e23fixes
Daniel Stenberg
2001-05-28 21:49:45 +00:00
adf00f5b2eadded libtool
Daniel Stenberg
2001-05-28 21:49:01 +00:00
0844c4fdb2major: curl_general_init/cleanup
Daniel Stenberg
2001-05-28 21:45:36 +00:00
38cabc4fdbftps:// works
Daniel Stenberg
2001-05-28 21:45:10 +00:00
ec340e3e33adjusted the global_init() call to pass the new flag argument too
Daniel Stenberg
2001-05-28 15:31:12 +00:00
f44f512f24global_init() takes a flag option now, to tell libcurl what _not_ to init. it will make it better when the application uses several libs that use openssl and it also enables us to do the win32 winsock initing in the future if we want to
Daniel Stenberg
2001-05-28 15:30:38 +00:00
ce0e2cc017better -v use, passes -I to all perl invokes
Daniel Stenberg
2001-05-28 15:26:15 +00:00
b082832220added calls to curl_global_*, they aren't really needed for this application but it shows good manner to always cleanup
Daniel Stenberg
2001-05-28 15:06:46 +00:00
1e5e0f9a26added 'curl-config --vernum' for hardcore hex version output
Daniel Stenberg
2001-05-28 14:58:07 +00:00
ac3ae8f775changed the check for command1.txt to test1, so that automatic testing in 'make distcheck' will work
Daniel Stenberg
2001-05-28 14:32:05 +00:00
a51fd91db2increased interface age
Daniel Stenberg
2001-05-28 14:12:58 +00:00
d300cf4d84T. Bharath's comments about SSL cleanup incorporated, and the two new curl_global_* functions
Daniel Stenberg
2001-05-28 14:12:43 +00:00
a9d0a85842curl_global_cleanup and curl_global_init added to the family
Daniel Stenberg
2001-05-28 14:11:02 +00:00
81da4fc995Added more test cases
Daniel Stenberg
2001-05-28 12:31:07 +00:00
b6ca1be1cdtest case converted to the new file format
Daniel Stenberg
2001-05-28 12:30:21 +00:00
20d67917c4test: HTTP over proxy
Daniel Stenberg
2001-05-28 11:19:44 +00:00
915b10052cRemoved references to the previous file format, added some tests about the new format but there's still much more to be said and done
Daniel Stenberg
2001-05-23 15:05:43 +00:00
d3516810a7adjusted to the new test case formats
Daniel Stenberg
2001-05-23 15:02:58 +00:00
68af9a222eRemoved 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.
Daniel Stenberg
2001-05-23 15:02:24 +00:00
58c3bdc1a4new test case file format
Daniel Stenberg
2001-05-23 15:00:48 +00:00
72dec6cfecAdded Andres' comments about field 2 in netscape cookie files
Daniel Stenberg
2001-05-23 13:04:19 +00:00
c77f77a1cegeneral autoconf and automake fixes
Daniel Stenberg
2001-05-22 21:17:58 +00:00
2966ef6661store httpcode _before_ doing the FAILONERROR check so that getinfo works afterwards (bug #426442)
Daniel Stenberg
2001-05-22 21:09:09 +00:00
93c53424c8cleanup commit for new autoconf+automake+libtool versions
Daniel Stenberg
2001-05-22 18:16:24 +00:00
4a2812c5e8fixes and improvments
Daniel Stenberg
2001-05-22 12:05:05 +00:00
4852a4930cturned newlines into DOS styles
Daniel Stenberg
2001-05-21 21:45:11 +00:00
b555ca5baamade it binary in CVS to maintain DOS newlines and turned those newlines into the DOS kind!
Daniel Stenberg
2001-05-21 21:42:38 +00:00
4a6eaf1b95Added text about the test case numbering
Daniel Stenberg
2001-05-21 13:40:54 +00:00
a8bc40fe4edoesn't run ssl tests if libcurl wasn't built with ssl support (and reports about the libcurl SSL status)
Daniel Stenberg
2001-05-21 13:38:38 +00:00
1b9e26a287added a lame double-check for libcrypto as otherwise it wouldn't get added properly! (?) Anyone has any better solution then please step forward!
Daniel Stenberg
2001-05-21 13:33:03 +00:00
9f24645a5bAdded test case 400, the first ftps:// one
Daniel Stenberg
2001-05-21 13:31:49 +00:00
441a957d57ftps test case data
Daniel Stenberg
2001-05-21 13:31:05 +00:00
adc0edc44bslightly "hackish" approach to disable SSL during download if the connection is a FTPS connection as the data transfer is then done unencrypted!
Daniel Stenberg
2001-05-21 13:30:01 +00:00
4836154cefthis should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs to
Daniel Stenberg
2001-05-18 14:42:41 +00:00
0058e87ed5added some, removed some, moved around some.
Daniel Stenberg
2001-05-18 12:55:13 +00:00
23903306a7nicer OpenSSL header check
Daniel Stenberg
2001-05-18 12:36:38 +00:00
49b9926d5aour internal strlcat() is now named Curl_strlcat()
Daniel Stenberg
2001-05-18 12:03:30 +00:00
6c50d2ee7dstrlcat() is now Curl_strlcat() instead to prevent collisions when used with other libs
Daniel Stenberg
2001-05-18 10:02:44 +00:00
9e8615ae1dstrlcpy() turned static
Daniel Stenberg
2001-05-18 10:02:12 +00:00
bb51c20c8bAdded #define CURLE_ALREADY_COMPLETE to not break compiles that use that symbol, but libcurl will not return this ever
Daniel Stenberg
2001-05-16 14:45:50 +00:00
a84af986fdadded pointer to the examples/getinmemory.c source code for paragraph 5.2 "How can I receive all data into a large memory chunk?"
Daniel Stenberg
2001-05-15 13:09:27 +00:00
3ab3be1b6eAdded getinmemory.c
Daniel Stenberg
2001-05-15 13:08:23 +00:00
3ceb2bcbb9this might actually compile too...
Daniel Stenberg
2001-05-15 13:04:53 +00:00
2457a31948an example on how you can use the write callback to receive data in a memory chunk
Daniel Stenberg
2001-05-15 13:03:53 +00:00
9e1e318691We need -lpthread for the pthread example
Daniel Stenberg
2001-05-15 12:56:38 +00:00
e1132ecbe6corrected
Daniel Stenberg
2001-05-15 12:55:35 +00:00
ccb92f1a8aAdded Pawel A. Gajda
Daniel Stenberg
2001-05-15 11:00:29 +00:00
8526fa97cePawel A. Gajda fixed resumed transfers on persistent connections
Daniel Stenberg
2001-05-15 07:21:13 +00:00
f85c29aad8Added the first https test: 300
Daniel Stenberg
2001-05-14 12:25:04 +00:00
4677f733b2pid files fixes, ftp server already-running-but-no-control check
Daniel Stenberg
2001-05-14 12:09:47 +00:00
e82d2dc634Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl
Daniel Stenberg
2001-05-14 11:29:47 +00:00
b56f1e5185added a pointer to the download web page
Daniel Stenberg
2001-05-14 07:08:22 +00:00
c7c942861aAdded tons of comments all over
Daniel Stenberg
2001-05-12 16:11:14 +00:00
a50fac0e63multiple transfer path fixes, location fixes, resume download changes, ssl peer verify fixes and more
Daniel Stenberg
2001-05-12 09:49:04 +00:00
e0f56897d5CURLE_ALREADY_COMPLETE is removed CURLE_SSL_PEER_CERTIFICATE is added
Daniel Stenberg
2001-05-12 09:37:51 +00:00
c7dbde9f3fUses the Curl_SSLConnect() according to the new return type
Daniel Stenberg
2001-05-12 09:30:42 +00:00
8fd89d6b93fixed Curl_SSLConnect() to return CURLcode errors, including the new error code for peer certificate errors
Daniel Stenberg
2001-05-12 09:29:56 +00:00
632e951e14changed wording to make it more obvious I don't continuously work on this.
Daniel Stenberg
2001-05-11 14:07:58 +00:00
a3a2d200fatwo new FTP file transfer resume test cases added
Daniel Stenberg
2001-05-11 11:40:52 +00:00
4c2ca97d6dremoved unused #ifdef'ed section
Daniel Stenberg
2001-05-11 11:38:42 +00:00
11f2464a22when asking for a resumed FTP transfer, even though the entire file has already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra actions need to be taken and it is as if a transfer had been successfully performed.
Daniel Stenberg
2001-05-11 11:38:13 +00:00
291075b12fcheckheader() added to check headers+contents instead of the previous strnequal() approach that really didn't follow the RFC properly
Daniel Stenberg
2001-05-11 07:52:58 +00:00
282939c6feanother multiple FTP transfer fix
Daniel Stenberg
2001-05-11 06:40:04 +00:00
fef1fc0d32Ingo Wilken's redirect fixes
Daniel Stenberg
2001-05-11 06:10:48 +00:00
dc6da007adIngo Wilken's patch to support multiple spaces after "Location:"
Daniel Stenberg
2001-05-10 11:29:47 +00:00