Daniel Stenberg [Thu, 26 Apr 2001 08:32:12 +0000 (08:32 +0000)]
split curl and libcurl into two strings in the initial display
Daniel Stenberg [Wed, 25 Apr 2001 21:24:27 +0000 (21:24 +0000)]
connection re-using didn't work on non-default ports when not using proxy
until now
Daniel Stenberg [Tue, 24 Apr 2001 21:47:01 +0000 (21:47 +0000)]
added some verbose summary output stuff
Daniel Stenberg [Tue, 24 Apr 2001 21:46:37 +0000 (21:46 +0000)]
no name no test
Daniel Stenberg [Tue, 24 Apr 2001 21:41:29 +0000 (21:41 +0000)]
include debugmem for memory leak detection
Daniel Stenberg [Tue, 24 Apr 2001 21:11:34 +0000 (21:11 +0000)]
SSL based tests
Daniel Stenberg [Tue, 24 Apr 2001 21:09:53 +0000 (21:09 +0000)]
new tests, new server invoke system
Daniel Stenberg [Tue, 24 Apr 2001 21:09:27 +0000 (21:09 +0000)]
fixed
Daniel Stenberg [Tue, 24 Apr 2001 21:09:12 +0000 (21:09 +0000)]
stunnel and diff are added requirements
Daniel Stenberg [Tue, 24 Apr 2001 06:12:07 +0000 (06:12 +0000)]
on albert chin's comment I remade the fix to set '\0' instead of 0 since
they're chars
Daniel Stenberg [Mon, 23 Apr 2001 12:37:27 +0000 (12:37 +0000)]
libcurl.5 replaces LIBCURL as main libcurl overview document
Daniel Stenberg [Mon, 23 Apr 2001 12:36:02 +0000 (12:36 +0000)]
minor rephrasing
Daniel Stenberg [Mon, 23 Apr 2001 11:57:50 +0000 (11:57 +0000)]
form post, not just form
Daniel Stenberg [Mon, 23 Apr 2001 11:55:25 +0000 (11:55 +0000)]
clarified and extended with an example
Daniel Stenberg [Mon, 23 Apr 2001 11:42:24 +0000 (11:42 +0000)]
Added comment about where to find the HTML versions of the man pages
Daniel Stenberg [Mon, 23 Apr 2001 11:40:53 +0000 (11:40 +0000)]
Added curl_mprintf and curl_strequal in the list of "useful functions"
Daniel Stenberg [Mon, 23 Apr 2001 08:30:22 +0000 (08:30 +0000)]
curl_printf became curl_mprintf
Daniel Stenberg [Mon, 23 Apr 2001 08:29:56 +0000 (08:29 +0000)]
curl_printf is curl_mprintf now
Daniel Stenberg [Mon, 23 Apr 2001 07:54:12 +0000 (07:54 +0000)]
Added zero termination, as the OpenSSL version string was written without
it!
Daniel Stenberg [Mon, 23 Apr 2001 07:34:55 +0000 (07:34 +0000)]
curl 7.7.2
Daniel Stenberg [Mon, 23 Apr 2001 07:27:12 +0000 (07:27 +0000)]
borland fixes, broken host: for persistent connections
Daniel Stenberg [Mon, 23 Apr 2001 07:09:15 +0000 (07:09 +0000)]
persistent is spelled with an 'e', not an 'a'
Daniel Stenberg [Mon, 23 Apr 2001 06:11:08 +0000 (06:11 +0000)]
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 [Sun, 22 Apr 2001 17:39:04 +0000 (17:39 +0000)]
Rosimildo da Silva corrected them to build a proper lib and to use options
for multi-threading compiling
Daniel Stenberg [Sun, 22 Apr 2001 16:47:55 +0000 (16:47 +0000)]
copy the name properly when re-using a connection
Daniel Stenberg [Sun, 22 Apr 2001 15:50:12 +0000 (15:50 +0000)]
added missing (new) man pages
Daniel Stenberg [Sun, 22 Apr 2001 15:49:17 +0000 (15:49 +0000)]
old krb4 fix for strlcat() prototype
Daniel Stenberg [Sun, 22 Apr 2001 15:48:05 +0000 (15:48 +0000)]
brand new
Daniel Stenberg [Sun, 22 Apr 2001 15:47:20 +0000 (15:47 +0000)]
removed done entries
Daniel Stenberg [Sun, 22 Apr 2001 15:45:27 +0000 (15:45 +0000)]
updated and spell checked
Daniel Stenberg [Sun, 22 Apr 2001 15:44:33 +0000 (15:44 +0000)]
spell checked
Daniel Stenberg [Sun, 22 Apr 2001 15:44:13 +0000 (15:44 +0000)]
updated with the Java stuff and so
Daniel Stenberg [Fri, 20 Apr 2001 14:45:15 +0000 (14:45 +0000)]
Added an examples section with examples I made up for the web page
Daniel Stenberg [Fri, 20 Apr 2001 14:44:55 +0000 (14:44 +0000)]
This is LIBCURL turned into man page format!
Daniel Stenberg [Fri, 20 Apr 2001 11:03:40 +0000 (11:03 +0000)]
Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to
the constants list
Daniel Stenberg [Fri, 20 Apr 2001 06:49:58 +0000 (06:49 +0000)]
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 [Fri, 20 Apr 2001 06:05:33 +0000 (06:05 +0000)]
minor corrections
Daniel Stenberg [Fri, 20 Apr 2001 06:00:00 +0000 (06:00 +0000)]
SM's real name is now used where he's credited
Daniel Stenberg [Thu, 19 Apr 2001 11:24:29 +0000 (11:24 +0000)]
A Linus Nielsen Feltzing-patch that removes the decimals from the size
outputs...
Daniel Stenberg [Thu, 19 Apr 2001 11:19:54 +0000 (11:19 +0000)]
fixed an nroff syntax mistake
Daniel Stenberg [Thu, 19 Apr 2001 10:31:23 +0000 (10:31 +0000)]
Added a brief description of curl-config, mentioned that curl_* functions are
the only public ones
Daniel Stenberg [Thu, 19 Apr 2001 06:01:48 +0000 (06:01 +0000)]
Albert Chin's patch posted to the mailing list 19 Apr 2001
Daniel Stenberg [Wed, 18 Apr 2001 14:06:47 +0000 (14:06 +0000)]
added an include to build on ultrix
Daniel Stenberg [Wed, 18 Apr 2001 14:06:12 +0000 (14:06 +0000)]
confirmed install on ultrix 4.3a
Daniel Stenberg [Wed, 18 Apr 2001 14:05:44 +0000 (14:05 +0000)]
works!
Daniel Stenberg [Wed, 18 Apr 2001 14:05:18 +0000 (14:05 +0000)]
Last two days' changes, loadsa
Daniel Stenberg [Wed, 18 Apr 2001 13:41:04 +0000 (13:41 +0000)]
Georg Horn's updates, this is _also_ called 1.1.3 ! ;-)
Daniel Stenberg [Wed, 18 Apr 2001 13:16:57 +0000 (13:16 +0000)]
Added curl-config.1
Daniel Stenberg [Wed, 18 Apr 2001 13:16:34 +0000 (13:16 +0000)]
brand new command, brand new docs!
Daniel Stenberg [Wed, 18 Apr 2001 11:53:19 +0000 (11:53 +0000)]
Added contributors
Daniel Stenberg [Wed, 18 Apr 2001 09:28:55 +0000 (09:28 +0000)]
configure sets variables that curl-config uses to display what features
that have been built-in
Daniel Stenberg [Wed, 18 Apr 2001 07:25:11 +0000 (07:25 +0000)]
Remade resume stuff to keep data in the connectdata struct instead of the
main handle struct to work with persistant connections
Daniel Stenberg [Wed, 18 Apr 2001 06:51:30 +0000 (06:51 +0000)]
Cris Bailiff's and Georg Horn's big improvements
Daniel Stenberg [Tue, 17 Apr 2001 15:00:17 +0000 (15:00 +0000)]
init the speed index variable between transfers
Daniel Stenberg [Tue, 17 Apr 2001 13:21:13 +0000 (13:21 +0000)]
Frederic Lepied's ftp download resume fix
Daniel Stenberg [Tue, 17 Apr 2001 12:37:38 +0000 (12:37 +0000)]
more intial fixes
Daniel Stenberg [Tue, 17 Apr 2001 12:33:02 +0000 (12:33 +0000)]
Added curl-config as a script that now gets installed
Daniel Stenberg [Tue, 17 Apr 2001 12:32:37 +0000 (12:32 +0000)]
libcurl version, not curl version
Daniel Stenberg [Tue, 17 Apr 2001 12:27:59 +0000 (12:27 +0000)]
Generates curl-config now
Daniel Stenberg [Tue, 17 Apr 2001 12:23:06 +0000 (12:23 +0000)]
tiny tool for outputting curl config variables
Daniel Stenberg [Tue, 17 Apr 2001 07:28:49 +0000 (07:28 +0000)]
use GMT for the conditional timed gets (reported by Phil Karn)
Daniel Stenberg [Thu, 12 Apr 2001 11:13:28 +0000 (11:13 +0000)]
Added text about curl.haxx.se not being a good test target for people's
libcurl experiments...
Daniel Stenberg [Thu, 12 Apr 2001 06:16:20 +0000 (06:16 +0000)]
we must fix SSL when IPv6 is enabled, since we can still connect to ipv4
sites and then SSL works perfectly
Daniel Stenberg [Wed, 11 Apr 2001 14:14:28 +0000 (14:14 +0000)]
calling curl_easy_perform() with no URL set, now returns an error as
early as possible
Daniel Stenberg [Wed, 11 Apr 2001 14:13:52 +0000 (14:13 +0000)]
we don't use the HTTP_PROXY environment variable in uppercase anymore, since
it might become a security problem (Bugs item #415391)
Daniel Stenberg [Wed, 11 Apr 2001 13:45:55 +0000 (13:45 +0000)]
now it works
Daniel Stenberg [Wed, 11 Apr 2001 10:06:28 +0000 (10:06 +0000)]
minor updates, still crashes
Daniel Stenberg [Wed, 11 Apr 2001 10:03:14 +0000 (10:03 +0000)]
added Linux hints
Daniel Stenberg [Wed, 11 Apr 2001 06:59:00 +0000 (06:59 +0000)]
oops, missed the shut-off non-blocking fix
Daniel Stenberg [Wed, 11 Apr 2001 06:51:43 +0000 (06:51 +0000)]
interfaces, windows non-blocking connect, progress meter fix and more
Daniel Stenberg [Wed, 11 Apr 2001 06:41:54 +0000 (06:41 +0000)]
SM made the connection timeout work for windows boxes!
Daniel Stenberg [Tue, 10 Apr 2001 15:41:36 +0000 (15:41 +0000)]
initial silly README
Daniel Stenberg [Tue, 10 Apr 2001 15:30:01 +0000 (15:30 +0000)]
C header to java converter
Daniel Stenberg [Tue, 10 Apr 2001 15:29:32 +0000 (15:29 +0000)]
initial java interface commit: IT DOES NOT WORK
Daniel Stenberg [Tue, 10 Apr 2001 07:38:59 +0000 (07:38 +0000)]
Added CURLOPT_HEADERFUNCTION description
Daniel Stenberg [Tue, 10 Apr 2001 06:51:25 +0000 (06:51 +0000)]
setopt() works with the new CURLOPT_HEADERFUNCTION:
Daniel Stenberg [Tue, 10 Apr 2001 06:49:32 +0000 (06:49 +0000)]
Added new CURLOPT_HEADERFUNCTION callback for writing headers only
Daniel Stenberg [Mon, 9 Apr 2001 05:56:39 +0000 (05:56 +0000)]
corrected by SM to build better with openssl
Daniel Stenberg [Mon, 9 Apr 2001 05:55:58 +0000 (05:55 +0000)]
SM's updates
Daniel Stenberg [Sat, 7 Apr 2001 18:39:18 +0000 (18:39 +0000)]
formfree() fix, version display fixed, curl_escape() fix
Daniel Stenberg [Sat, 7 Apr 2001 18:36:22 +0000 (18:36 +0000)]
Andrés García pointed out a mistake with CURLOPT_EGDSOCKET
Daniel Stenberg [Sat, 7 Apr 2001 18:35:28 +0000 (18:35 +0000)]
Andrés García fixed curl_escape()
Daniel Stenberg [Fri, 6 Apr 2001 08:48:42 +0000 (08:48 +0000)]
show openssl 0.9.6a properly
Daniel Stenberg [Fri, 6 Apr 2001 05:57:23 +0000 (05:57 +0000)]
NULL argument crashes this in 7.7.1 and before
Daniel Stenberg [Fri, 6 Apr 2001 05:52:23 +0000 (05:52 +0000)]
curl_formfree() can be called with a NULL argument
Daniel Stenberg [Wed, 4 Apr 2001 06:23:43 +0000 (06:23 +0000)]
7.7.1 commit
Daniel Stenberg [Tue, 3 Apr 2001 13:37:53 +0000 (13:37 +0000)]
bugfixed the Location: following that must've been bad since the persistant
connections were introduced
Daniel Stenberg [Tue, 3 Apr 2001 13:18:41 +0000 (13:18 +0000)]
- disabling port on absolute redirects is wrong
- removed #ifdefed code
Daniel Stenberg [Tue, 3 Apr 2001 12:37:48 +0000 (12:37 +0000)]
two crashes removed
Daniel Stenberg [Tue, 3 Apr 2001 10:20:23 +0000 (10:20 +0000)]
better error checks for failure conditions (based on Puneet Pawaia's reports)
Daniel Stenberg [Tue, 3 Apr 2001 08:57:06 +0000 (08:57 +0000)]
Puneet Pawaia pointed out the lack of http_chunks in several places.
Daniel Stenberg [Fri, 30 Mar 2001 08:43:52 +0000 (08:43 +0000)]
elaborated more in CURLOPT_HTTPHEADER section
Daniel Stenberg [Thu, 29 Mar 2001 11:25:29 +0000 (11:25 +0000)]
ftps:// added and the perl interfaces changed
Daniel Stenberg [Thu, 29 Mar 2001 08:16:55 +0000 (08:16 +0000)]
ftps:// support added
Daniel Stenberg [Thu, 29 Mar 2001 06:45:04 +0000 (06:45 +0000)]
Georg Horn's and my fixes to make it compile with 7.7
Daniel Stenberg [Thu, 29 Mar 2001 06:44:34 +0000 (06:44 +0000)]
Georg Horn set -Wall
Daniel Stenberg [Thu, 29 Mar 2001 06:43:46 +0000 (06:43 +0000)]
Georg Horn's updates
Daniel Stenberg [Tue, 27 Mar 2001 21:24:46 +0000 (21:24 +0000)]
make sure the alarm is off when returning from curl_easy_perform()
Daniel Stenberg [Tue, 27 Mar 2001 09:10:53 +0000 (09:10 +0000)]
Added a line about the new makefile example
Daniel Stenberg [Tue, 27 Mar 2001 09:09:09 +0000 (09:09 +0000)]
Added Makefile.example as an example makefile that can build the example
source files (if edited slightly)