Daniel Stenberg
38306cda54
dns cache, ftp response read, 64bit fixes, printf replaces, inet_ntoa_r
...
corrections
2002-01-04 09:57:57 +00:00
Daniel Stenberg
5a0f0023cf
replaced printf() => Curl_sendf()
2002-01-04 09:53:39 +00:00
Daniel Stenberg
6dcdb8b821
removed a commented line
2002-01-04 09:53:10 +00:00
Daniel Stenberg
781f52a287
fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available.
...
I also replaced all printf() calls with calls to Curl_failf()
2002-01-04 09:52:44 +00:00
Daniel Stenberg
f75ff58b4b
an unconditional occurance of inet_ntoa() now uses inet_ntoa_r() on all
...
platforms that have such a function.
This affects multi-thread running libcurls on IPv4 systems that have VERBOSE
switched on. The previous version was risking that another thread overwrote
the data before it was read out in this thread. There could possibly also
be a slight risk that the data isn't zero terminated for a short while and
thus could cause the thread to crash...
2002-01-04 09:38:52 +00:00
Daniel Stenberg
ae9bf16dee
#include the local "inet_ntoa_r.h" file if no proto was found in the global
...
header directory but the function *is* present!
2002-01-04 09:35:23 +00:00
Daniel Stenberg
17a8bf212f
The buffer in ftp_pasv_verbose(), used for gethostbyaddr_r(), is now defined
...
to become properly 8-byte aligned on 64-bit archs. Philip Gladstone reported.
2002-01-04 09:17:52 +00:00
Daniel Stenberg
4fc76afef4
The FTP response lines are now passed to the function callback registered for
...
headers.
2002-01-04 09:03:11 +00:00
Daniel Stenberg
a31155a72a
multi stuff from the multi-dev branch
2002-01-03 15:03:57 +00:00
Daniel Stenberg
75601f7924
multi interface example/test sources from the multi-dev branch
2002-01-03 15:03:14 +00:00
Daniel Stenberg
8b6314ccfb
merged the multi-dev branch back into MAIN again
2002-01-03 15:01:22 +00:00
Daniel Stenberg
6de7dc5879
Sterling Hughes' provided initial DNS cache source code.
2002-01-03 10:22:59 +00:00
Daniel Stenberg
6aaee5f23b
minor changes
2002-01-03 09:43:17 +00:00
Daniel Stenberg
dd06dcebe1
added required software and Guido Neitzer's Mac OS X build instructions
2002-01-03 09:12:41 +00:00
Daniel Stenberg
b35c26b751
added a little percentage for "ok coverage"
2002-01-03 08:22:05 +00:00
Daniel Stenberg
128f341635
Changed how -I/--head works when --include is also used... Test case 104
...
stopped working after the dec-20 fixes that now supports FTP operations to
skip the transfer phase.
2002-01-03 08:07:29 +00:00
Daniel Stenberg
e48bc1be48
Philip Gladstone's fixes
2002-01-03 07:23:21 +00:00
Daniel Stenberg
0077b9c0a2
pass an 'int' as the third argument to bind()
2002-01-03 00:51:33 +00:00
Daniel Stenberg
fe37fb5921
Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed.
2002-01-02 10:06:47 +00:00
Daniel Stenberg
221ecd0a30
the changes from 1999 is now in CHANGES.1999
2001-12-21 09:55:13 +00:00
Daniel Stenberg
560492707d
moved the changes from 1999 into its own file
2001-12-21 09:54:45 +00:00
Daniel Stenberg
dfdf4916fa
rewrote 3.9 to be more generic with more languages:
...
"3.9 How do I use curl in my favourite programming language?"
2001-12-21 09:20:04 +00:00
Daniel Stenberg
97a8c98886
spell
2001-12-21 08:10:34 +00:00
Daniel Stenberg
62fb70e9d1
recent fixes
2001-12-21 08:02:35 +00:00
Daniel Stenberg
8a9098a36c
*cool* fix by Björn Stenberg, makes proxy transfers work better...! :-)
2001-12-20 15:58:22 +00:00
Daniel Stenberg
28027c2aa2
If nobody is set we won't download any FTP file. If include_header is set,
...
we return a set of headers not more. This enables FTP operations that don't
transfer any data, only perform FTP commands.
2001-12-20 11:22:01 +00:00
Daniel Stenberg
d60029d66e
Added 4.5.6 "301 Moved Permanently", as a reply to bug report #495215
2001-12-19 23:25:04 +00:00
Daniel Stenberg
226fe8bdf9
Götz Babin-Ebell's contributed "simplessl.c" example source code
2001-12-18 10:13:41 +00:00
Daniel Stenberg
33237b4502
run automake last
2001-12-18 01:00:24 +00:00
Daniel Stenberg
af6c394785
Götz Babin-Ebell's OpenSSL ENGINE patch
2001-12-17 23:01:39 +00:00
Daniel Stenberg
558d12d7f6
strip trailing CRs
2001-12-17 10:32:10 +00:00
Daniel Stenberg
bfa8a6da26
cut off the description to prevent people from using this!
2001-12-17 09:33:54 +00:00
Daniel Stenberg
aa6b3d22a2
Marcus Webster's added CURLFORM_CONTENTHEADER docs
2001-12-16 12:54:42 +00:00
Daniel Stenberg
2eb355733f
Marcus Webster's newly added CURLFORM_CONTENTHEADER
2001-12-14 12:59:16 +00:00
Daniel Stenberg
e66cdacb93
minor changes
2001-12-13 07:16:27 +00:00
Daniel Stenberg
c67f2da283
solaris 2.5.1 needs the sys/types.h file before the sys/socket.h
2001-12-11 15:08:27 +00:00
Daniel Stenberg
e192261788
failf() calls should not have newlines in the message string!
2001-12-11 13:13:01 +00:00
Daniel Stenberg
c63ca99c1c
when the file name given to -T is used to build an upload path, the local
...
directory part is now stripped off and only the actual file name part will be
used
2001-12-11 00:48:55 +00:00
Daniel Stenberg
1c99c4ad11
HTTP_PROXY => http_proxy as Björn pointed out
2001-12-10 11:59:05 +00:00
Daniel Stenberg
bbcfc10677
corrected the READFUNCTION docs slightly
2001-12-10 07:46:43 +00:00
Daniel Stenberg
47e67eab26
corrected the comment above gmtime_r
2001-12-07 15:56:57 +00:00
Daniel Stenberg
650b95045d
added gmtime_r check
2001-12-07 15:51:59 +00:00
Cris Bailiff
5603134e58
Updated location information for Curl_easy
2001-12-07 09:24:42 +00:00
Daniel Stenberg
d12fd897cb
Jason Mancini's -Oalways suggestion
2001-12-06 14:40:16 +00:00
Daniel Stenberg
5e95203a5d
let us know if curl compiles on more platforms
2001-12-06 12:48:41 +00:00
Daniel Stenberg
cad4a571ce
curl compiles on HURD
2001-12-06 07:11:33 +00:00
Daniel Stenberg
139ab3740a
7.9.2 commit
2001-12-05 08:36:48 +00:00
Daniel Stenberg
7b832e1745
Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assign
...
set.upload to FALSE or else we might still get an upload if the previous
operation was an upload!
2001-12-05 06:47:01 +00:00
Daniel Stenberg
914b9e441b
Eric-update
2001-12-04 16:33:40 +00:00
Daniel Stenberg
f0f6ab49f5
Eric's updated version
2001-12-04 13:03:27 +00:00