Commit Graph

  • 928ff54388 includes setup.h, and thus I could remove the _REENTRANT define Daniel Stenberg 2001-05-31 07:00:21 +00:00
  • 95c94bf658 the CURL_GLOBAL flags are now used to set what parts to init globally Daniel Stenberg 2001-05-31 06:10:25 +00:00
  • 7f295939d0 went 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
  • aa27db6986 removed the prototype and made it include string.h instead Daniel Stenberg 2001-05-31 06:05:32 +00:00
  • 4ce5fa3ea9 Sterling Hughes suggested we set 'static' before size_t... Daniel Stenberg 2001-05-31 05:55:42 +00:00
  • ffa7c13117 libcurl now has MUTE and NOPROGRESS set by default Daniel Stenberg 2001-05-30 12:51:24 +00:00
  • fbca7a83fc 7.8-pre2 curl-7_8-pre2 Daniel Stenberg 2001-05-30 11:24:26 +00:00
  • 870bacd689 include strtok.h to get the prototype Daniel Stenberg 2001-05-30 11:06:56 +00:00
  • d9f39cc99b finally fixed the 'ret' compiler warning Daniel Stenberg 2001-05-30 11:06:33 +00:00
  • f2e6d235f2 removed 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
  • cabef4732d made the automake line re-build from _all_ Makefile.am files in the source tree Daniel Stenberg 2001-05-30 10:29:39 +00:00
  • cab90bf98a english fix Daniel Stenberg 2001-05-30 08:01:35 +00:00
  • ab449cce73 now uses CURL_GLOBAL_DEFAULT Daniel Stenberg 2001-05-30 08:01:09 +00:00
  • b541537c66 curl_global_init() support for CURL_GLOBAL_NOT_SSL Daniel Stenberg 2001-05-30 08:00:29 +00:00
  • 285e998fae Sterling Hughes's fixes Daniel Stenberg 2001-05-30 07:59:47 +00:00
  • c503930b8d Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files Cris Bailiff 2001-05-30 04:31:32 +00:00
  • 5c6859e537 not used in autoconf version 2.50 Daniel Stenberg 2001-05-29 19:28:50 +00:00
  • 4e376a2f1a check for strtok_r Daniel Stenberg 2001-05-29 19:25:28 +00:00
  • edd608aa76 curl_ => Curl_ Daniel Stenberg 2001-05-29 19:20:37 +00:00
  • 88d536eb3b re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_ Daniel Stenberg 2001-05-29 19:20:21 +00:00
  • d567659bf4 strtok() replaced with strtok_r() Daniel Stenberg 2001-05-29 19:17:39 +00:00
  • e0558ae541 adjusted for automake 1.4+ Daniel Stenberg 2001-05-29 19:17:19 +00:00
  • 034f6378da Added strtok.[ch] Daniel Stenberg 2001-05-29 19:17:03 +00:00
  • af129c499e we rqeuire autoconf 2.50 now Daniel Stenberg 2001-05-29 19:14:46 +00:00
  • 8b4809a898 fixed the -# to write to the same as --stderr is set to Daniel Stenberg 2001-05-29 18:30:47 +00:00
  • 88d14e96ca 3.11 How do I POST with a different Content-Type? Daniel Stenberg 2001-05-29 14:02:20 +00:00
  • 04d1491a6b clarified the MUTE option Daniel Stenberg 2001-05-29 13:28:03 +00:00
  • de16ddd5b4 updated, improved language at a few places Daniel Stenberg 2001-05-29 13:23:41 +00:00
  • 27751df6ec moved 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
  • cf02eb11f6 text: added in 7.8 Daniel Stenberg 2001-05-29 12:09:15 +00:00
  • 22b8d387bc beauty fix Daniel Stenberg 2001-05-29 08:27:43 +00:00
  • bfd89c8078 global_init() takes that flag argument Daniel Stenberg 2001-05-29 07:20:31 +00:00
  • 223c48e6b5 7.8-pre1 commit Daniel Stenberg 2001-05-28 21:50:00 +00:00
  • 7bb7550e23 fixes Daniel Stenberg 2001-05-28 21:49:45 +00:00
  • adf00f5b2e added libtool Daniel Stenberg 2001-05-28 21:49:01 +00:00
  • 0844c4fdb2 major: curl_general_init/cleanup Daniel Stenberg 2001-05-28 21:45:36 +00:00
  • 38cabc4fdb ftps:// works Daniel Stenberg 2001-05-28 21:45:10 +00:00
  • ec340e3e33 adjusted the global_init() call to pass the new flag argument too Daniel Stenberg 2001-05-28 15:31:12 +00:00
  • f44f512f24 global_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
  • ce0e2cc017 better -v use, passes -I to all perl invokes Daniel Stenberg 2001-05-28 15:26:15 +00:00
  • b082832220 added 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
  • 1e5e0f9a26 added 'curl-config --vernum' for hardcore hex version output Daniel Stenberg 2001-05-28 14:58:07 +00:00
  • ac3ae8f775 changed 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
  • a51fd91db2 increased interface age Daniel Stenberg 2001-05-28 14:12:58 +00:00
  • d300cf4d84 T. Bharath's comments about SSL cleanup incorporated, and the two new curl_global_* functions Daniel Stenberg 2001-05-28 14:12:43 +00:00
  • a9d0a85842 curl_global_cleanup and curl_global_init added to the family Daniel Stenberg 2001-05-28 14:11:02 +00:00
  • 81da4fc995 Added more test cases Daniel Stenberg 2001-05-28 12:31:07 +00:00
  • b6ca1be1cd test case converted to the new file format Daniel Stenberg 2001-05-28 12:30:21 +00:00
  • 20d67917c4 test: HTTP over proxy Daniel Stenberg 2001-05-28 11:19:44 +00:00
  • 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 Daniel Stenberg 2001-05-23 15:05:43 +00:00
  • d3516810a7 adjusted to the new test case formats Daniel Stenberg 2001-05-23 15:02:58 +00:00
  • 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. Daniel Stenberg 2001-05-23 15:02:24 +00:00
  • 58c3bdc1a4 new test case file format Daniel Stenberg 2001-05-23 15:00:48 +00:00
  • 72dec6cfec Added Andres' comments about field 2 in netscape cookie files Daniel Stenberg 2001-05-23 13:04:19 +00:00
  • 8dc9f4330c Andrés García's netscape cookie file parser fix Daniel Stenberg 2001-05-23 09:26:45 +00:00
  • c77f77a1ce general autoconf and automake fixes Daniel Stenberg 2001-05-22 21:17:58 +00:00
  • 2966ef6661 store httpcode _before_ doing the FAILONERROR check so that getinfo works afterwards (bug #426442) Daniel Stenberg 2001-05-22 21:09:09 +00:00
  • 93c53424c8 cleanup commit for new autoconf+automake+libtool versions Daniel Stenberg 2001-05-22 18:16:24 +00:00
  • 4a2812c5e8 fixes and improvments Daniel Stenberg 2001-05-22 12:05:05 +00:00
  • 4852a4930c turned newlines into DOS styles Daniel Stenberg 2001-05-21 21:45:11 +00:00
  • b555ca5baa made 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
  • 4a6eaf1b95 Added text about the test case numbering Daniel Stenberg 2001-05-21 13:40:54 +00:00
  • a8bc40fe4e doesn'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
  • 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! Daniel Stenberg 2001-05-21 13:33:03 +00:00
  • 9f24645a5b Added test case 400, the first ftps:// one Daniel Stenberg 2001-05-21 13:31:49 +00:00
  • 441a957d57 ftps test case data Daniel Stenberg 2001-05-21 13:31:05 +00:00
  • adc0edc44b slightly "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
  • 4836154cef this 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
  • 0058e87ed5 added some, removed some, moved around some. Daniel Stenberg 2001-05-18 12:55:13 +00:00
  • 23903306a7 nicer OpenSSL header check Daniel Stenberg 2001-05-18 12:36:38 +00:00
  • 49b9926d5a our internal strlcat() is now named Curl_strlcat() Daniel Stenberg 2001-05-18 12:03:30 +00:00
  • 6c50d2ee7d strlcat() is now Curl_strlcat() instead to prevent collisions when used with other libs Daniel Stenberg 2001-05-18 10:02:44 +00:00
  • 9e8615ae1d strlcpy() turned static Daniel Stenberg 2001-05-18 10:02:12 +00:00
  • bb51c20c8b Added #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
  • 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?" Daniel Stenberg 2001-05-15 13:09:27 +00:00
  • 3ab3be1b6e Added getinmemory.c Daniel Stenberg 2001-05-15 13:08:23 +00:00
  • 3ceb2bcbb9 this might actually compile too... Daniel Stenberg 2001-05-15 13:04:53 +00:00
  • 2457a31948 an 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
  • 9e1e318691 We need -lpthread for the pthread example Daniel Stenberg 2001-05-15 12:56:38 +00:00
  • e1132ecbe6 corrected Daniel Stenberg 2001-05-15 12:55:35 +00:00
  • ccb92f1a8a Added Pawel A. Gajda Daniel Stenberg 2001-05-15 11:00:29 +00:00
  • 8526fa97ce Pawel A. Gajda fixed resumed transfers on persistent connections Daniel Stenberg 2001-05-15 07:21:13 +00:00
  • f85c29aad8 Added the first https test: 300 Daniel Stenberg 2001-05-14 12:25:04 +00:00
  • 4677f733b2 pid files fixes, ftp server already-running-but-no-control check Daniel Stenberg 2001-05-14 12:09:47 +00:00
  • e82d2dc634 Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl Daniel Stenberg 2001-05-14 11:29:47 +00:00
  • b56f1e5185 added a pointer to the download web page Daniel Stenberg 2001-05-14 07:08:22 +00:00
  • c7c942861a Added tons of comments all over Daniel Stenberg 2001-05-12 16:11:14 +00:00
  • a50fac0e63 multiple transfer path fixes, location fixes, resume download changes, ssl peer verify fixes and more Daniel Stenberg 2001-05-12 09:49:04 +00:00
  • e0f56897d5 CURLE_ALREADY_COMPLETE is removed CURLE_SSL_PEER_CERTIFICATE is added Daniel Stenberg 2001-05-12 09:37:51 +00:00
  • c7dbde9f3f Uses the Curl_SSLConnect() according to the new return type Daniel Stenberg 2001-05-12 09:30:42 +00:00
  • 8fd89d6b93 fixed 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
  • 632e951e14 changed wording to make it more obvious I don't continuously work on this. Daniel Stenberg 2001-05-11 14:07:58 +00:00
  • a3a2d200fa two new FTP file transfer resume test cases added Daniel Stenberg 2001-05-11 11:40:52 +00:00
  • 4c2ca97d6d removed unused #ifdef'ed section Daniel Stenberg 2001-05-11 11:38:42 +00:00
  • 11f2464a22 when 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
  • 291075b12f checkheader() 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
  • 282939c6fe another multiple FTP transfer fix Daniel Stenberg 2001-05-11 06:40:04 +00:00
  • fef1fc0d32 Ingo Wilken's redirect fixes Daniel Stenberg 2001-05-11 06:10:48 +00:00
  • dc6da007ad Ingo Wilken's patch to support multiple spaces after "Location:" Daniel Stenberg 2001-05-10 11:29:47 +00:00