Daniel Stenberg
725bd1dddf
Georg Huettenegger's fixes and improvements to curl_formadd()
2001-08-28 08:54:33 +00:00
Daniel Stenberg
9835629801
Georg Huettenegger added code to deal with error 417 when doing form posts.
...
NOTE: we might do this for *ALL* errors when doing form posts.
2001-08-28 08:54:09 +00:00
Daniel Stenberg
3c52c53ddd
Added SSL session ID caching, moved some SSL code from url.c to ssluse.c
2001-08-28 08:37:54 +00:00
Sterling Hughes
321ba15a82
we should be using start here.
2001-08-26 20:51:16 +00:00
Daniel Stenberg
9e5dfc15ac
improved the test
2001-08-26 14:28:05 +00:00
Daniel Stenberg
8d52681e1d
Added #include <string.h> and removed a silly mistakenly added ,
2001-08-26 14:27:07 +00:00
Daniel Stenberg
56f6815d3d
rewrite to work around BSD announcement license issues, this is also
...
somewhat easier to understand if I may say so. It is slightly slower.
2001-08-24 10:25:02 +00:00
Daniel Stenberg
ce07e79f3c
cookies are stored in the reversed order now (which in turn means that
...
the order is _not_ actually reversed like it used to be)
2001-08-24 10:18:14 +00:00
Daniel Stenberg
723ced9336
T. Bharath's patch => linking with multithreaded versions of the c runtime
...
library for use in multithreaded apps
2001-08-24 07:45:16 +00:00
Daniel Stenberg
73417b59c7
T. Bharath's patch. It is kind of dirty, as it #pragma aways a whole bunch
...
of compiler warnings, but I guess they make the life somewhat easier to live
for a ms dude compiling this. For a rainy day: remove the pragmas and correct
the source code that cause the warnings!
2001-08-24 07:43:24 +00:00
Daniel Stenberg
f4e2774ab8
newly re-generated from the modified getdate.y
2001-08-24 07:41:51 +00:00
Daniel Stenberg
d5112c0dec
include setup.h properly, not config.h
2001-08-24 07:39:50 +00:00
Daniel Stenberg
aace68c91b
extern declarations no longer done on windows (T. Bharath's patch)
2001-08-24 07:39:15 +00:00
Daniel Stenberg
4034f31823
cleanups
2001-08-24 07:24:34 +00:00
Daniel Stenberg
5323340cae
Kevin Roth's comments about -G have been addressed:
...
o -G -I works on the same command line and makes HEAD instead of GET
o -G with an already present question mark in the URL makes an ampersand get
added as a separator instead
2001-08-24 07:01:09 +00:00
Daniel Stenberg
3aae2ec511
Tim Costello's bug report #454856
2001-08-24 06:31:34 +00:00
Daniel Stenberg
df09214c62
strcasecmp() is banned from our code, should be strequal() everywhere!
...
Tim Costello reported bug report #454858 .
2001-08-24 06:20:47 +00:00
Daniel Stenberg
12acab9b86
When setting *_URL or *_PROXY in *_setopt(), it is important that we check
...
and possibly free the existing pointer first, and then clear the "allocated"
bit. We previously mistakenly could free the new pointer passed to us by
the friendly user...!
2001-08-23 14:06:38 +00:00
Daniel Stenberg
c9c2115088
started working on a function for writing (all) cookies, made it possible
...
to read multiple cookie files, no longer writes to the URL string passed
to the _add() function. The new stuff is now conditionally compiled on the
COOKIE define. Changed the _init() proto.
2001-08-23 14:05:25 +00:00
Daniel Stenberg
d73d28a75b
added FTPS to the list of supported protocols
2001-08-23 11:12:07 +00:00
Daniel Stenberg
13bf964b78
item 4.6 is now an indication of a crash, not a timeout
2001-08-23 11:11:13 +00:00
Daniel Stenberg
3fb9c5727c
As Steve Lhomme pointed out, this generates 'libcurl.dll' now instead of
...
the previous 'curl.dll'
2001-08-23 11:06:10 +00:00
Daniel Stenberg
b69f33ed44
Nico's update: "modified the build procedure to restore to the right current
...
directory where the build was started and it will autosense where is was run
from and set up the correct default directory at start of the script."
2001-08-23 10:56:48 +00:00
Daniel Stenberg
56e8d073bf
curl_formadd() using example, the 7.9 style of building rfc1867 form posts
2001-08-23 08:45:20 +00:00
Daniel Stenberg
83a8786fe1
I want Sterling to be my friend, so I wasted some time on splitting up the
...
huge monster function _ftp() into more little functions. There are still
more that can be done, but this is at least improving readability and
maintainability... :-)
2001-08-23 06:10:01 +00:00
Daniel Stenberg
e3d7cc895b
Georg Huettenegger's fixes, man pages converted to HTML pages and included
...
in release archive
2001-08-22 11:25:39 +00:00
Daniel Stenberg
0f425b01aa
CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the new
2001-08-22 11:24:57 +00:00
Daniel Stenberg
c5a4b52d83
libcurl.3 has the info now
2001-08-22 11:23:53 +00:00
Daniel Stenberg
fc2d24105c
CURLOPT_POST isn't needed these days
2001-08-22 11:23:07 +00:00
Daniel Stenberg
6704d44dd4
updated
2001-08-22 11:22:43 +00:00
Daniel Stenberg
3d9aeccc90
libcurl.3 is the man page
2001-08-22 11:22:28 +00:00
Daniel Stenberg
08655d8d5d
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
2001-08-21 13:18:07 +00:00
Daniel Stenberg
3e5dbac7a2
added test44 formpost without Expect:, modified test9
2001-08-21 12:46:23 +00:00
Daniel Stenberg
05d9c9b849
run 'make clean' before 'make dist' to make sure the HTML files are up-to-date
2001-08-21 09:16:43 +00:00
Daniel Stenberg
4c2fb64e21
added a 'html' target that builds HTML versions from the man page sources.
...
It requires 'gnroff' and 'man2html' for now. 'make html' will be invoked by
the 'maketgz' script and the HTML files are included in release archives.
2001-08-21 09:16:09 +00:00
Daniel Stenberg
46a897f604
make html runs make html in the docs dir
2001-08-21 09:14:31 +00:00
Daniel Stenberg
d4b23198fa
this is replaced with libcurl.3
2001-08-21 06:56:13 +00:00
Daniel Stenberg
6581663687
fflush the progress output, fixed configure.in for SSL without --with-ssl
2001-08-21 06:50:45 +00:00
Daniel Stenberg
4398151fd5
Troy Engel's fix for running configure without --with-ssl
2001-08-21 06:36:30 +00:00
Daniel Stenberg
d5fbfa3d0b
As Andrés García reported we need to fflush() the data->err so that the
...
progress meter looks better on windows (and if the data->err is redirected
from stderr it also makes a point)
2001-08-21 06:29:56 +00:00
Daniel Stenberg
3a588fc9e7
added "4.5 FIGURE OUT WHAT A POST LOOKS LIKE"
...
added an online URL to this document
corrected a bad use of -t
2001-08-20 13:22:37 +00:00
Daniel Stenberg
7dbad3c382
7.8.1
2001-08-20 07:59:03 +00:00
Daniel Stenberg
8f55c3d47d
libtool 1.3.5 leftover
2001-08-20 07:46:25 +00:00
Daniel Stenberg
732d80a770
updated version in header as we have 7.8.1 details in here
2001-08-20 07:36:57 +00:00
Daniel Stenberg
bd277e3daa
RFC2732 parsing, curl-config patching, -G added, kerberos name space fixing,
...
configure fixes, libtool cleanups
2001-08-20 07:25:18 +00:00
Daniel Stenberg
a1cec0e49a
Albert Chin's neat configure/package fixes
2001-08-20 07:10:28 +00:00
Daniel Stenberg
9027005411
SM's fix for -G on URLs with host name only
2001-08-19 17:09:06 +00:00
Sterling Hughes
1d3542a38f
<couldn't resist>
...
Use a more appropriate variable name
</couldn't resist>
2001-08-18 02:42:23 +00:00
Daniel Stenberg
429b09ee04
Curl_ prefix added to a few function calls
2001-08-17 10:24:59 +00:00
Daniel Stenberg
6c2a9009e9
include getinfo.h for Curl_getinfo() proto
2001-08-17 10:19:26 +00:00