Commit Graph

  • 7be8993f94 When re-using a connection, the path pointers were not setup properly so that multiple FTP transfers were not possible Daniel Stenberg 2001-05-10 09:31:48 +00:00
  • bad4c8967b added ftpsserver.pl stunnel.pm Daniel Stenberg 2001-05-10 07:51:29 +00:00
  • 4dbac041f1 removed some texts like "starting with version XXX" blabla Daniel Stenberg 2001-05-08 12:39:40 +00:00
  • dd344b65f2 made clear that the cookie file format understood is Netscape _and_ Mozilla Daniel Stenberg 2001-05-08 12:30:37 +00:00
  • 5c25c7bbfa when getting a FTP file with NOBODY, we will no longer return error if SIZE doesn't work, we just don't output any size info! Daniel Stenberg 2001-05-08 12:10:14 +00:00
  • a6d9ccf66b Added stunnel.pem Daniel Stenberg 2001-05-07 21:25:37 +00:00
  • 89ba66e071 corrected the read-callback typecase since FILE * was replaced with void * Daniel Stenberg 2001-05-07 12:38:28 +00:00
  • 85631150ce fixed 'storefread' to not make a warning Daniel Stenberg 2001-05-07 11:17:18 +00:00
  • 3654bd1b56 7.7.3 curl-7_7_3 Daniel Stenberg 2001-05-07 11:12:03 +00:00
  • 237edbc9d8 changed FILE * to void * in all callbacks Daniel Stenberg 2001-05-07 10:51:23 +00:00
  • 4127903183 Added multithread.c Daniel Stenberg 2001-05-04 09:35:55 +00:00
  • 2ffc20dc7c example using multiple threads to get URLs Daniel Stenberg 2001-05-04 09:35:43 +00:00
  • a2a446cb2f updated contributors list Daniel Stenberg 2001-05-04 08:46:11 +00:00
  • 9304055df5 'FILE *' changed to 'void *' in all callback functions Daniel Stenberg 2001-05-04 07:47:11 +00:00
  • 53e0c1b1a6 fixed the link to the OS/2 Patch for OpenSSL Daniel Stenberg 2001-05-04 06:17:01 +00:00
  • 4efa1e8e4c corrected bad use of the CURLOPT_HTTPPOST header Daniel Stenberg 2001-05-03 14:24:37 +00:00
  • ecba113125 Cris changes Daniel Stenberg 2001-05-03 11:09:00 +00:00
  • 350c536f6c Cris Bailiff's fix to disable chunked transfers on re-used persistent connections. Daniel Stenberg 2001-05-03 10:53:01 +00:00
  • a33eb9881c Cris Bailiff's fix to never attempt to get the body of a 304-reply! Daniel Stenberg 2001-05-03 10:45:39 +00:00
  • bbe8aa073e buildconf added, Sterling Hughes added that file Daniel Stenberg 2001-05-03 09:13:53 +00:00
  • 14521b418e useful script to run after updating from CVS Daniel Stenberg 2001-05-03 09:12:53 +00:00
  • 73982c65d2 fixed the EXTRA_DIST line Daniel Stenberg 2001-05-03 09:10:07 +00:00
  • 2eb94acb95 When Content-Length:0 is received, we now bail now and return success directly after all the headers are received! Daniel Stenberg 2001-04-27 18:03:44 +00:00
  • 6a80fb3482 bugs, fixes and updates Daniel Stenberg 2001-04-27 14:48:04 +00:00
  • 26d4c80049 clarified and updated Daniel Stenberg 2001-04-27 14:46:17 +00:00
  • 3974f30ed4 improved treatment of "Content-Length: 0", which is done by having maxdownload set to -1 when not used Daniel Stenberg 2001-04-27 08:02:10 +00:00
  • 44c246dbf2 new Daniel Stenberg 2001-04-27 07:58:26 +00:00
  • ef07903a51 Curl_GetFTPResponse() is rewritten to read all incoming data in large chunks, which makes it a lot faster and will make ftps work better... Daniel Stenberg 2001-04-26 10:29:24 +00:00
  • a7dc45997f split curl and libcurl into two strings in the initial display Daniel Stenberg 2001-04-26 08:32:12 +00:00
  • 583c2e2f09 connection re-using didn't work on non-default ports when not using proxy until now Daniel Stenberg 2001-04-25 21:24:27 +00:00
  • 90cce2ae3a added some verbose summary output stuff Daniel Stenberg 2001-04-24 21:47:01 +00:00
  • 775dc07eb5 no name no test Daniel Stenberg 2001-04-24 21:46:37 +00:00
  • a652db18bd include debugmem for memory leak detection Daniel Stenberg 2001-04-24 21:41:29 +00:00
  • 48f3feed59 SSL based tests Daniel Stenberg 2001-04-24 21:11:34 +00:00
  • 4ddb3fbbf4 new tests, new server invoke system Daniel Stenberg 2001-04-24 21:09:53 +00:00
  • cc872ebc19 fixed Daniel Stenberg 2001-04-24 21:09:27 +00:00
  • ba46006896 stunnel and diff are added requirements Daniel Stenberg 2001-04-24 21:09:12 +00:00
  • 0b7e0638a9 on albert chin's comment I remade the fix to set '\0' instead of 0 since they're chars Daniel Stenberg 2001-04-24 06:12:07 +00:00
  • be49b01952 libcurl.5 replaces LIBCURL as main libcurl overview document Daniel Stenberg 2001-04-23 12:37:27 +00:00
  • 8d0c1d5495 minor rephrasing Daniel Stenberg 2001-04-23 12:36:02 +00:00
  • 2769a9ab0b form post, not just form Daniel Stenberg 2001-04-23 11:57:50 +00:00
  • 8ea5b5bbd0 clarified and extended with an example Daniel Stenberg 2001-04-23 11:55:25 +00:00
  • 0ce49cb7ed Added comment about where to find the HTML versions of the man pages Daniel Stenberg 2001-04-23 11:42:24 +00:00
  • d802dfe86a Added curl_mprintf and curl_strequal in the list of "useful functions" Daniel Stenberg 2001-04-23 11:40:53 +00:00
  • aabc0c08a1 curl_printf became curl_mprintf Daniel Stenberg 2001-04-23 08:30:22 +00:00
  • 476addb9c1 curl_printf is curl_mprintf now Daniel Stenberg 2001-04-23 08:29:56 +00:00
  • 37d7a198d5 Added zero termination, as the OpenSSL version string was written without it! Daniel Stenberg 2001-04-23 07:54:12 +00:00
  • 16fe0c9be3 curl 7.7.2 curl-7_7_2 Daniel Stenberg 2001-04-23 07:34:55 +00:00
  • f88ff705a4 borland fixes, broken host: for persistent connections Daniel Stenberg 2001-04-23 07:27:12 +00:00
  • e83550f511 persistent is spelled with an 'e', not an 'a' Daniel Stenberg 2001-04-23 07:09:15 +00:00
  • fde31f0988 no need to copy the name when re-using the connection, we already have the same name in that buffer from the URL parsing! Daniel Stenberg 2001-04-23 06:11:08 +00:00
  • d3090ac3f9 Rosimildo da Silva corrected them to build a proper lib and to use options for multi-threading compiling Daniel Stenberg 2001-04-22 17:39:04 +00:00
  • 2cf26d4fb7 copy the name properly when re-using a connection Daniel Stenberg 2001-04-22 16:47:55 +00:00
  • f470a131a6 added missing (new) man pages Daniel Stenberg 2001-04-22 15:50:12 +00:00
  • 04b20b7ed2 old krb4 fix for strlcat() prototype Daniel Stenberg 2001-04-22 15:49:17 +00:00
  • ff4f4abe4b brand new Daniel Stenberg 2001-04-22 15:48:05 +00:00
  • f4703aee2f removed done entries Daniel Stenberg 2001-04-22 15:47:20 +00:00
  • 4c485994db updated and spell checked Daniel Stenberg 2001-04-22 15:45:27 +00:00
  • a921ee7b52 spell checked Daniel Stenberg 2001-04-22 15:44:33 +00:00
  • f6d4a25f68 updated with the Java stuff and so Daniel Stenberg 2001-04-22 15:44:13 +00:00
  • 2dfd2c642d Added an examples section with examples I made up for the web page Daniel Stenberg 2001-04-20 14:45:15 +00:00
  • a2072a1fd0 This is LIBCURL turned into man page format! Daniel Stenberg 2001-04-20 14:44:55 +00:00
  • 03fea9722c Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to the constants list Daniel Stenberg 2001-04-20 11:03:40 +00:00
  • a44a8cef99 Cris Bailiff's 1.1.4 changes: Fix case where curl_slists such as 'HTTPHEADERS' need to be re-set over persistant requests Daniel Stenberg 2001-04-20 06:49:58 +00:00
  • 97ad165a63 minor corrections Daniel Stenberg 2001-04-20 06:05:33 +00:00
  • a508e73a8d SM's real name is now used where he's credited Daniel Stenberg 2001-04-20 06:00:00 +00:00
  • 32f966b239 A Linus Nielsen Feltzing-patch that removes the decimals from the size outputs... Daniel Stenberg 2001-04-19 11:24:29 +00:00
  • 60a43561e2 fixed an nroff syntax mistake Daniel Stenberg 2001-04-19 11:19:54 +00:00
  • a91b7d461d Added a brief description of curl-config, mentioned that curl_* functions are the only public ones Daniel Stenberg 2001-04-19 10:31:23 +00:00
  • 8755c44d40 Albert Chin's patch posted to the mailing list 19 Apr 2001 Daniel Stenberg 2001-04-19 06:01:48 +00:00
  • 5dd1cb0614 added an include to build on ultrix Daniel Stenberg 2001-04-18 14:06:47 +00:00
  • b34bee45ca confirmed install on ultrix 4.3a Daniel Stenberg 2001-04-18 14:06:12 +00:00
  • e22fb3e7bc works! Daniel Stenberg 2001-04-18 14:05:44 +00:00
  • 6ea51f3cd7 Last two days' changes, loadsa Daniel Stenberg 2001-04-18 14:05:18 +00:00
  • 8e9f0a73d0 Georg Horn's updates, this is _also_ called 1.1.3 ! ;-) Daniel Stenberg 2001-04-18 13:41:04 +00:00
  • 80fbcdf2f2 Added curl-config.1 Daniel Stenberg 2001-04-18 13:16:57 +00:00
  • 0fd9f64287 brand new command, brand new docs! Daniel Stenberg 2001-04-18 13:16:34 +00:00
  • b6175ec792 Added contributors Daniel Stenberg 2001-04-18 11:53:19 +00:00
  • 1ee7f92ce4 configure sets variables that curl-config uses to display what features that have been built-in Daniel Stenberg 2001-04-18 09:28:55 +00:00
  • 3fd65fb7d8 Remade resume stuff to keep data in the connectdata struct instead of the main handle struct to work with persistant connections Daniel Stenberg 2001-04-18 07:25:11 +00:00
  • ebcafe73b3 Cris Bailiff's and Georg Horn's big improvements Daniel Stenberg 2001-04-18 06:51:30 +00:00
  • 8274bee963 init the speed index variable between transfers Daniel Stenberg 2001-04-17 15:00:17 +00:00
  • 60aa975610 Frederic Lepied's ftp download resume fix Daniel Stenberg 2001-04-17 13:21:13 +00:00
  • 28a9108257 more intial fixes Daniel Stenberg 2001-04-17 12:37:38 +00:00
  • d1b0b08ba0 Added curl-config as a script that now gets installed Daniel Stenberg 2001-04-17 12:33:02 +00:00
  • cc7fc20251 libcurl version, not curl version Daniel Stenberg 2001-04-17 12:32:37 +00:00
  • 5ab751f5d0 Generates curl-config now Daniel Stenberg 2001-04-17 12:27:59 +00:00
  • fb1ce5fd5b tiny tool for outputting curl config variables Daniel Stenberg 2001-04-17 12:23:06 +00:00
  • fd8ea204c0 use GMT for the conditional timed gets (reported by Phil Karn) Daniel Stenberg 2001-04-17 07:28:49 +00:00
  • b86674174a Added text about curl.haxx.se not being a good test target for people's libcurl experiments... Daniel Stenberg 2001-04-12 11:13:28 +00:00
  • 69994f0114 we must fix SSL when IPv6 is enabled, since we can still connect to ipv4 sites and then SSL works perfectly Daniel Stenberg 2001-04-12 06:16:20 +00:00
  • 879c6c5711 calling curl_easy_perform() with no URL set, now returns an error as early as possible Daniel Stenberg 2001-04-11 14:14:28 +00:00
  • 18f044f19d we don't use the HTTP_PROXY environment variable in uppercase anymore, since it might become a security problem (Bugs item #415391) Daniel Stenberg 2001-04-11 14:13:52 +00:00
  • d7b54eb835 now it works Daniel Stenberg 2001-04-11 13:45:55 +00:00
  • 5eafb69bdb minor updates, still crashes Daniel Stenberg 2001-04-11 10:06:28 +00:00
  • a086e99bae added Linux hints Daniel Stenberg 2001-04-11 10:03:14 +00:00
  • 62056a644f oops, missed the shut-off non-blocking fix Daniel Stenberg 2001-04-11 06:59:00 +00:00
  • b2362bf51c interfaces, windows non-blocking connect, progress meter fix and more Daniel Stenberg 2001-04-11 06:51:43 +00:00
  • 022099266e SM made the connection timeout work for windows boxes! Daniel Stenberg 2001-04-11 06:41:54 +00:00
  • 870cea2aea initial silly README Daniel Stenberg 2001-04-10 15:41:36 +00:00