7be8993f94When 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
bad4c8967badded ftpsserver.pl stunnel.pm
Daniel Stenberg
2001-05-10 07:51:29 +00:00
4dbac041f1removed some texts like "starting with version XXX" blabla
Daniel Stenberg
2001-05-08 12:39:40 +00:00
dd344b65f2made clear that the cookie file format understood is Netscape _and_ Mozilla
Daniel Stenberg
2001-05-08 12:30:37 +00:00
5c25c7bbfawhen 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
a6d9ccf66bAdded stunnel.pem
Daniel Stenberg
2001-05-07 21:25:37 +00:00
89ba66e071corrected the read-callback typecase since FILE * was replaced with void *
Daniel Stenberg
2001-05-07 12:38:28 +00:00
85631150cefixed 'storefread' to not make a warning
Daniel Stenberg
2001-05-07 11:17:18 +00:00
237edbc9d8changed FILE * to void * in all callbacks
Daniel Stenberg
2001-05-07 10:51:23 +00:00
4127903183Added multithread.c
Daniel Stenberg
2001-05-04 09:35:55 +00:00
2ffc20dc7cexample using multiple threads to get URLs
Daniel Stenberg
2001-05-04 09:35:43 +00:00
a2a446cb2fupdated 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
53e0c1b1a6fixed the link to the OS/2 Patch for OpenSSL
Daniel Stenberg
2001-05-04 06:17:01 +00:00
4efa1e8e4ccorrected bad use of the CURLOPT_HTTPPOST header
Daniel Stenberg
2001-05-03 14:24:37 +00:00
ecba113125Cris changes
Daniel Stenberg
2001-05-03 11:09:00 +00:00
350c536f6cCris Bailiff's fix to disable chunked transfers on re-used persistent connections.
Daniel Stenberg
2001-05-03 10:53:01 +00:00
a33eb9881cCris Bailiff's fix to never attempt to get the body of a 304-reply!
Daniel Stenberg
2001-05-03 10:45:39 +00:00
bbe8aa073ebuildconf added, Sterling Hughes added that file
Daniel Stenberg
2001-05-03 09:13:53 +00:00
14521b418euseful script to run after updating from CVS
Daniel Stenberg
2001-05-03 09:12:53 +00:00
73982c65d2fixed the EXTRA_DIST line
Daniel Stenberg
2001-05-03 09:10:07 +00:00
2eb94acb95When 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
6a80fb3482bugs, fixes and updates
Daniel Stenberg
2001-04-27 14:48:04 +00:00
26d4c80049clarified and updated
Daniel Stenberg
2001-04-27 14:46:17 +00:00
3974f30ed4improved 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
44c246dbf2new
Daniel Stenberg
2001-04-27 07:58:26 +00:00
ef07903a51Curl_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
a7dc45997fsplit curl and libcurl into two strings in the initial display
Daniel Stenberg
2001-04-26 08:32:12 +00:00
583c2e2f09connection 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
90cce2ae3aadded some verbose summary output stuff
Daniel Stenberg
2001-04-24 21:47:01 +00:00
775dc07eb5no name no test
Daniel Stenberg
2001-04-24 21:46:37 +00:00
a652db18bdinclude debugmem for memory leak detection
Daniel Stenberg
2001-04-24 21:41:29 +00:00
48f3feed59SSL based tests
Daniel Stenberg
2001-04-24 21:11:34 +00:00
4ddb3fbbf4new tests, new server invoke system
Daniel Stenberg
2001-04-24 21:09:53 +00:00
cc872ebc19fixed
Daniel Stenberg
2001-04-24 21:09:27 +00:00
ba46006896stunnel and diff are added requirements
Daniel Stenberg
2001-04-24 21:09:12 +00:00
0b7e0638a9on 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
be49b01952libcurl.5 replaces LIBCURL as main libcurl overview document
Daniel Stenberg
2001-04-23 12:37:27 +00:00
8d0c1d5495minor rephrasing
Daniel Stenberg
2001-04-23 12:36:02 +00:00
2769a9ab0bform post, not just form
Daniel Stenberg
2001-04-23 11:57:50 +00:00
8ea5b5bbd0clarified and extended with an example
Daniel Stenberg
2001-04-23 11:55:25 +00:00
0ce49cb7edAdded comment about where to find the HTML versions of the man pages
Daniel Stenberg
2001-04-23 11:42:24 +00:00
d802dfe86aAdded curl_mprintf and curl_strequal in the list of "useful functions"
Daniel Stenberg
2001-04-23 11:40:53 +00:00
aabc0c08a1curl_printf became curl_mprintf
Daniel Stenberg
2001-04-23 08:30:22 +00:00
476addb9c1curl_printf is curl_mprintf now
Daniel Stenberg
2001-04-23 08:29:56 +00:00
37d7a198d5Added zero termination, as the OpenSSL version string was written without it!
Daniel Stenberg
2001-04-23 07:54:12 +00:00
f88ff705a4borland fixes, broken host: for persistent connections
Daniel Stenberg
2001-04-23 07:27:12 +00:00
e83550f511persistent is spelled with an 'e', not an 'a'
Daniel Stenberg
2001-04-23 07:09:15 +00:00
fde31f0988no 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
d3090ac3f9Rosimildo 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
2cf26d4fb7copy the name properly when re-using a connection
Daniel Stenberg
2001-04-22 16:47:55 +00:00
f470a131a6added missing (new) man pages
Daniel Stenberg
2001-04-22 15:50:12 +00:00
04b20b7ed2old krb4 fix for strlcat() prototype
Daniel Stenberg
2001-04-22 15:49:17 +00:00
ff4f4abe4bbrand new
Daniel Stenberg
2001-04-22 15:48:05 +00:00
f4703aee2fremoved done entries
Daniel Stenberg
2001-04-22 15:47:20 +00:00
4c485994dbupdated and spell checked
Daniel Stenberg
2001-04-22 15:45:27 +00:00
a921ee7b52spell checked
Daniel Stenberg
2001-04-22 15:44:33 +00:00
f6d4a25f68updated with the Java stuff and so
Daniel Stenberg
2001-04-22 15:44:13 +00:00
2dfd2c642dAdded an examples section with examples I made up for the web page
Daniel Stenberg
2001-04-20 14:45:15 +00:00
a2072a1fd0This is LIBCURL turned into man page format!
Daniel Stenberg
2001-04-20 14:44:55 +00:00
03fea9722cCris 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
a44a8cef99Cris 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
97ad165a63minor corrections
Daniel Stenberg
2001-04-20 06:05:33 +00:00
a508e73a8dSM's real name is now used where he's credited
Daniel Stenberg
2001-04-20 06:00:00 +00:00
32f966b239A Linus Nielsen Feltzing-patch that removes the decimals from the size outputs...
Daniel Stenberg
2001-04-19 11:24:29 +00:00
60a43561e2fixed an nroff syntax mistake
Daniel Stenberg
2001-04-19 11:19:54 +00:00
a91b7d461dAdded 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
8755c44d40Albert Chin's patch posted to the mailing list 19 Apr 2001
Daniel Stenberg
2001-04-19 06:01:48 +00:00
5dd1cb0614added an include to build on ultrix
Daniel Stenberg
2001-04-18 14:06:47 +00:00
b34bee45caconfirmed install on ultrix 4.3a
Daniel Stenberg
2001-04-18 14:06:12 +00:00
e22fb3e7bcworks!
Daniel Stenberg
2001-04-18 14:05:44 +00:00
6ea51f3cd7Last two days' changes, loadsa
Daniel Stenberg
2001-04-18 14:05:18 +00:00
8e9f0a73d0Georg Horn's updates, this is _also_ called 1.1.3 ! ;-)
Daniel Stenberg
2001-04-18 13:41:04 +00:00
80fbcdf2f2Added curl-config.1
Daniel Stenberg
2001-04-18 13:16:57 +00:00
0fd9f64287brand new command, brand new docs!
Daniel Stenberg
2001-04-18 13:16:34 +00:00
b6175ec792Added contributors
Daniel Stenberg
2001-04-18 11:53:19 +00:00
1ee7f92ce4configure 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
3fd65fb7d8Remade 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
ebcafe73b3Cris Bailiff's and Georg Horn's big improvements
Daniel Stenberg
2001-04-18 06:51:30 +00:00
8274bee963init the speed index variable between transfers
Daniel Stenberg
2001-04-17 15:00:17 +00:00
28a9108257more intial fixes
Daniel Stenberg
2001-04-17 12:37:38 +00:00
d1b0b08ba0Added curl-config as a script that now gets installed
Daniel Stenberg
2001-04-17 12:33:02 +00:00
cc7fc20251libcurl version, not curl version
Daniel Stenberg
2001-04-17 12:32:37 +00:00
5ab751f5d0Generates curl-config now
Daniel Stenberg
2001-04-17 12:27:59 +00:00
fb1ce5fd5btiny tool for outputting curl config variables
Daniel Stenberg
2001-04-17 12:23:06 +00:00
fd8ea204c0use GMT for the conditional timed gets (reported by Phil Karn)
Daniel Stenberg
2001-04-17 07:28:49 +00:00
b86674174aAdded 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
69994f0114we 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
879c6c5711calling 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
18f044f19dwe 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
d7b54eb835now it works
Daniel Stenberg
2001-04-11 13:45:55 +00:00
5eafb69bdbminor updates, still crashes
Daniel Stenberg
2001-04-11 10:06:28 +00:00
a086e99baeadded Linux hints
Daniel Stenberg
2001-04-11 10:03:14 +00:00
62056a644foops, missed the shut-off non-blocking fix
Daniel Stenberg
2001-04-11 06:59:00 +00:00
b2362bf51cinterfaces, windows non-blocking connect, progress meter fix and more
Daniel Stenberg
2001-04-11 06:51:43 +00:00
022099266eSM made the connection timeout work for windows boxes!
Daniel Stenberg
2001-04-11 06:41:54 +00:00
870cea2aeainitial silly README
Daniel Stenberg
2001-04-10 15:41:36 +00:00