Daniel Stenberg
a1de9367ec
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
...
case 535 and it now runs fine. Again a problem with the pipelining code not
taking all possible (error) conditions into account.
2006-10-09 06:58:05 +00:00
Daniel Stenberg
befc30bc55
Bogdan Nicula's hanging test case was converted to test case 533 and the test
...
now runs fine.
2006-10-06 21:19:57 +00:00
Daniel Stenberg
552b963e6d
Dmitriy Sergeyev provided an example source code that crashed CVS libcurl
...
but that worked nicely in 7.15.5. I converted it into test case 532 and
fixed the problem.
2006-10-04 21:11:08 +00:00
Daniel Stenberg
5e0d9aea32
Support for FTP third party transfers is now dropped
2006-09-30 20:31:11 +00:00
Daniel Stenberg
ae13c93b7d
Reported in #1561470 ( http://curl.haxx.se/bug/view.cgi?id=1561470 ), libcurl
...
would crash if a bad function sequence was used when shutting down after
using the multi interface (i.e using easy_cleanup after multi_cleanup) so
precautions have been added to make sure it doesn't any more - test case 529
was added to verify.
2006-09-28 21:26:06 +00:00
Daniel Stenberg
2723eda1e4
Bernard Leak fixed configure --with-gssapi-libs
2006-09-24 22:03:01 +00:00
Daniel Stenberg
1fa3a5cce9
Cory Nelson made libcurl use the WSAPoll() function if built for Windows
...
Vista (_WIN32_WINNT >= 0x0600)
2006-09-24 10:41:00 +00:00
Daniel Stenberg
f7d31bb3e3
Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only
...
encrypt the control connection and use the data connection "plain".
2006-09-23 19:37:23 +00:00
Daniel Stenberg
3ea8a4d220
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
...
it now will read the full data sent from servers. The SOCKS-related code was
also moved to the new lib/socks.c source file.
2006-09-23 19:07:20 +00:00
Daniel Stenberg
ab798fe5ba
(FTP) a failed upload does not invalidate the control connection
2006-09-21 20:52:58 +00:00
Daniel Stenberg
ec4a16f2e0
Armel Asselin fixed problems when you gave a proxy URL with user name and
...
empty password or no password at all. Test case 278 and 279 were added to
verify.
2006-09-20 21:49:41 +00:00
Daniel Stenberg
eee09e79e8
stuff we do
2006-09-12 11:31:34 +00:00
Daniel Stenberg
29dc39fce1
- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a
...
handle that is part of a multi handle first removes the handle from the
stack.
- Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL
session-ID re-use on demand since there obviously are broken servers out
there that misbehave with session-IDs used.
2006-09-11 17:18:18 +00:00
Daniel Stenberg
8d24c0212e
curl_multi_socket() fix thanks to Jeff's test code
2006-09-10 22:15:57 +00:00
Daniel Stenberg
b0f6e7cee4
Michele Bini fixed how the hostname is put in NTLM packages. As servers
...
don't expect fully qualified names we need to cut them off at the first dot.
2006-09-09 11:45:27 +00:00
Daniel Stenberg
8ec1bfe897
Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. Some
...
of them can be completetly removed though...
2006-09-08 22:17:39 +00:00
Daniel Stenberg
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
...
cache within the multi handle.
2006-09-07 21:49:20 +00:00
Daniel Stenberg
30ac7eced1
proper credit
2006-09-04 06:17:55 +00:00
Daniel Stenberg
466d093a92
- "Dortik" ( http://curl.haxx.se/bug/view.cgi?id=1551412 ) provided a patch that
...
while not fixing things very nicely, it does make the SOCKS5 proxy
connection slightly better as it now acknowledges the timeout for connection
and it no longer segfaults in the case when SOCKS requires authentication
and you did not specify username:password.
2006-09-03 22:52:42 +00:00
Daniel Stenberg
d7168a82e2
Dmitriy Sergeyev found and fixed a multi interface flaw when using asynch
...
name resolves. It could get stuck in the wrong state.
2006-08-31 12:53:39 +00:00
Gisle Vanem
909941405f
Added support for more MS-DOS compilers.
2006-08-30 12:10:30 +00:00
Daniel Stenberg
5acadc9cd7
David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to
...
allow applications to set their own socket options.
2006-08-29 14:39:33 +00:00
Daniel Stenberg
2ff609dd43
Armel Asselin reported that the 'running_handles' counter wasn't updated
...
properly if you removed a "live" handle from a multi handle with
curl_multi_remove_handle().
2006-08-25 13:53:20 +00:00
Daniel Stenberg
bdbd0cf27a
David McCreedy fixed a remaining mistake from the August 19 TYPE change.
2006-08-22 21:23:25 +00:00
Daniel Stenberg
d792937686
Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP
...
code when doing pure ipv6 EPRT connections.
2006-08-22 21:21:01 +00:00
Daniel Stenberg
cfdcae4bc7
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
...
command on subsequent requests on a re-used connection unless it has to.
2006-08-19 21:18:36 +00:00
Daniel Stenberg
74a6921bc4
Armel Asselin fixed a crash in the FTP code when using SINGLECWD mode and
...
files in the root directory.
2006-08-18 23:17:33 +00:00
Daniel Stenberg
490cccba3c
Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
...
send the whole request at once, even though the Expect: header was disabled
by the application. An effect of this change is also that small (< 1024
bytes) POSTs are now always sent without Expect: header since we deem it
more costly to bother about that than the risk that we send the data in
vain.
2006-08-18 22:54:57 +00:00
Daniel Stenberg
1eedad27a2
Armel Asselin made the CURLOPT_PREQUOTE option work fine even when
...
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place
in the command sequence as it would have run if there would've been a
transfer.
2006-08-08 22:56:46 +00:00
Daniel Stenberg
a4ebf5b507
Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
...
on a persistent connection and allowed the first to use that header, you
could not disable it for the second request.
2006-08-08 21:12:49 +00:00
Daniel Stenberg
7010e5ea84
release time for 7.15.5
2006-08-07 06:32:35 +00:00
Daniel Stenberg
8a38c72c48
Mark Lentczner fixed how libcurl was not properly doing chunked encoding
...
if the header "Transfer-Encoding: chunked" was set by the application.
http://curl.haxx.se/bug/view.cgi?id=1531838
2006-08-02 18:18:47 +00:00
Daniel Stenberg
ee642859ef
Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()
...
an unknown error number on glibc systems.
http://curl.haxx.se/bug/view.cgi?id=1532289
2006-08-01 09:39:01 +00:00
Daniel Stenberg
01b2cf82ec
curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they
...
both now provide the number of running handles back to the calling function.
2006-07-30 22:44:07 +00:00
Daniel Stenberg
a88deadd6f
Yves Lejeune fixed so that replacing Content-Type: when doing multipart
...
formposts work exactly the way you want it (and the way you'd assume it
works)
2006-07-27 22:35:09 +00:00
Daniel Stenberg
4d4151f6c1
David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
...
control and data connection, as the existing --ftp-ssl option only requests
it.
2006-07-26 23:20:47 +00:00
Daniel Stenberg
6f6b93da02
[Hiper-related work] Added a function called curl_multi_assign() that will
...
set a private pointer added to the internal libcurl hash table for the
particular socket passed in to this function.
2006-07-26 22:19:42 +00:00
Daniel Stenberg
2527b53019
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
...
tool option named --ftp-alternative-to-user. It provides a mean to send a
particular command if the normal USER/PASS approach fails.
2006-07-25 22:45:21 +00:00
Daniel Stenberg
78a47826b2
Michael Jerris added magic that builds lib/curllib.vcproj automatically (for
...
newer MSVC versions)
2006-07-25 22:06:42 +00:00
Daniel Stenberg
f36adcdb73
Georg Horn made the transfer timeout error message include more details
2006-07-25 18:38:51 +00:00
Daniel Stenberg
27c0b43897
David McCreedy fixed a build error when building libcurl with HTTP disabled,
...
problem added with the curl_formget() patch.
2006-07-20 20:04:52 +00:00
Daniel Stenberg
06d05b18b2
Jari Sundell did some excellent research and bug tracking, figured out that
...
we did wrong and patched it: When nodes were removed from the splay tree,
and we didn't properly remove it from the splay tree when an easy handle was
removed from a multi stack and thus we could wrongly leave a node in the
splay tree pointing to (bad) memory.
2006-07-17 18:35:58 +00:00
Daniel Stenberg
daef1cf34d
David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared
...
for FTP ASCII transfers.
2006-07-14 18:58:42 +00:00
Daniel Stenberg
28611704d9
Ates Goral pointed out that libcurl's cookie parser did case insensitive
...
string comparisons on the path which is incorrect and provided a patch that
fixes this. I edited test case 8 to include details that test for this.
2006-07-08 18:52:08 +00:00
Daniel Stenberg
ca319f63ad
Ingmar Runge provided a source snippet that caused a crash. The reason for
...
the crash was that libcurl internally was a bit confused about who owned the
DNS cache at all times so if you created an easy handle that uses a shared
DNS cache and added that to a multi handle it would crash. Now we keep more
careful internal track of exactly what kind of DNS cache each easy handle
uses: None, Private (allocated for and used only by this single handle),
Shared (points to a cache held by a shared object), Global (points to the
global cache) or Multi (points to the cache within the multi handle that is
automatically shared between all easy handles that are added with private
caches).
2006-07-07 22:58:06 +00:00
Daniel Stenberg
8bed45340a
Toshiyuki Maezawa fixed a problem where you couldn't override the
...
Proxy-Connection: header when using a proxy and not doing CONNECT.
2006-07-04 12:01:59 +00:00
Daniel Stenberg
37f4877e56
Michael Wallner added curl_formget(), which allows an application to extract
...
(serialise) a previously built formpost (as with curl_formadd()).
2006-06-24 21:46:41 +00:00
Daniel Stenberg
a8ac6f1dc1
Arve Knudsen found a flaw in curl_multi_fdset() for systems where
...
curl_socket_t is unsigned (like Windows) that could cause it to wrongly
return a max fd of -1.
2006-06-23 22:07:06 +00:00
Daniel Stenberg
dfe1884c25
Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and
...
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed
to send or receive data. This kind of adds the the command line tool's
option --limit-rate to the library.
The rate limiting logic in the curl app is now removed and is instead
provided by libcurl itself. Transfer rate limiting will now also work for -d
and -F, which it didn't before.
2006-06-22 21:36:53 +00:00
Daniel Stenberg
72f80b88f7
make -K on a bad file now displays a warning
2006-06-19 21:39:57 +00:00
Daniel Stenberg
1d3969b215
7.15.4 coming up
2006-06-12 06:53:10 +00:00
Daniel Stenberg
990e56fb13
Brian Dessent's fixes for cygwin builds
2006-06-08 06:12:30 +00:00
Daniel Stenberg
2bd3033f68
NTLM2 session response support
2006-06-07 14:14:04 +00:00
Daniel Stenberg
e877cb7bd7
scar Morales Viv updated the libcurl.framework.make file.
2006-05-26 22:23:54 +00:00
Daniel Stenberg
752acedc0b
Olaf Stben fixed a bug that caused Digest authentication with md5-sess to
...
fail. When using the md5-sess, the result was not Md5 encoded and Base64
transformed.
2006-05-25 23:04:20 +00:00
Daniel Stenberg
3d3f056f7e
added some missing items
2006-05-24 23:16:22 +00:00
Daniel Stenberg
606562aa7e
Michael Wallner provided a patch that allows "SESS" to be set with
...
CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly
edited by me, and the re-indent in cookie.c was also done by me)
2006-05-24 22:46:38 +00:00
Daniel Stenberg
c9c5ce2365
David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended
...
checks on the to-be-returned socket to make sure it truly seems to be alive
and well. For SSL connection it (only) uses OpenSSL functions.
2006-05-10 22:17:42 +00:00
Daniel Stenberg
3c6d3b69c2
1 - allow DICT with properly URL-escaped words, like using %20 for spaces
...
2 - properly escape certain letters within a DICT word to comply to the RFC2229
2006-05-10 11:44:31 +00:00
Daniel Stenberg
77475f2ad0
Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU
...
autotools project, which optionally (default=yes) uses libcurl on a system
without a (usable) libcurl installation, but not specifying
`--without-libcurl', configure determines correctly that no libcurl is
available, however, the LIBCURL variable gets expanded to `LIBCURL = -lcurl'
in the resulting Makefiles.
David Shaw fixed the flaw.
2006-05-09 12:56:35 +00:00
Daniel Stenberg
1946058e7b
Robson Braga Araujo fixed two problems in the recently added non-blocking SSL
...
connects. The state machine was not reset properly so that subsequent
connects using the same handle would fail, and there were two memory leaks.
2006-05-09 12:43:49 +00:00
Daniel Stenberg
73daf8ce33
Robson Braga Araujo fixed a memory leak when you added an easy handle to a
...
multi stack and that easy handle had already been used to do one or more
easy interface transfers, as then the code threw away the previously used
DNS cache without properly freeing it.
2006-05-09 11:33:00 +00:00
Daniel Stenberg
6307e783d8
Fixed known bug #28 . The TFTP code no longer assumes a packed struct and
...
thus works reliably on more platforms.
2006-05-08 15:09:50 +00:00
Daniel Stenberg
e85e30546c
Roland Blom filed bug report #1481217
...
(http://curl.haxx.se/bug/view.cgi?id=1481217 ), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows to
get error details after socket-related function calls, when it really should
use WSAGetLastError() instead.
When changing to this, the former function Curl_ourerrno() is now instead
called Curl_sockerrno() as it is necessary to only use it to get errno from
socket-related functions as otherwise it won't work as intended on Windows.
2006-05-04 22:39:47 +00:00
Daniel Stenberg
758f6eed51
Mark Eichin submitted bug report #1480821
...
(http://curl.haxx.se/bug/view.cgi?id=1480821 ) He found and identified a
problem with how libcurl dealt with GnuTLS and a case where gnutls returned
GNUTLS_E_AGAIN indicating it would block. It would then return an unexpected
return code, making Curl_ssl_send() confuse the upper layer - causing random
28 bytes trash data to get inserted in the transfered stream.
The proper fix was to make the Curl_gtls_send() function return the proper
return codes that the callers would expect. The Curl_ossl_send() function
already did this.
2006-05-04 06:00:40 +00:00
Daniel Stenberg
6ca627ae74
curl-config got a --checkfor option
2006-05-02 22:48:22 +00:00
Daniel Stenberg
95152aec68
David McCreedy brought line end conversions when doing FTP ASCII
...
transfers. They are done on non-windows systems and translate CRLF to LF.
2006-04-26 07:40:37 +00:00
Daniel Stenberg
87c5ed8bec
Paul Querna fixed libcurl to better deal with deflate content encoding when
...
the stream (wrongly) lacks a proper zlib header. This seems to be the case on
too many actual server implementations.
2006-04-25 20:49:40 +00:00
Daniel Stenberg
db03d4bdd0
Ale Vesely fixed CURLOPT_INTERFACE when using a hostname
2006-04-21 13:46:19 +00:00
Daniel Stenberg
e532b196cc
Robson Braga Araujo provided a patch that makes libcurl less eager to close
...
the control connection when using FTP, for example when you remove an easy
handle from a multi stack.
2006-04-18 23:14:30 +00:00
Daniel Stenberg
0f5232280c
mention Katie Wang as author of the patch
2006-04-18 22:12:22 +00:00
Daniel Stenberg
deeb74b7e4
#1468330 ( http://curl.haxx.se/bug/view.cgi?id=1468330 ) pointed out a bad
...
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least)
since the struct timeval field tv_sec is an int while time_t is 64bit.
2006-04-11 10:49:51 +00:00
Daniel Stenberg
7b4ba43dcf
mention recent additions
2006-04-10 21:57:45 +00:00
Daniel Stenberg
83d8a6a450
forked off the changes from 2005 into its own file
2006-04-10 08:14:05 +00:00
Daniel Stenberg
be285cde3f
Michele Bini modified the NTLM code to work for his "weird IIS case"
...
(http://curl.haxx.se/mail/lib-2006-02/0154.html ) by adding the NTLM hash
function in addition to the LM one and making some other adjustments in the
order the different parts of the data block are sent in the Type-2 reply.
Inspiration for this work was taken from the Firefox NTLM implementation.
I edited the existing 21(!) NTLM test cases to run fine with these news. Due
to the fact that we now properly include the host name in the Type-2 message
the test cases now only compare parts of that chunk.
2006-04-05 12:35:48 +00:00
Daniel Stenberg
bcc62cc9e3
#1451929 ( http://curl.haxx.se/bug/view.cgi?id=1451929 ) detailed a bug that
...
occurred when asking libcurl to follow HTTP redirects and the original URL had
more than one question mark (?). Added test case 276 to verify.
2006-03-28 08:03:25 +00:00
Daniel Stenberg
f17d9bba14
David Byron found a problem multiple -d options when libcurl was built with
...
--enable-debug, as then curl used free() on memory allocated both with
normal malloc() and with libcurl-provided functions, when the latter MUST be
freed with curl_free() in debug builds.
2006-03-27 21:59:40 +00:00
Daniel Stenberg
3dad55d7a8
Tor Arntsen figured out that TFTP was broken on a lot of systems since we
...
called bind() with a too big argument in the 3rd parameter and at least
Tru64, AIX and IRIX seem to be very picky about it.
2006-03-26 08:52:43 +00:00
Daniel Stenberg
598ffeea89
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
2006-03-21 22:30:03 +00:00
Daniel Stenberg
83367f67de
Xavier Bouchoux made the SSL connection non-blocking for the multi interface
...
(when using OpenSSL).
2006-03-21 21:54:44 +00:00
Daniel Stenberg
15f2647d71
Tor Arntsen fixed the AIX Toolbox RPM spec
2006-03-21 13:34:41 +00:00
Daniel Stenberg
6421d69bff
David McCreedy fixed libcurl to no longer ignore AUTH failures and now it
...
reacts properly according to the CURLOPT_FTP_SSL setting.
2006-03-20 22:51:08 +00:00
Daniel Stenberg
18081e30e1
mention today's fixes
2006-03-20 22:25:14 +00:00
Daniel Stenberg
b8fad99f09
start working towards 7.15.4
2006-03-20 09:03:09 +00:00
Daniel Stenberg
5975229919
fixed tftp packet overflow risk
2006-03-20 07:32:50 +00:00
Daniel Stenberg
cffebd7fd6
Markus Koetter filed debian bug report #355715 which identified a problem
...
with the multi interface and multi-part formposts. The fix from February
22nd could make the Curl_done() function get called twice on the same
connection and it was not designed for that and thus tried to call free() on
an already freed memory area!
2006-03-07 23:11:41 +00:00
Daniel Stenberg
b8c8e7349f
Peter Heuchert made sure the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL
...
is used properly.
2006-03-07 22:28:08 +00:00
Daniel Stenberg
8bba99ae56
Lots of users on Windows have reported getting the "SSL: couldn't set
...
callback" error message so I've now made the setting of that callback not be
as critical as before. The function is only used for additional loggging/
trace anyway so a failure just means slightly less data. It should still be
able to proceed and connect fine to the server.
2006-03-06 22:35:51 +00:00
Daniel Stenberg
b5c5f57613
build fix for Interix
2006-03-04 22:39:31 +00:00
Daniel Stenberg
7d68101f83
Prevent uploading to a URL that has no file name part.
2006-03-03 13:09:30 +00:00
Daniel Stenberg
d7999f9fcb
mention Dan F's out-of-file handles fix from the other day
2006-03-02 11:41:23 +00:00
Daniel Stenberg
f13eba4c78
check for and use getprotobyname
2006-03-02 11:37:05 +00:00
Daniel Stenberg
097bee681a
hehe, wrong year but who reads these lines anyway? ;-)
2006-02-27 16:09:24 +00:00
Daniel Stenberg
8548c2fc61
7.15.2
2006-02-27 16:05:16 +00:00
Daniel Stenberg
6fdbb01194
Lots of work and analysis by "xbx___" in bug #1431750
...
(http://curl.haxx.se/bug/view.cgi?id=1431750 ) helped me identify and fix two
different but related bugs:
1) Removing an easy handle from a multi handle before the transfer is done
could leave a connection in the connection cache for that handle that is
in a state that isn't suitable for re-use. A subsequent re-use could then
read from a NULL pointer and segfault.
2) When an easy handle was removed from the multi handle, there could be an
outstanding c-ares DNS name resolve request. When the response arrived,
it caused havoc since the connection struct it "belonged" to could've
been freed already.
Now Curl_done() is called when an easy handle is removed from a multi handle
pre-maturely (that is, before the transfer was complteted). Curl_done() also
makes sure to cancel all (if any) outstanding c-ares requests.
2006-02-23 12:20:48 +00:00
Daniel Stenberg
a15d107dde
Peter Su added support for SOCKS4 proxies. Enable this by setting the proxy
...
type to the already provided type CURLPROXY_SOCKS4.
I added a --socks4 option that works like the current --socks5 option but
instead use the socks4 protocol.
2006-02-21 07:46:41 +00:00
Daniel Stenberg
29e446e508
Shmulik Regev fixed an issue with multi-pass authentication and compressed
...
content when libcurl didn't honor the internal ignorebody flag.
2006-02-19 23:16:48 +00:00
Daniel Stenberg
10beb36b1c
Ulf Hrnhammar fixed a format string (printf style) problem in the Negotiate
...
code. It should however not be the cause of any troubles. He also fixed a
few similar problems in the HTTP test server code.
2006-02-18 22:27:01 +00:00
Daniel Stenberg
92009181af
Shmulik Regev provided a fix for the DNS cache when using short life times,
...
as previously it could be holding on to old cached entries longer than
requested.
2006-02-16 23:42:32 +00:00
Daniel Stenberg
87bcb6f377
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
...
an app can use to let libcurl only connect to a remote host and then extract
the socket from libcurl. libcurl will then not attempt to do any transfer at
all after the connect is done.
2006-02-11 22:35:16 +00:00
Daniel Stenberg
b0bc2f00d2
Kent Boortz improved the configure check for GnuTLS to properly set LIBS
...
instead of LDFLAGS.
2006-02-11 12:56:52 +00:00
Daniel Stenberg
12f5c67bf5
Philippe Vaucher provided a brilliant piece of test code that show a problem
...
with re-used FTP connections. If the second request on the same connection was
set not to fetch a "body", libcurl could get confused and consider it an
attempt to use a dead connection and would go acting mighty strange.
2006-02-07 23:09:04 +00:00
Daniel Stenberg
8cb695a963
fixed --limit-rate
2006-02-01 23:28:22 +00:00
Daniel Stenberg
2fbf94b0f3
Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the
...
curl tool with --local-port. Plain and simply set the range of ports to bind
the local end of connections to. Implemented on to popular demand.
Not extensively tested. Please let me know how it works.
2006-01-30 08:24:07 +00:00
Daniel Stenberg
32bc30e210
Based on an error report by Philippe Vaucher, we no longer count a retried
...
connection setup as a follow-redirect. It turns out 1) this fails when a FTP
connection is re-setup and 2) it does make the max-redirs counter behave
wrong. This fix was not verified since the reporter vanished, but I believe
this is the right fix nonetheless.
2006-01-30 08:20:52 +00:00
Daniel Stenberg
67bf4f28ff
Michal Marek provided a patch for FTP that makes libcurl continue to try PASV
...
even after EPSV returned a positive response code, if libcurl failed to
connect to the port number the EPSV response said. Obviously some people are
going through protocol-sensitive firewalls (or similar) that don't understand
EPSV and then they don't allow the second connection unless PASV was
used. This also called for a minor fix of test case 238.
2006-01-24 14:40:43 +00:00
Daniel Stenberg
fcfd6d9504
Duane Cathey was one of our friends who reported that curl -P [IP]
...
(CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a
"native" IP while it works fine for ipv6-disabled builds!
In the process of fixing this, I removed the support for LPRT since I can't
think of many reasons to keep doing it and asking on the mailing list didn't
reveal anyone else that could either. The code that sends EPRT and PORT is
now also a lot simpler than before (IMHO).
2006-01-19 23:52:03 +00:00
Daniel Stenberg
c31451cf13
Jon Turner pointed out that doing -P [hostname] with curl (built ipv4-only)
...
didn't work.
2006-01-19 22:02:46 +00:00
Daniel Stenberg
a2f3094eb0
reality sync
2006-01-18 12:17:20 +00:00
Daniel Stenberg
65afc576ea
configure no longer warns on "missing" if the current path contains a space
2006-01-18 10:00:36 +00:00
Daniel Stenberg
67a83c1b34
David Shaw finally removed all traces of Gopher and we are now officially
...
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
2006-01-16 22:14:37 +00:00
Daniel Stenberg
4c35a40858
Bryan Henderson turned the 'initialized' variable for curl_global_init()
...
into a counter, and thus you can now do multiple curl_global_init() and you
are then supposed to do the same amount of calls to curl_global_cleanup().
Bryan also updated the docs accordingly.
2006-01-15 23:55:53 +00:00
Daniel Stenberg
bebf70667d
Andrew Benham fixed a race condition in the test suite that could cause the
...
test script to kill all processes in the current process group!
2006-01-13 12:16:16 +00:00
Daniel Stenberg
d9bd5de0b1
Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thru
...
HTTP proxy.
2006-01-12 22:18:38 +00:00
Daniel Stenberg
31c7aa0ba4
Michael Jahn fixed ftp over CONNECT
2006-01-12 12:40:04 +00:00
Daniel Stenberg
fc2388189f
mention the "secret" option as I've got no feedback and it is actually present
...
in 7.15.1
2006-01-10 23:08:38 +00:00
Daniel Stenberg
4431338691
When using a bad path over FTP, as in when libcurl couldn't CWD into all
...
given subdirs, libcurl would still "remember" the full path as if it is the
current directory libcurl is in so that the next curl_easy_perform() would
get really confused if it tried the same path again - as it would not issue
any CWD commands at all, assuming it is already in the "proper" dir.
Starting now, a failed CWD command sets a flag that prevents the path to be
"remembered" after returning.
2006-01-10 23:03:22 +00:00
Daniel Stenberg
f4cc8153ae
Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy
...
actually used a new connection and not sent the second request on the first
socket!
2006-01-07 22:24:16 +00:00
Daniel Stenberg
e4d8cb4ee0
buildconf fixes
2006-01-06 22:59:34 +00:00
Daniel Stenberg
dd87e4ed39
Andres Garcia made the TFTP test server build with mingw.
2006-01-04 10:07:36 +00:00
Daniel Stenberg
6dbfce1031
Jean Jacques Drouin pointed out that you could only have a user name or
...
password of 127 bytes or less embedded in a URL, where actually the code
uses a 255 byte buffer for it! Modified now to use the full buffer size.
2005-12-16 14:52:16 +00:00
Daniel Stenberg
f49df54a36
7.15.1 with the now to be announced security flaw fixed
2005-12-06 23:05:51 +00:00
Daniel Stenberg
6513303498
Jamie Newton pointed out that libcurl's file:// code would close() a zero
...
file descriptor if given a non-existing file.
2005-12-01 23:42:03 +00:00
Daniel Stenberg
74e5beab9d
Doug Kaufman's set of patches to make curl build fine on DJGPP again using
...
configure.
2005-11-24 10:22:46 +00:00
Daniel Stenberg
4022a60ea7
I extended a patch from David Shaw to make libcurl _always_ provide an error
...
string in the given error buffer to address the flaw mention on 21 sep 2005.
2005-11-17 14:29:54 +00:00
Daniel Stenberg
096675824f
Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get
...
installed on 'make install' time.
2005-11-16 07:20:57 +00:00
Daniel Stenberg
92c0de518e
Quagmire reported that he needed to raise a NTLM buffer for SSPI to work
...
properly for a case, and so we did. We raised it even for non-SSPI builds
but it should not do any harm. http://curl.haxx.se/bug/view.cgi?id=1356715
2005-11-14 22:10:52 +00:00
Daniel Stenberg
d52ed3fff2
Jan Kunder's debian bug report
...
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird
error message for when you try to upload a file and the requested directory
doesn't exist on the target server.
2005-11-14 00:18:12 +00:00
Daniel Stenberg
adf462fe05
Debian bug report 338681 by Jan Kunder: make curl better detect and report bad
...
limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now
curl will return error if a bad unit is used.
2005-11-13 11:06:48 +00:00
Daniel Stenberg
c2862742ab
Thanks to this nice summary of poll() implementations:
...
http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene
Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote
connection closure so we check for that case (too) and re-enable poll for
cygwin builds.
2005-11-13 09:24:06 +00:00
Daniel Stenberg
8a712eb5af
Eugene Kotlyarov found out that cygwin's poll() function isn't doing things
...
right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable
poll() and use select() on cygwin too (we already do the same choice on Mac OS
X)
2005-11-12 22:49:19 +00:00
Daniel Stenberg
5e3836055f
Dima Barsky patched problem #1348930 : the GnuTLS code completely ignored
...
client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930 ).
2005-11-11 23:20:07 +00:00
Daniel Stenberg
ae9fbe573e
David Lang fixed IPv6 support for TFTP!
2005-11-10 22:25:07 +00:00
Daniel Stenberg
bd8baed138
Introducing range stepping to the curl globbing support. Now you can specify
...
step counter by adding :[num] within the brackets when specifying a range.
2005-11-10 22:11:01 +00:00
Daniel Stenberg
cab59b4c32
Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since
...
we really have no use for reverse lookups of the address.
I truly hope these are the last reverse lookups we had lingering in the
code!
2005-11-08 14:45:58 +00:00
Daniel Stenberg
175335808b
Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
...
version of libcurl with different Windows versions. Current version of
libcurl imports SSPI functions from secur32.dll. However, under Windows NT
4.0 these functions are located in security.dll, under Windows 9x - in
secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll
just forwards calls to secur32.dll).
Dmitry's patch loads proper library dynamically depending on Windows
version. Function InitSecurityInterface() is used to obtain pointers to all
of SSPI function in one structure.
: ----------------------------------------------------------------------
2005-11-08 14:15:34 +00:00
Daniel Stenberg
b91421b107
Vilmos Nebehaj improved libcurl's LDAP abilities:
...
The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary
attributes in LDAP objects. So, I made a quick patch to address these
problems.
The solution is simple: if we connect to an LDAP server, first try LDAPv3
(which is the preferred protocol as of now) and then fall back to LDAPv2.
In case of binary attributes, we first convert them to base64, just like the
openldap client does. It uses ldap_get_values_len() instead of
ldap_get_values() to be able to retrieve binary attributes correctly. I
defined the necessary LDAP macros in lib/ldap.c to be able to compile
libcurl without the presence of libldap
2005-10-31 08:55:01 +00:00
Daniel Stenberg
966fa848a0
Nis Jorgensen filed bug report #1338648
...
(http://curl.haxx.se/bug/view.cgi?id=1338648 ) which really is more of a
feature request, but anyway. It pointed out that --max-redirs did not allow
it to be set to 0, which then would return an error code on the first
Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS
set to 0, or -1 for infinity. Added test case 274 to verify.
2005-10-27 22:05:38 +00:00
Daniel Stenberg
6f8fe67ace
tommink[at]post.pl reported in bug report #1337723
...
(http://curl.haxx.se/bug/view.cgi?id=1337723 ) that curl could not upload
binary data from stdin on Windows if the data contained control-Z (hex 1a)
since that is treated as end-of-file when read in text mode. Gisle Vanem
pointed out the fix, and I made both -T and --data-binary take advantage of
it.
2005-10-27 21:02:01 +00:00
Daniel Stenberg
9d152a77fd
Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
...
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or even "-r -[number]". Starting now,
curl will warn if this is discovered, and automatically append a dash to the
range before passing it to libcurl.
2005-10-27 12:05:36 +00:00
Daniel Stenberg
33dc28b905
multi IP socket description leak with multi interface
2005-10-25 14:05:21 +00:00
Daniel Stenberg
c890149c8c
Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report
...
#1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338 ). When reading an SSL
stream from a server and the server requests a "rehandshake", the current
code simply returns this as an error. I have no good way to test this, but
I've added a crude attempt of dealing with this situation slightly better -
it makes a blocking handshake if this happens. Done like this because fixing
this the "proper" way (that would handshake asynchronously) will require
quite some work and I really need a good way to test this to do such a
change.
2005-10-22 21:05:07 +00:00
Daniel Stenberg
1a1ab2e2e8
"Ofer" reported a problem when libcurl re-used a connection and failed to do
...
it, it could then accidentally actually crash. Presumably, this concerns FTP
connections. http://curl.haxx.se/bug/view.cgi?id=1330310
2005-10-21 21:00:44 +00:00
Daniel Stenberg
715b706caa
Temprimus improved the MSVC makefile so that the static debug SSL libs are
...
linked to the executable and not to the libcurld.lib
http://curl.haxx.se/bug/view.cgi?id=1326676
2005-10-21 19:32:12 +00:00
Daniel Stenberg
bfa9c42c25
Bradford Bruce made the windows resolver code properly return
...
CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving
errors (as documented).
2005-10-21 19:21:19 +00:00
Daniel Stenberg
be9c873a6e
Dave Dribin made libcurl understand and handle cases when the server
...
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should
never happen in a sane world, libcurl previously got into an infinite loop
when this occurred. Dave added test 273 to verify this.
2005-10-20 20:07:32 +00:00
Daniel Stenberg
0c6bb8cb66
Temprimus improved the MSVC makefile: "makes a build option available so if
...
you set rtlibcfg=static for the make, then it would build with /MT. The
default behaviour is /MD (the original)."
http://curl.haxx.se/bug/view.cgi?id=1326665
2005-10-20 19:07:33 +00:00
Daniel Stenberg
f335bac8a3
Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin
...
reported, the define is used by the configure script and is assumed to use
the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0
release version.
2005-10-14 21:21:51 +00:00
Daniel Stenberg
96cec4dfd7
7.15.0 time
2005-10-13 08:19:09 +00:00
Daniel Stenberg
934d312f50
mention the recent fixes
2005-10-05 09:15:20 +00:00
Daniel Stenberg
db83a0ebbc
Michael Wallner reported that the date parser had wrong offset stored for
...
the MEST and CEST time zones.
2005-10-04 18:15:33 +00:00
Daniel Stenberg
e19ee2d102
David Yan brought the Content-Range report
2005-09-27 20:22:13 +00:00
Daniel Stenberg
b4c53e2cfd
An anonymous submitter filed bug #1299181
...
(http://curl.haxx.se/bug/view.cgi?id=1299181 ) that identified a silly problem
with Content-Range: headers with the 'bytes' keyword written in a different
case than all lowercase! It would cause a segfault!
2005-09-27 09:13:39 +00:00
Daniel Stenberg
a2902de67c
TJ Saunders of the proftpd project identified and pointed out problems with
...
the modified FTPS negotiation change of August 19 2005. Thus, we revert the
change back to pre-7.14.1 status.
2005-09-27 08:46:54 +00:00
Daniel Stenberg
a2210d23c3
three debian bug reports addressed
2005-09-21 11:29:03 +00:00
Daniel Stenberg
3fe5311967
Dmitry Bartsevich made the SSPI support work on Windows 9x as well
2005-09-19 21:45:16 +00:00
Daniel Stenberg
d0a4104c0c
recent changes
2005-09-16 21:03:26 +00:00
Daniel Stenberg
a1287ec64f
added URLs to bug reports
2005-09-16 07:18:25 +00:00
Daniel Stenberg
e8635044b5
Now curl warns if an unknown variable is used in the -w/--writeout argument.
2005-09-06 13:27:18 +00:00
Daniel Stenberg
3e6ae6eeb8
mention the recent improvements
2005-09-04 22:10:03 +00:00
Daniel Stenberg
56d9624b56
John Kelly added TFTP support to libcurl. A bunch of new error codes was
...
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to
list of protocols whereever those are mentioned.
2005-09-02 15:11:08 +00:00
Daniel Stenberg
6e1a986e0f
7.14.1 coming right up
2005-09-01 20:54:00 +00:00
Daniel Stenberg
32330300a9
Kevin Lussier pointed out a problem with curllib.dsp
2005-08-29 21:04:26 +00:00
Daniel Stenberg
87bbd13899
Igor Polyakov fixed a rather nasty problem with the threaded name resolver
...
for Windows, that could lead to an Access Violation when the multi interface
was used due to an issue with how the resolver thread was and was not
terminated.
2005-08-29 14:23:53 +00:00
Daniel Stenberg
5effe8f336
Simon Josefson brought GNU GSS support
2005-08-29 08:42:45 +00:00
Daniel Stenberg
a4773fcbbb
Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
...
from the command line tool with --ignore-content-length. This will make it
easier to download files from Apache 1.x (and similar) servers that are
still having problems serving files larger than 2 or 4 GB. When this option
is enabled, curl will simply have to wait for the server to close the
connection to signal end of transfer. I wrote test case 269 that runs a
simple test that this works.
2005-08-24 10:57:28 +00:00
Daniel Stenberg
1e038c4bc6
valgrind version 3 renames the --logfile command line option to --log-file...
2005-08-24 10:49:57 +00:00
Daniel Stenberg
432dfe2b8f
Fixed CA cert verification using GnuTLS with the default bundle, which
...
previously failed due to GnuTLS not allowing x509 v1 CA certs by default.
2005-08-24 07:40:13 +00:00
Daniel Stenberg
710ee3b0e0
Norbert Novotny had problems with FTPS and he helped me work out a patch
...
that made curl run fine in his end. The key was to make sure we do the
SSL/TLS negotiation immediately after the TCP connect is done and not after
a few other commands have been sent like we did previously. I don't consider
this change necessary to obey the standards, I think this server is pickier
than what the specs allow it to be, but I can't see how this modified
libcurl code can add any problems to those who are interpreting the
standards more liberally.
2005-08-19 14:41:09 +00:00
Daniel Stenberg
a676c18502
- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with
...
CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to
write the result to a given cookie jar and then never actually call
curl_easy_perform() - the given file(s) to read was never read but the
output file was written and thus it caused a "funny" result.
- While doing some tests for the bug above, I noticed that Firefox generates
large numbers (for the expire time) in the cookies.txt file and libcurl
didn't treat them properly. Now it does.
2005-08-17 08:55:43 +00:00
Daniel Stenberg
fd704f8de0
recent changes
2005-08-15 21:48:36 +00:00
Daniel Stenberg
6c157a404b
Christopher R. Palmer fixed the offsets used for date parsings when the time
...
zone name of a daylight savings time was used. For example, PDT vs PDS. This
flaw was introduced with the new date parser (11 sep 2004 - 7.12.2).
Fortunately, no web server or cookie string etc should be using such time
zone names thus limiting the effect of this bug.
2005-08-09 21:59:31 +00:00
Daniel Stenberg
493d6033aa
Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a
...
HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP
internally when an HTTP proxy is used, even for FTP URLs. The problem would
also occur with other multi-pass auth methods.
2005-08-07 22:59:06 +00:00
Daniel Stenberg
8f219af884
When curl is built with GnuTLS, curl-config didn't include "SSL" when
...
--features was used
2005-08-07 21:45:59 +00:00
Daniel Stenberg
726b9e2240
If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is
...
set to 1, CURLOPT_NOBODY will now automatically be set to 0.
2005-07-27 22:29:50 +00:00
Daniel Stenberg
2236ba0d20
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
...
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
2005-07-27 22:17:14 +00:00
Daniel Stenberg
16bbd13af7
Diego Casorran patches to make (lib)curl build fine on Amiga again
2005-07-13 18:06:40 +00:00
Daniel Stenberg
465e19dbe9
Adrian Schuur added trailer support in the chunked encoding stream. The
...
trailer is then sent to the normal header callback/stream.
2005-07-12 18:15:34 +00:00
Daniel Stenberg
d49c144297
Gisle Vanem came up with a nice little work-around for bug #1230118 . It
...
seems the Windows (MSVC) libc time functions may return data one hour off if
TZ is not set and automatic DST adjustment is enabled. This made
curl_getdate() return wrong value, and it also concerned internal cookie
expirations etc.
2005-07-05 14:57:41 +00:00
Daniel Stenberg
e7de7d5eb3
mention the strerror_r detection fix in configure
2005-07-04 21:53:02 +00:00
Daniel Stenberg
20005a83d2
Andrew Bushnell provided enough info for me to tell that we badly needed to
...
fix the CONNECT authentication code with multi-pass auth methods (such as
NTLM) as it didn't previously properly ignore response-bodies - in fact it
stopped reading after all response headers had been received. This could
lead to libcurl sending the next request and reading the body from the first
request as response to the second request. (I also renamed the function,
which wasn't strictly necessary but...)
The best fix would to once and for all make the CONNECT code use the
ordinary request sending/receiving code, treating it as any ordinary request
instead of the special-purpose function we have now. It should make it
better for multi-interface too. And possibly lead to less code...
Added test case 265 for this. It doesn't work as a _really_ good test case
since the test proxy is too stupid, but the test case helps when running the
debugger to verify.
2005-07-03 22:25:15 +00:00
Daniel Stenberg
c51b46c982
David Shaw fixes
2005-06-22 22:31:08 +00:00
Daniel Stenberg
396cff5779
possible windows memory leak fixed by Gisle
2005-06-19 21:38:45 +00:00
Daniel Stenberg
e4aee168b5
recent buildconf fiddling
2005-06-13 11:20:51 +00:00
Daniel Stenberg
c4bbcc83b6
Tupone Alfredo's fixes:
...
1) findtool does look per tool in PATH and think ./perl is the perl
executable, while is just a local directory (I have . in the PATH)
2) I got several warning for head -1 deprecated in favour of head -n 1
3) ares directory is missing some file (missing is missing :-) ) because
automake and friends is not run.
(Let's hope number 2 doesn't break somewhere "out there", if so we can always
search/replace that back.)
2005-06-06 21:19:04 +00:00
Daniel Stenberg
29aafb9cea
Andres Garcia's text mode fix for the 'data' part
2005-06-03 14:06:03 +00:00
Daniel Stenberg
300b4a9158
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6
...
address was not possible to use. It is now, but requires it written
RFC2732-style, within brackets - which incidently is how you enter numerical
IPv6 addresses in URLs. Test case 263 added to verify.
2005-05-31 13:03:26 +00:00
Daniel Stenberg
42ddd745f8
recent changes
2005-05-29 22:38:34 +00:00
Daniel Stenberg
a7846189cd
Eric Cooper reported about a problem with HTTP servers that responds with
...
binary zeroes within the headers. They confused libcurl to do wrong so the
downloaded headers become incomplete. The fix is now verified with test case
262.
2005-05-29 22:30:48 +00:00
Daniel Stenberg
bac63914db
recent action
2005-05-24 21:02:59 +00:00
Daniel Stenberg
e99a6b813e
update
2005-05-18 20:00:50 +00:00
Daniel Stenberg
dd7b6aef39
The configure check for strerror_r() failed to detect the proper API at
...
times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed
the glibc version if the posix define wasn't set (since it _had_ found a
strerror_r).
2005-05-18 13:24:23 +00:00
Daniel Stenberg
55225106b6
Version 7.14.0
2005-05-16 12:58:41 +00:00
Daniel Stenberg
0b3deceea3
adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin)
2005-05-13 21:19:21 +00:00
Daniel Stenberg
5a5cf3a51d
-z bad use warning and NTLM proxy auth in reconnect fix
2005-05-12 14:00:27 +00:00
Daniel Stenberg
11defd180c
mention the select() error fix as well
2005-05-11 10:23:59 +00:00
Daniel Stenberg
c82c1691ee
the new HTTP headers
2005-05-11 09:56:53 +00:00
Daniel Stenberg
07e58aaa79
Sort of "fixed" KNOWN_BUGS #4 : curl now builds IPv6 enabled on AIX 4.3. At
...
least it should no longer cause a compiler error. However, it does not have
AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we
use that for FTP PORT/EPRT)! So, I modified the configure check that checks if
the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on
AIX 4.3 and it will automatically build with IPv6 support disabled.
2005-05-02 14:06:27 +00:00
Daniel Stenberg
b0f856213d
Added --trace-time that when used adds a time stamp to each trace line that
...
--trace, --trace-ascii and --verbose output. I also made the '>' display
separate each line on the linefeed so that HTTP requests etc look nicer in the
-v output.
2005-05-02 09:38:19 +00:00
Daniel Stenberg
d59d81fae8
two bugfixes, one change and one test script modification
2005-05-02 08:40:20 +00:00
Daniel Stenberg
ccfc1ddbef
more fixes
2005-04-29 12:34:53 +00:00
Daniel Stenberg
78882e4642
Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two
...
more places. First, CURL_HOME is a new environment variable that is used
instead of HOME if it is set, to point out where the default config file
lives. If there's no config file in the dir pointed out by one of the
environment variables, the Windows version will instead check the same
directory the executable curl is located in.
2005-04-27 21:24:58 +00:00
Daniel Stenberg
656a2e93d7
fixing
2005-04-26 21:47:31 +00:00
Daniel Stenberg
01165e08e0
Fred New reported a bug where we used Basic auth and user name and password in
...
.netrc, and when following a Location: the subsequent requests didn't properly
use the auth as found in the netrc file. Added test case 257 to verify my fix.
2005-04-25 21:39:48 +00:00
Daniel Stenberg
a8ff0a21bf
Based on feedback from Cory Nelson, I added some preprocessor magic in
...
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
2005-04-24 22:25:04 +00:00
Daniel Stenberg
b8bc6bed97
2 days, 4 fixes
2005-04-23 22:08:15 +00:00
Daniel Stenberg
63d109f7be
Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still
...
used the default port. He was right. I fixed the problem and added the test
cases 521, 522 and 523 to verify the fix.
2005-04-18 19:41:04 +00:00
Daniel Stenberg
c904b6b5bf
Toshiyuki Maezawa reported that when doing a POST with a read callback,
...
libcurl didn't properly send an Expect: 100-continue header. It does now.
2005-04-18 17:14:58 +00:00
Daniel Stenberg
37f7362aca
HTTP 304 response with Content-Length: header
2005-04-10 22:56:46 +00:00
Daniel Stenberg
70024d61eb
GnuTLS!
2005-04-07 21:05:45 +00:00
Daniel Stenberg
da59692067
the smell of release
2005-04-05 07:37:08 +00:00
Daniel Stenberg
b42bc7329e
win resolve crash, win makefile fix
2005-04-04 22:38:53 +00:00
Daniel Stenberg
74816fed6c
Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually
...
also affecting NTLM and Negotiate.) It turned out that if the server responded
with 100 Continue before the initial 401 response, libcurl didn't take care of
the response properly. Test case 245 and 246 added to verify this.
2005-04-03 22:46:25 +00:00
Daniel Stenberg
93fcb94b62
fix configure's SSL-detection for msys/mingw (from Andres Garcia)
2005-03-30 20:55:44 +00:00
Daniel Stenberg
94459cab98
Better connection keep-alive when POSTing with HTTP Digest or Negotiate.
2005-03-29 21:08:57 +00:00
Daniel Stenberg
f00f050d1b
proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix
2005-03-29 11:54:07 +00:00
Daniel Stenberg
cb3fb371ea
moved out the changes from 2004 to CHANGES.2004
2005-03-22 09:23:56 +00:00
Daniel Stenberg
b5d97b3d94
more
2005-03-16 22:03:55 +00:00
Daniel Stenberg
61133545f6
- Tru64 and some IRIX boxes seem to not like test 237 as it is. Their
...
inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted
address which makes a different failure... Now I've modified the ipv4
resolve code to use inet_pton() instead in an attempt to make these systems
better detect this as a bad IP address rather than creating a toally bogus
address that is then passed on and used.
2005-03-16 22:01:39 +00:00
Daniel Stenberg
1acbda97e0
new options to testcurl.pl, fixed curl-config and removed compiler warnings
2005-03-15 07:50:16 +00:00
Daniel Stenberg
ffd65a1956
configure --enable-sspi
2005-03-14 08:15:06 +00:00
Daniel Stenberg
983bf93a24
--form-string
2005-03-12 19:49:55 +00:00
Daniel Stenberg
84bc23b92f
curl_version_info() returns the feature bit CURL_VERSION_SSPI
2005-03-11 15:10:36 +00:00
Daniel Stenberg
d1d35ba85f
Christopher R. Palmer made it possible to build libcurl with the
...
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native
way to do NTLM. SSPI also allows libcurl to pass on the current user and its
password in the request.
2005-03-10 23:15:29 +00:00
Daniel Stenberg
2ab2e7675c
configure, socks, debug, getdate
2005-03-09 23:35:14 +00:00
Daniel Stenberg
702664e959
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
...
file got a Last-Modified: header written to the data stream, corrupting the
actual data. This was because some conditions from the previous FTP code was
not properly brought into the new FTP code. I fixed and I added test case 520
to verify. (This bug was introduced in 7.13.1)
2005-03-08 08:09:14 +00:00
Daniel Stenberg
02706bec94
valgrind.pm fixed
2005-03-07 08:11:36 +00:00
Daniel Stenberg
aa47ac4c06
Added test case 235 that makes a resumed upload of a file that isn't present
...
on the remote side. This then converts the operation to an ordinary STOR
upload. This was requested/pointed out by Ignacio Vazquez-Abrams.
It also proved (and I fixed) a bug in the newly rewritten ftp code (and
present in the 7.13.1 release) when trying to resume an upload and the servers
returns an error to the SIZE command. libcurl then loops and sends SIZE
commands infinitely.
2005-03-04 23:52:06 +00:00
Daniel Stenberg
874fc8228a
stand clear for release time
2005-03-04 13:41:46 +00:00
Daniel Stenberg
6f752c64bc
Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate
...
the cookie "engine" without having to provide an empty or non-existing file.
2005-03-04 00:26:50 +00:00
Daniel Stenberg
7012a4a291
Rene Rebe fixed a -# crash when more data than expected was retrieved.
2005-03-04 00:12:02 +00:00
Daniel Stenberg
861b5e608b
mention buffer overflows fixed
2005-03-03 13:13:21 +00:00
Daniel Stenberg
5ba188ab2d
Ralph Mitchell reported a flaw when you used a proxy with auth, and you
...
requested data from a host and then followed a redirect to another
host. libcurl then didn't use the proxy-auth properly in the second request,
due to the host-only check for original host name wrongly being extended to
the proxy auth as well. Added test case 233 to verify the flaw and that the
fix removed the problem.
2005-02-18 23:53:07 +00:00
Daniel Stenberg
eadfd78c2e
socket leak, mingw build
2005-02-18 11:54:52 +00:00
Daniel Stenberg
ac022b2e30
Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"
...
that picks NTLM. Thanks to David Byron letting me test NTLM against his
servers, I could quickly repeat and fix the problem. It turned out to be:
When libcurl POSTs without knowing/using an authentication and it gets back a
list of types from which it picks NTLM, it needs to either continue sending
its data if it keeps the connection alive, or not send the data but close the
connection. Then do the first step in the NTLM auth. libcurl didn't send the
data nor close the connection but simply read the response-body and then sent
the first negotiation step. Which then failed miserably of course. The fixed
version forces a connection if there is more than 2000 bytes left to send.
2005-02-16 14:31:23 +00:00
Daniel Stenberg
e7cefd684b
Removed all uses of strftime() since it uses the localised version of the
...
week day names and month names and servers don't like that.
2005-02-11 00:03:49 +00:00
Daniel Stenberg
d2485e4f20
valgrind stuff for test suite, vms build and more
2005-02-10 08:57:23 +00:00
Daniel Stenberg
74068a6d1b
David Byron fixed his SSL problems, initially mentioned here:
...
http://curl.haxx.se/mail/lib-2005-01/0240.html . It turned out we didn't use
SSL_pending() as we should.
This was TODO-RELEASE issue #59 .
2005-02-09 23:16:03 +00:00
Daniel Stenberg
153fd2752c
the new ftp code and Gisle's DICT fix
2005-02-09 14:34:46 +00:00
Daniel Stenberg
33820cd2ac
inflate and out of memory fixes
2005-02-08 19:07:28 +00:00
Daniel Stenberg
29350b363b
Eric Vergnaud found a use of an uninitialized variable
2005-02-04 23:43:44 +00:00
Daniel Stenberg
4a9e12542d
7.13 coming up
2005-02-01 07:54:36 +00:00
Daniel Stenberg
16b5dc710f
four changes
2005-01-30 22:57:19 +00:00
Daniel Stenberg
8dbaf534c8
Using the multi interface, and doing a requsted a re-used connection that
...
gets closed just after the request has been sent failed and did not re-issue
a request on a fresh reconnect like the easy interface did. Now it does!
(define CURL_MULTIEASY, run test case 160)
2005-01-29 22:31:06 +00:00
Daniel Stenberg
c4ff5eb0ca
conn->ip_addr MUST NOT be used on re-used connections
2005-01-29 13:07:16 +00:00
Daniel Stenberg
59b45a90cc
multi interface: when a request is denied due to "Maximum redirects followed"
...
libcurl leaked the last Location: URL.
2005-01-29 12:01:20 +00:00
Daniel Stenberg
f661475962
Connect failures with the multi interface was often returned as "connect()
...
timed out" even though the reason was different. Fixed this problem by not
setting this timeout to zero when using multi.
2005-01-28 23:21:24 +00:00
Daniel Stenberg
4551e7ce49
KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two
...
curl_easy_perform() invokes. It was previously unlocked at disconnect, which
could mean that it remained locked between multiple transfers. The DNS cache
may not live as long as the connection cache does, as they are separate.
To deal with the lack of DNS (host address) data availability in re-used
connections, libcurl now keeps a copy of the IP adress as a string, to be able
to show it even on subsequent requests on the same connection.
2005-01-28 22:14:48 +00:00
Daniel Stenberg
064bc3ecbc
Stephen More pointed out that CURLOPT_FTPPORT and the -P option didn't work
...
when built ipv6-enabled. I've now made a fix for it. Writing test cases for
custom port strings turned too tricky so unfortunately there's none.
2005-01-28 08:26:36 +00:00
Daniel Stenberg
177dbc7be0
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
...
present in RFC959... so now (lib)curl supports it as well. --ftp-account and
CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
string after PASS have been sent away. The client responds with "ACCT [account
string]".) Added test case 228 and 229 to verify the functionality. Updated
the test FTP server to support ACCT somewhat.
2005-01-25 22:13:12 +00:00
Daniel Stenberg
80a8be6319
David Shaw contributed a fairly complete and detailed autoconf macro you can
...
use to detect libcurl and setup variables for the protocols the installed
libcurl supports: docs/libcurl/libcurl.m4
2005-01-25 09:29:05 +00:00
Daniel Stenberg
7e42cb61f7
FTP third transfer support overhaul. See CHANGES for details.
2005-01-21 09:32:32 +00:00
Daniel Stenberg
7472ede32a
Philippe Hameau found out that -Q "+[command]" didn't work, although some code
...
was written for it. I fixed and added test case 227 to verify it. The curl.1
man page didn't mention the '+' so I added it.
2005-01-20 22:22:12 +00:00
Daniel Stenberg
3050ae57c0
Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL
...
contains %0a or %0d in the user, password or CWD parts. (A future fix would
include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225
and 226 were added to verify this
2005-01-19 21:56:02 +00:00
Daniel Stenberg
a0c8b9bc68
Stephan Bergmann pointed out two flaws in libcurl built with HTTP disabled:
...
1) the proxy environment variables are still read and used to set HTTP proxy
2) you couldn't disable http proxy with CURLOPT_PROXY (since the option was
disabled)
2005-01-19 09:36:44 +00:00
Daniel Stenberg
b1080f7c9a
Cody Jones' enhanced version of Samuel Daz Garca's MSVC makefile patch.
2005-01-18 10:17:34 +00:00
Daniel Stenberg
e0bea7d541
Alex aka WindEagle pointed out that when doing "curl -v dictionary.com", curl
...
assumed this used the DICT protocol. While guessing protocols will remain
fuzzy, I've now made sure that the host names must start with "[protocol]."
for them to be a valid guessable name. I also removed "https" as a prefix that
indicates HTTPS, since we hardly ever see any host names using that.
2005-01-16 08:51:52 +00:00
Daniel Stenberg
0e26355348
Inspired by Martijn Koster's patch and example source at
...
http://www.greenhills.co.uk/mak/gentoo/curl-eintr-bug.c , I now made the
select() and poll() calls properly loop if they return -1 and errno is
EINTR. glibc docs for this is found here:
http://www.gnu.org/software/libc/manual/html_node/Interrupted-Primitives.html
This last link says BSD doesn't have this "effect". Will there be a problem
if we do this unconditionally?
S: ----------------------------------------------------------------------
2005-01-13 21:51:48 +00:00
Daniel Stenberg
c5b2e85b47
Dan Torop cleaned up a few no longer used variables from David Phillips'
...
select() overhaul fix.
2005-01-11 20:22:44 +00:00
Daniel Stenberg
29102befa6
Cyrill Osterwalder posted a detailed analysis about a bug that occurs when
...
using a custom Host: header and curl fails to send a request on a re-used
persistent connection and thus creates a new connection and resends it. It
then sent two Host: headers. Cyrill's analysis was posted here:
http://curl.haxx.se/mail/archive-2005-01/0022.html
2005-01-11 14:00:45 +00:00
Daniel Stenberg
9d1145598a
Bruce Mitchener identified (bug report #1099640 ) the never-ending SOCKS5
...
problem with the version byte and the check for bad versions. Bruce has lots
of clues on this, and based on his suggestion I've now removed the check of
that byte since it seems to be able to contain 1 or 5.
2005-01-10 23:32:14 +00:00
Daniel Stenberg
21bb852750
Pavel Orehov reported memory problems with the multi interface in bug report
...
#1098843 . In short, a shared DNS cache was setup for a multi handle and when
the shared cache was deleted before the individual easy handles, the latter
cleanups caused read/writes to already freed memory.
2005-01-10 10:07:07 +00:00
Daniel Stenberg
83bab78bda
Hzhijun reported a memory leak in the SSL certificate code, that leaked the
...
remote certificate name when it didn't match the used host name.
2005-01-10 09:48:39 +00:00
Gisle Vanem
4eb1d3eb1b
Watcom additions.
2005-01-08 16:15:06 +00:00
Daniel Stenberg
7b4bf6a22c
three recent bug fixes
2005-01-07 21:14:57 +00:00
Daniel Stenberg
8127a34f98
recent events
2005-01-05 14:12:06 +00:00
Daniel Stenberg
b7d92c3e03
--protocols, license, src/config.h.in
2004-12-25 22:30:31 +00:00
Daniel Stenberg
814d176b86
recent changes
...
and Merry Christmas!
2004-12-23 22:31:39 +00:00
Daniel Stenberg
67abd4cd47
Rune Kleveland fixed a minor memory leak for received cookies with the (rare)
...
version attribute set.
2004-12-22 22:33:31 +00:00
Daniel Stenberg
58f4af7973
Marcin Konicki provided two configure fixes and a source fix to make curl
...
build out-of-the-box on BeOS.
2004-12-22 22:28:10 +00:00
Daniel Stenberg
4ba1eb26fa
Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
...
-w option support 'http_connect' to make it easier to verify!
2004-12-21 19:59:35 +00:00
Daniel Stenberg
23cf63f550
7.12.3
2004-12-20 12:35:02 +00:00
Daniel Stenberg
7803a1a28a
fixed the solaris pkcs12 build problem
2004-12-19 09:37:58 +00:00
Daniel Stenberg
8ad47a13e5
Samuel Listopad added support for PKCS12 formatted certificates.
2004-12-18 10:42:48 +00:00
Daniel Stenberg
b7acdbcb4c
two more ftp directory re-use tests added
2004-12-16 22:22:11 +00:00
Daniel Stenberg
d3b414724b
Dinar in bug report #1086121 , found a file handle leak when a multipart
...
formpost (including a file upload part) was aborted before the whole file was
sent.
2004-12-16 09:52:36 +00:00
Daniel Stenberg
d88b3d3d5d
fixed how backslashes are treated in glob strings
2004-12-15 09:23:24 +00:00
Daniel Stenberg
0d0d5e7ee3
Harshal Pradhan fixed changing username/password on a persitent HTTP
...
connection.
2004-12-14 21:22:51 +00:00
Daniel Stenberg
1687a9eb94
large file file:// resumes on windows
2004-12-13 10:58:37 +00:00
Daniel Stenberg
9b3b7ad22e
HTTP IPv6 support added to the test suite
2004-12-11 21:41:00 +00:00
Daniel Stenberg
6b7f6369ec
username and IPv6 numerical address URL parser fix
2004-12-10 21:42:55 +00:00
Daniel Stenberg
98adcdd466
Ton Voon provided a configure fix that should fix the notorious (mostly
...
reported on Solaris) problem where the size_t check fails due to the SSL libs
being found in a dir not searched through by the run-time linker.
patch-tracker entry #1081707 .
2004-12-09 09:27:30 +00:00
Daniel Stenberg
a2bd47c567
Bryan Henderson pointed out in bug report #1081788 that the curl-config
...
--vernum output wasn't zero prefixed properly (as claimed in documentation).
This is fixed in maketgz now.
2004-12-09 08:06:59 +00:00
Daniel Stenberg
80a324386b
Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where
...
libcurl always and unconditionally overwrote a stack-based array with 3 zero
bytes. I edited the fix to make it less likely to occur again (and added
a comment explaining the reason to the buffer size).
2004-12-07 23:09:41 +00:00
Daniel Stenberg
4435e3b269
Fixed so that the final error message is sent to the verbose info "stream"
...
even if no errorbuffer is set.
2004-12-06 23:04:30 +00:00
Daniel Stenberg
ac269a8f68
Dan Fandrich added the --disable-cookies option to configure to build
...
libcurl without cookie support. This is mainly useful if you want to build a
minimalistic libcurl with no cookies support at all. Like for embedded
systems or similar.
2004-12-05 23:59:32 +00:00
Daniel Stenberg
35944744f8
Richard Atterer fixed libcurl's way of dealing with the EPSV
...
response. Previously, libcurl would re-resolve the host name with the new
port number and attempt to connect to that, while it should use the IP from
the control channel. This bug made it hard to EPSV from an FTP server with
multiple IP addresses!
2004-12-05 23:33:33 +00:00
Daniel Stenberg
b7ff86fa2b
credit where credit is due
2004-12-03 11:06:05 +00:00
Daniel Stenberg
2c27e4ee76
Bug report #1078066 : when a chunked transfer was pre-maturely closed exactly
...
at a chunk boundary it was not considered an error and thus went unnoticed.
Added test case 207 to verify.
2004-12-03 09:31:25 +00:00
Daniel Stenberg
6bb215f56c
recent changes
2004-11-30 10:21:25 +00:00
Daniel Stenberg
0966ddafaa
As reported in Mandrake's bug tracker bug 12285
...
(http://qa.mandrakesoft.com/show_bug.cgi?id=12285 ), when connecting to an
IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables
the ability to transfer a file. Now, when connected to an FTP server with
IPv6, these FTP commands can't be disabled even if asked to with the
available libcurl options.
2004-11-29 21:25:07 +00:00
Daniel Stenberg
ffe17a8197
As reported in Mandrake's bug tracker bug 12289
...
(http://qa.mandrakesoft.com/show_bug.cgi?id=12289 ), curl would print a newline
to "finish" the progress meter after each redirect and not only after a
completed transfer.
2004-11-26 14:33:13 +00:00
Daniel Stenberg
bf51f05a50
FTP improvements:
...
If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on
the same server again even if a following request is made using a persistent
connection.
If a second request is made to a server, requesting a file from the same
directory as the previous request operated on, libcurl will no longer make
that long series of CWD commands just to end up on the same spot. Note that
this is only for *exactly* the same dir. There is still room for improvements
to optimize the CWD-sending when the dirs are only slightly different.
Added test 210, 211 and 212 to verify these changes. Had to improve the
test script too and added a new primitive to the test file format.
2004-11-25 22:21:49 +00:00
Daniel Stenberg
3e1caa6185
HTTP "auth done right". See lib/README.httpauth
2004-11-24 16:11:35 +00:00
Daniel Stenberg
25559ac02e
Andrs Garca fixed the configure script to detect select properly when run
...
with Msys/Mingw on Windows.
2004-11-24 15:49:43 +00:00
Daniel Stenberg
a4e1ac7952
David Phillips fix for test 518 and my extension to make it not run on
...
systems that can't run it fine.
2004-11-22 22:26:46 +00:00
Daniel Stenberg
1a05a90f1c
David Phillips' FD_SETSIZE fix
2004-11-19 08:52:33 +00:00
Daniel Stenberg
5931d43a36
clean up start time and t_startsingle use so that redirect_time works properly
2004-11-15 11:27:03 +00:00
Daniel Stenberg
59c063dfd3
Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.
2004-11-11 23:11:04 +00:00
Daniel Stenberg
710e370c34
Dan Fandrich added --disable-verbose
2004-11-11 16:34:24 +00:00
Daniel Stenberg
cd73a733c7
dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used
2004-11-11 09:26:09 +00:00
Daniel Stenberg
49111a63e6
configure --with-gssapi fix
2004-11-10 21:43:41 +00:00
Daniel Stenberg
ee4ecf5155
Gisle's CURL_EXTERN fix
2004-11-10 15:50:33 +00:00
Daniel Stenberg
1f2b042b95
today's work
2004-11-08 21:39:18 +00:00
Daniel Stenberg
facfa19cdd
weirdo hack to fix debian bug report 278691:
...
'curl -v writes debugging to its network socket if stderr is closed'
2004-11-08 19:41:28 +00:00
Daniel Stenberg
6b49fd7483
Tim Sneddon's VMS fix for huge HTTP POSTs
2004-11-05 14:43:35 +00:00
Daniel Stenberg
fd884a3cd2
more retry stuff
2004-11-04 16:17:23 +00:00
Daniel Stenberg
24d47a6e07
Paul Nolan fix to make libcurl build nicely on Windows CE
2004-11-02 10:12:22 +00:00
Daniel Stenberg
736a40fec9
When cross-compiling, the configure script no longer attempts to use
...
pkg-config on the build host in order to detect OpenSSL compiler options.
2004-11-01 22:50:59 +00:00
Daniel Stenberg
8bfcae65ef
Dan Fandrich's gzip handling fix
2004-10-27 21:46:11 +00:00
Daniel Stenberg
96cf615e9d
Added --retry and --retry-delay first attempt with four related test cases.
2004-10-27 21:29:55 +00:00
Daniel Stenberg
a00e7f0f5e
Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a
...
file that was already completely downloaded caused an error, while it
doesn't if you don't use --fail! I added test case 194 to verify the fix.
Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in
libcurl v8 due to all the kludges needed to support it.
2004-10-25 11:28:40 +00:00
Daniel Stenberg
beb61ef429
Mohun Biswas found out that formposting a zero-byte file didn't work very
...
good. I fixed.
2004-10-24 22:31:40 +00:00
Daniel Stenberg
249036ada0
this change was reverted since it broke on solaris
2004-10-19 18:50:46 +00:00
Daniel Stenberg
38b1d96750
Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with
...
both source and destination being the same host. It can be useful if you want
to move a file on a server or similar.
2004-10-19 18:26:35 +00:00
Daniel Stenberg
f4bef25b5e
CURLINFO_NUM_CONNECTS and more
2004-10-19 15:30:08 +00:00
Daniel Stenberg
7b95a25adc
bug 1049275 fixes test 165
2004-10-19 06:04:25 +00:00
Daniel Stenberg
82d6cfa7fc
Peter Wullinger pointed out that curl should call setlocale() properly to
...
initiate the specific language operations, to make the IDN stuff work better.
2004-10-18 13:37:18 +00:00
Daniel Stenberg
4f0258ec09
7.12.2
2004-10-18 07:48:28 +00:00
Daniel Stenberg
21d5aead47
Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work
...
fine even for third party transfers.
2004-10-16 14:06:54 +00:00
Daniel Stenberg
f40c9b83df
libcurl leaked memory for cookies with the "max-age" field set.
2004-10-16 13:54:40 +00:00
Gisle Vanem
b9e082b811
Changes for issue 50
2004-10-16 13:20:33 +00:00
Daniel Stenberg
e8f85cba0f
Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name
...
and password fields properly in URLs, like
ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
2004-10-14 13:44:54 +00:00
Daniel Stenberg
3fa1879f6a
recent fixes
2004-10-12 12:47:38 +00:00
Daniel Stenberg
34342bcd19
SO_NOSIGPIPE
2004-10-11 17:23:41 +00:00
Gisle Vanem
52313cbac9
Added tld_check_name().
2004-10-06 19:00:37 +00:00
Daniel Stenberg
9a2aed7d7a
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
...
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
the new URL would provide the resumed file. Test case 188 added to verify the
fix (together with existing test 99).
2004-10-06 13:37:12 +00:00
Daniel Stenberg
01acbfa1a5
updates of today
2004-10-06 09:04:20 +00:00
Daniel Stenberg
3d9fb701e2
recent fixes
2004-10-05 10:52:51 +00:00
Daniel Stenberg
6eb58549a9
closing in on release
2004-10-04 10:37:30 +00:00
Daniel Stenberg
19b284c214
Gisle Vanem provided code that displays an error message when the (libidn
...
based) IDN conversion fails. This is really due to a missing suitable
function in the libidn API that I hope we can remove once libidn gets a
function like this.
2004-10-02 13:01:44 +00:00
Daniel Stenberg
d239fc5d04
Aleksandar Milivojevic reported a problem in the Redhat bugzilla (see
...
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134133 ) and not to anyone
involved in the curl project! This happens when you try to curl a file from a
proftpd site using SSL. It seems proftpd sends a somewhat unorthodox PASS
response code (232 instead of 230). I relaxed the response code check to deal
with this and similar cases.
2004-10-01 11:22:11 +00:00
Daniel Stenberg
8e87223195
- Based on Fedor Karpelevitch's formpost path basename patch, file parts in
...
formposts no longer include the path part. If you _really_ want them, you
must provide your preferred full file name with CURLFORM_FILENAME.
Added detection for libgen.h and basename() to configure. My custom
basename() replacement function for systems without it, might be a bit too
naive...
Updated 6 test cases to make them work with the stripped paths.
2004-10-01 06:36:11 +00:00
Daniel Stenberg
be1cece69b
- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
...
app to retrieve the errno variable after a (connect) failure. It will make
sense to provide this for more failures in a more generic way, but let's
start like this.
2004-09-30 21:01:23 +00:00
Daniel Stenberg
d4db35c125
Gnter Knauf and Casey O'Donnell worked out an extra #if condition for the
...
curl/multi.h header to work better in winsock-using apps.
2004-09-30 19:50:36 +00:00
Daniel Stenberg
94c6a5eeab
Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by
...
properly using glibtoolize instead of plain libtoolize. (This is made if
glibtool was found and used instead of plain libtool.)
2004-09-30 19:46:32 +00:00
Daniel Stenberg
2576ac1c76
Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly
...
enable the progress meter.
2004-09-28 22:26:47 +00:00
Daniel Stenberg
2f89f2311c
recent stuff
2004-09-28 22:04:17 +00:00
Daniel Stenberg
595016d393
Dan Fandrich patched three tests
2004-09-22 18:23:14 +00:00
Daniel Stenberg
17f8f32b2e
typo
2004-09-22 12:53:58 +00:00
Daniel Stenberg
7676f40218
jean-claude Chauve fixed an LDAP bug
2004-09-22 08:01:41 +00:00
Daniel Stenberg
2b6f7ef2a9
the error message fix for failed connects
2004-09-19 14:30:16 +00:00
Daniel Stenberg
6a06667cc0
Added CURLOPT_FTPSSLAUTH
2004-09-16 21:45:16 +00:00
Daniel Stenberg
25bf23105d
Location: problem with bad original URL, identified in bug report #1029478
2004-09-16 21:28:38 +00:00
Daniel Stenberg
f71b3f48a1
Replaced the former date parser with a rewrite. No more yacc/bison needed.
2004-09-15 07:28:04 +00:00
Daniel Stenberg
96efa990f9
Added parsedate.[ch]
2004-09-11 20:06:33 +00:00
Daniel Stenberg
0ec4c66fba
fixed -F to support setting type= even on parts that aren't file-uploads
2004-09-10 21:47:52 +00:00
Daniel Stenberg
23d64e720d
up to date with recent changes
2004-09-10 21:13:55 +00:00
Daniel Stenberg
b8b56248bd
- Bug report #1025986 . When following a Location: with a custom Host: header
...
replacement, curl only replaced the Host: header on the initial request
and didn't replace it on the following ones. This resulted in requests with
two Host: headers.
Now, curl checks if the location is on the same host as the initial request
and then continues to replace the Host: header. And when it moves to another
host, it doesn't replace the Host: header but it also doesn't make the
second Host: header get used in the request.
This change is verified by the two new test cases 184 and 185.
2004-09-10 20:58:51 +00:00
Daniel Stenberg
92637303db
fix the return code for curl_multi_add_handle()
2004-08-31 06:04:43 +00:00
Daniel Stenberg
f7c5a097e3
proxy-connection close
2004-08-30 15:02:18 +00:00
Daniel Stenberg
e942394bdb
getdate and new test cases from yday
2004-08-25 11:21:15 +00:00
Daniel Stenberg
723bfe42e7
Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and
...
PUTs even when told to use HTTP 1.0, which is not correct.
2004-08-23 12:34:55 +00:00
Daniel Stenberg
cd52b9f0da
Alexander Krasnostavsky made the write callback get called even when a zero
...
byte file is downloaded.
2004-08-20 12:09:09 +00:00
Daniel Stenberg
c8c47768c7
Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and
...
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
2004-08-19 06:44:19 +00:00
Daniel Stenberg
06a5c70f4d
Kjetil Jacobsen reported an open file leak in file:// transfers of empty
...
files.
2004-08-17 12:00:39 +00:00
Daniel Stenberg
847c91e568
recent fixes
2004-08-17 06:56:53 +00:00
Daniel Stenberg
45197b188e
Roland Krikava's cookies over proxy fix.
2004-08-16 07:24:25 +00:00
Daniel Stenberg
df59ca1a45
include the server response in the error message when an FTP server gives
...
back a 530 after the password is provided, as it isn't necessary because of a
bad user name or password.
2004-08-11 08:39:48 +00:00
Daniel Stenberg
da30242640
7.12.1 notes
2004-08-10 08:42:54 +00:00
Daniel Stenberg
4ff9cd39c5
negotiate fix and new glib/GTK+ binding
2004-08-05 18:55:51 +00:00
Daniel Stenberg
6b5a04cf83
multi-connect fix and cookie domain fix
2004-08-04 13:12:00 +00:00
Daniel Stenberg
f2e35fad27
digest fix
2004-07-31 19:23:57 +00:00
Daniel Stenberg
43ae26f146
fixes!
2004-07-28 22:00:14 +00:00
Daniel Stenberg
6574f4106e
-o #[num] fix
2004-07-26 15:30:23 +00:00
Daniel Stenberg
7f78bc3c6d
autobuilds with ares and curl_easy_reset()
2004-07-24 21:43:33 +00:00
Daniel Stenberg
33f42aacca
recent activities
2004-07-22 22:20:07 +00:00
Daniel Stenberg
cbfc737d79
recent activities
2004-07-15 09:03:32 +00:00
Daniel Stenberg
3cf452b923
file:// upload fix on windows
2004-07-06 15:17:32 +00:00
Daniel Stenberg
2046a6b9e5
curl_share_cleanup fix
2004-07-02 11:27:06 +00:00
Daniel Stenberg
6df3bf3644
--trace fix
2004-07-01 12:37:55 +00:00
Daniel Stenberg
185baf036b
NOBODY set TRUE after a POST makes a good HEAD now
2004-06-30 11:09:16 +00:00
Daniel Stenberg
03f8ec89db
multi interface connect fix
2004-06-29 11:27:33 +00:00
Daniel Stenberg
a913e93667
--limit-rate problems on Mac OS X was reported by Rob Stanzel
2004-06-28 07:08:09 +00:00
Daniel Stenberg
a7b99fc463
check for a fine poll() before it is used to sleep subsecond
2004-06-27 21:51:54 +00:00
Daniel Stenberg
b596c34bed
snprintf and version
2004-06-24 15:20:29 +00:00
Daniel Stenberg
d7aae417b1
Yet another resolve code re-org
2004-06-24 07:56:07 +00:00
Daniel Stenberg
1c10272e15
cookie size
2004-06-22 21:22:42 +00:00
Daniel Stenberg
0051d5ac88
Gisle Vanem improved the certificate wildcard checks
2004-06-22 08:54:42 +00:00
Daniel Stenberg
0cb297abc9
testcurl.sh is dead, long live tests/testcurl.pl!
2004-06-21 14:58:03 +00:00
Daniel Stenberg
941374b573
CURL_READFUNC_ABORT stuff
2004-06-21 14:10:39 +00:00
Daniel Stenberg
f8188ddfee
recent events
2004-06-21 10:56:33 +00:00
Daniel Stenberg
bd3d5a17b4
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
...
mailing list.
2004-06-18 06:20:43 +00:00
Daniel Stenberg
713effb6e4
large file FTP upload bug
2004-06-17 08:07:24 +00:00
Daniel Stenberg
557e95c0a3
post with auth problems fixed
2004-06-15 11:04:21 +00:00
Daniel Stenberg
a79b9e9d4a
recent action
2004-06-14 08:54:59 +00:00
Daniel Stenberg
23fbb89805
recent changes
2004-06-09 07:01:48 +00:00
Daniel Stenberg
d620f1e529
configure fix
2004-06-04 20:57:59 +00:00
Daniel Stenberg
7c3ee84295
updates
2004-06-03 14:41:44 +00:00
Daniel Stenberg
39626d8cfd
7.12.0
2004-06-02 09:03:02 +00:00
Daniel Stenberg
67ad29e716
more changes
2004-06-02 08:57:43 +00:00
Daniel Stenberg
1de1dc7314
minor edits
2004-05-28 11:16:09 +00:00
Daniel Stenberg
de2aeb9fc2
MSVC makefiles updated and an auth problem when using CONNECT
2004-05-26 10:35:01 +00:00
Daniel Stenberg
fd802db39f
initial support for "uploading" to file:// URLs
2004-05-25 21:47:29 +00:00
Daniel Stenberg
24420c2191
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
...
Gisle's previous mail. We now use this function, and thus we require libidn
0.4.5 or later. No earler version will do.
2004-05-24 07:40:00 +00:00
Daniel Stenberg
59f904d8de
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
...
not be used both in one request. Fixed it and added test case 172 to verify.
2004-05-24 07:13:48 +00:00
Daniel Stenberg
755f98e768
While talking to host a.b.c, libcurl did wrongly not accept cookies that were
...
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and
test case 171 verifies it.
2004-05-21 20:40:15 +00:00
Daniel Stenberg
5c882bdfa3
fixed transfer speed math
2004-05-20 20:48:16 +00:00
Daniel Stenberg
0fbcea45d6
cert verify
2004-05-19 11:10:36 +00:00
Daniel Stenberg
3920b4dae8
torture testing and a moved CVS repo
2004-05-17 10:39:44 +00:00
Daniel Stenberg
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
...
memory.h is included everywhere for this.
2004-05-11 11:30:23 +00:00
Daniel Stenberg
9bf1ba2f7e
Added recent events to the log
2004-05-11 08:10:32 +00:00
Daniel Stenberg
fe065dc851
James' and Gisle' reports/fixes
2004-05-07 20:08:38 +00:00
Daniel Stenberg
535046430a
Made the lib/curllib.dsp file get generated automaticly
2004-05-07 09:45:33 +00:00
Daniel Stenberg
d56c03840b
little fixes
2004-05-06 15:11:16 +00:00
Daniel Stenberg
2960d37d71
removed curl_formparse() from the library
2004-05-04 08:24:13 +00:00
Daniel Stenberg
fc6eff13b5
General HTTP authentication cleanup and fixes
2004-05-04 07:52:53 +00:00
Daniel Stenberg
ade89799f5
mucho
2004-04-30 10:55:57 +00:00
Daniel Stenberg
5b65cc55a2
idn stuff in code and configure script
2004-04-27 14:22:58 +00:00
Daniel Stenberg
5ef6904ec3
hugehelp.c fix, without-ssl fix
2004-04-27 11:16:46 +00:00
Daniel Stenberg
cff90cf3f9
"configure summary"
2004-04-26 12:29:30 +00:00
Daniel Stenberg
1cb66f5262
the recent commits explained
2004-04-26 07:26:16 +00:00
Daniel Stenberg
c96f7f13da
7.11.2 coming today
2004-04-26 06:05:49 +00:00
Daniel Stenberg
f94f06825c
moved older changes to the CHANGES.2003 file
2004-04-25 08:33:06 +00:00
Daniel Stenberg
2ddbf8975a
disable-manual
2004-04-25 08:19:55 +00:00
Daniel Stenberg
3755bffcc2
Gisle Vanem found and fixed a memory leak when doing (failing) Windows
...
threaded name resolves.
2004-04-23 14:04:30 +00:00
Daniel Stenberg
8ee470aaeb
--proxy-ntlm fix and test case 163
2004-04-23 08:47:20 +00:00
Daniel Stenberg
6838f74fe0
allow newlines in the contents when doing -F "var=[contents]"
...
Robert Marlow reported.
2004-04-22 20:09:33 +00:00
Daniel Stenberg
2ff30d067c
- David Byron found and fixed a small bug with the --fail and authentication
...
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and
communicate with a proxy that requires basic authentication, the proxy
properly returns a 407, but the failure detection code doesn't realize it
should give up, so curl returns with exit code 0. Test case 162 verifies
this.
2004-04-22 20:07:41 +00:00
Daniel Stenberg
43cbbdbea0
If a transfer is found out to be only partial, libcurl will now treat that
...
as a problem serious enough to skip the final QUIT command before closing
the control connection. To avoid the risk that it will "hang" waiting for
the QUIT response. Added test case 161 to verify this.
2004-04-22 13:10:43 +00:00
Daniel Stenberg
3ef3f2b6f0
test case 160 "should work" now
2004-04-21 08:56:02 +00:00
Daniel Stenberg
b7a7600465
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
...
length limit of the hostname part of the URL.
2004-04-20 07:53:24 +00:00
Daniel Stenberg
5dbaced4a2
my test suite edits
2004-04-15 14:53:47 +00:00
Daniel Stenberg
4f84e6d9e2
removed the fixed dir depth limit in the FTP code
2004-04-15 07:52:39 +00:00
Daniel Stenberg
6f08903f07
two ipresolve fixes
2004-04-14 12:13:32 +00:00
Daniel Stenberg
b83d8104cd
several changes
2004-04-14 07:07:30 +00:00
Daniel Stenberg
72b1144b8c
getting only a 100 Continue response and nothing else, when talking HTTP,
...
is now treated as an error by libcurl
2004-04-07 14:27:54 +00:00
Daniel Stenberg
8ed44e8dfb
New authentication code added, particularly noticable when doing POST or PUT
...
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication
and when done perform the requested POST.
2004-04-06 15:14:10 +00:00
Daniel Stenberg
0ccdf3d0e6
improved --limit-rate functionality, partly by the new use of curlx_tvnow()
2004-04-06 12:06:05 +00:00
Daniel Stenberg
7b929636ee
the last couple of days
2004-04-06 06:24:06 +00:00
Daniel Stenberg
8b4582f111
recent changes
2004-03-31 21:03:55 +00:00
Daniel Stenberg
fd96a2af34
David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely
...
even with authentcations such as NTLM or Digest enabled. Test cases 150, 151
and 152 were added to verify the functionality.
2004-03-30 06:42:12 +00:00
Daniel Stenberg
97959a00d7
changes changes changes
2004-03-29 13:45:53 +00:00
Daniel Stenberg
6fb0012833
error messages and new test script
2004-03-23 16:12:55 +00:00
Daniel Stenberg
f44b655513
progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix
2004-03-23 11:52:08 +00:00
Daniel Stenberg
dd1ba7633e
Enabled 'NT responses' in the NTLM type-3 message.
2004-03-22 13:50:30 +00:00
Daniel Stenberg
ce04b35032
Added the Version 7.11.1 marker
2004-03-19 13:22:48 +00:00
Daniel Stenberg
a5b206f398
irix configure fix and a msvc project file update
2004-03-18 14:20:17 +00:00
Daniel Stenberg
5b55f9ecb3
Gnter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
Daniel Stenberg
79ed144b0f
mention yesterday's man page update frenzy
2004-03-16 10:41:14 +00:00
Daniel Stenberg
5d53b544d3
check for m4 version in buildconf
2004-03-15 11:42:48 +00:00
Daniel Stenberg
1ebda8fa0e
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
...
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
2004-03-12 08:55:47 +00:00
Daniel Stenberg
467c3e3a1f
fixing
2004-03-10 11:28:45 +00:00
Daniel Stenberg
108434b95c
the largefile for version_info fix
2004-03-08 13:17:53 +00:00
Daniel Stenberg
9c8b2a9958
issue 12 fixed, the final known outstanding issue to be done before 7.11.1
2004-03-05 13:12:58 +00:00
Daniel Stenberg
acc5096eef
clonk
2004-03-05 10:14:46 +00:00
Daniel Stenberg
2479e06848
David Byron's work on making libcurl only require winsock 1.1 on Windows
...
machines.
2004-03-03 13:32:56 +00:00
Daniel Stenberg
f2abe03fcf
three days of changes
2004-03-03 13:30:18 +00:00
Daniel Stenberg
d03fbf5dfb
a fair day's work!
2004-03-01 16:30:59 +00:00
Daniel Stenberg
c5b8e446f6
ispell by Tor Arntsen
2004-02-27 12:27:40 +00:00
Daniel Stenberg
ab44763cb7
updated with recent events
2004-02-27 08:08:08 +00:00
Daniel Stenberg
9b09193cfd
today's work
2004-02-25 15:44:39 +00:00
Daniel Stenberg
8ba042cf88
limit rate and windows timeouts
2004-02-23 13:48:27 +00:00
Daniel Stenberg
4f953b6459
that icc attempt in configure
2004-02-20 16:29:57 +00:00
Daniel Stenberg
bd63a557f3
fixes from the recent days
2004-02-19 10:21:43 +00:00
Daniel Stenberg
d53d33698c
verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fix
2004-02-16 13:33:41 +00:00
Daniel Stenberg
901edd32b5
recent fixes
2004-02-15 13:50:04 +00:00
Daniel Stenberg
68e140b2eb
mondays are busy days catching up with the patches from the weekend! ;-)
2004-02-09 16:16:05 +00:00
Daniel Stenberg
3e4cd0b422
mingw configure fix, host: fix, compiler warnings in ldap.c
2004-02-06 14:27:08 +00:00
Daniel Stenberg
e8fb77fac3
numerous things went in today
2004-02-05 21:52:53 +00:00
Daniel Stenberg
1089d91e77
the configure and memdebug fixes of yday
2004-02-03 10:07:26 +00:00
Daniel Stenberg
ca522d4787
more test91 tweaks and some c-ares stuff
2004-02-02 16:29:58 +00:00
Daniel Stenberg
253f5f1a9a
ares resolve timeout and ca bundle include fixes
2004-02-02 12:46:58 +00:00
Daniel Stenberg
5e69ca0ebd
test case 97
2004-02-02 07:21:21 +00:00
Daniel Stenberg
4cba2ea1ad
attempt to fix the notorious test 91 failures
2004-01-30 12:43:49 +00:00
Daniel Stenberg
36a90aeaec
test case 510, mpeix fix
2004-01-30 09:31:23 +00:00
Daniel Stenberg
50c80a49cc
Added --socks
2004-01-30 08:51:24 +00:00
Daniel Stenberg
f50678eda7
don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined
2004-01-29 15:48:27 +00:00
Daniel Stenberg
3ded81188b
ares fix, warnings fixed, mpeix fixes
2004-01-29 15:41:56 +00:00
Daniel Stenberg
cf7817eb38
upload with chunked transfer encoding is now fixed
2004-01-28 21:44:45 +00:00
Daniel Stenberg
dc932f739a
CONNECT response headers are now passed back as "regular" headers
2004-01-27 12:54:22 +00:00
Daniel Stenberg
142f40582f
things continue to happen
2004-01-23 12:51:27 +00:00
Daniel Stenberg
e4c5653035
zlib fix for the help text, stroll usage on mingw/djgpp
2004-01-22 14:35:06 +00:00
Daniel Stenberg
e36914a425
header file fixing
2004-01-22 12:46:55 +00:00
Daniel Stenberg
fadf077502
release time!
2004-01-22 09:15:49 +00:00
Daniel Stenberg
6ddec1f169
old timecond defines removed
2004-01-21 08:44:58 +00:00
Daniel Stenberg
13dd99842a
David Byron's --trace fix
2004-01-19 22:16:30 +00:00
Daniel Stenberg
f44bc85545
two minor build quirks
2004-01-19 15:41:50 +00:00
Daniel Stenberg
f94502ecba
automake 1.8 adjustment
2004-01-15 12:49:23 +00:00
Daniel Stenberg
7561cbda0a
clarified the recent fix, added cred
2004-01-14 09:16:47 +00:00
Daniel Stenberg
3a70d686ee
Curl_resolv fix
2004-01-14 09:07:24 +00:00
Daniel Stenberg
9e80356dd5
Luck Call made win32 password prompting support backspace
2004-01-13 16:07:40 +00:00
Daniel Stenberg
16c747da76
zlib patch, amigaos patch
2004-01-13 08:50:21 +00:00
Daniel Stenberg
1cb3cd1463
three changes done this morning
2004-01-13 08:05:54 +00:00
Daniel Stenberg
3a61c98b65
Peter Sylvester brought code that now allows a callback to modified the URL
...
even when the multi interface is used, and then libcurl will simulate a
"follow location" to that new URL. Test 509 was added to test this feature.
2004-01-12 15:26:32 +00:00
Daniel Stenberg
5173bab0bb
better test script
2004-01-12 14:41:06 +00:00
Daniel Stenberg
c8ac7a0d95
Dominick Meglio pointed out FTPS should use default port 990 according to
...
IANA.
2004-01-11 22:56:36 +00:00
Daniel Stenberg
8a16e48a6c
configure spnego fix of yday
2004-01-09 09:06:26 +00:00
Daniel Stenberg
7bf11297fe
Dan Fandrich fixed our zlib usage
2004-01-05 22:55:51 +00:00
Daniel Stenberg
2d01740e1a
David J Meyer's large file work was added.
2004-01-05 22:35:43 +00:00
Daniel Stenberg
55e4d79111
fixing
2003-12-19 08:11:02 +00:00
Daniel Stenberg
cd9dea3091
test506 fix
2003-12-16 09:51:51 +00:00
Daniel Stenberg
d262d0a62a
changed the dns cache pruning
2003-12-15 17:42:46 +00:00
Daniel Stenberg
50e7545118
Giuseppe Attardi fixed a really tricky bug
2003-12-15 14:48:37 +00:00
Daniel Stenberg
77a5e7c646
dict and a man page fixes
2003-12-10 15:30:34 +00:00
Daniel Stenberg
1e012c5259
Diego Casorran tapping on Amiga support
2003-12-10 14:02:36 +00:00
Daniel Stenberg
fb927939e2
ares configure and build fix
2003-12-10 13:40:09 +00:00
Daniel Stenberg
a61dc1e9c5
-lz fix
2003-12-08 13:38:20 +00:00
Daniel Stenberg
dfd1a636b4
updated
2003-12-08 13:11:04 +00:00
Daniel Stenberg
437afe0767
curl-config now shows asyncdns if built with ares enabled
2003-12-08 10:00:21 +00:00
Daniel Stenberg
02bf6660bf
VMS
2003-12-03 08:41:39 +00:00
Daniel Stenberg
06c38330ba
Steve Green fixed Curl_resolv()
2003-12-03 07:55:51 +00:00
Daniel Stenberg
0f4d042d3e
Ignore content-length when chunked transfer-encoding is transfered.
2003-12-03 07:52:00 +00:00
Daniel Stenberg
e64e9d7fed
--ftp-pasv
2003-12-02 18:03:38 +00:00
Daniel Stenberg
41688a1642
MSG_NOSIGNAL
2003-12-02 10:13:55 +00:00
Daniel Stenberg
3eeea48839
FTPS now works pretty good
2003-12-01 10:25:10 +00:00
Daniel Stenberg
012c4ee1fa
James Clancy updated the Borland makefiles
2003-11-27 12:24:22 +00:00
Daniel Stenberg
426954ff95
Markus Moeller and SPNEGO
2003-11-27 09:53:48 +00:00
Daniel Stenberg
e80bdd66f9
filed is not fixed ;-)
2003-11-25 09:12:56 +00:00
Daniel Stenberg
d083fac1fc
a committed bugfix described
2003-11-25 09:11:18 +00:00
Daniel Stenberg
efc9410796
clarified Maciej W. Rozycki's fix
2003-11-25 08:42:16 +00:00
Daniel Stenberg
dadc1026f1
proper ftps:// support added
2003-11-24 11:51:12 +00:00
Daniel Stenberg
1c700b5a5c
fixes
2003-11-24 07:11:28 +00:00
Daniel Stenberg
ed2b831afe
three more fixes
2003-11-20 14:15:10 +00:00
Daniel Stenberg
e1d01045e2
Maciej W. Rozycki's configure patch
2003-11-17 05:23:32 +00:00
Daniel Stenberg
bfc7d6c11b
two
2003-11-15 10:15:36 +00:00
Daniel Stenberg
43bb20461f
Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.
...
I guess it seldomly happens on linux and that's why it wasn't found before.
He used Solaris to notice it.
I took the opportunity to rewrite the Curl_connecthost() slightly to feature
less duplicate code in the two different versions (ipv4/ipv6).
2003-11-13 13:28:40 +00:00
Daniel Stenberg
ad77f760cf
Added CURLOPT_NETRC_FILE.
2003-11-11 14:30:43 +00:00
Daniel Stenberg
451d34ce21
things happen even during slow days! ;-)
2003-11-07 17:22:30 +00:00
Daniel Stenberg
80d2be541d
new defines for version info
2003-11-06 11:37:54 +00:00
Daniel Stenberg
4ec4e91de0
things
2003-11-06 08:35:01 +00:00
Daniel Stenberg
a3279d4baf
three changes went in
2003-11-04 07:24:56 +00:00
Daniel Stenberg
d1b94a5f3f
7.10.8!
2003-11-01 11:22:48 +00:00
Daniel Stenberg
a07f43d202
ftp goes UTC
2003-10-31 22:17:13 +00:00
Daniel Stenberg
bd383f0c60
numerical options check
2003-10-31 09:27:15 +00:00
Daniel Stenberg
fb26b2bd98
curl --head now reports info "headers" on file:// URLs as well
2003-10-30 09:08:16 +00:00
Daniel Stenberg
e9c835ad06
David Hull made the file: URL parser also accept the somewhat sloppy file
...
syntax: file:/path. I added test case 203 to verify this.
2003-10-29 09:53:21 +00:00
Daniel Stenberg
25613503cb
Another glibc resolve name fix
2003-10-28 13:06:15 +00:00
Daniel Stenberg
54c6f2c7c0
James Bursa found an ERRORBUFFFER overflow
2003-10-26 15:42:21 +00:00
Daniel Stenberg
3dd26b7932
HTTP resume fix
2003-10-24 21:58:11 +00:00
Daniel Stenberg
5c96266d45
solaris build improvement
2003-10-24 21:27:22 +00:00
Daniel Stenberg
ce4b8420d1
runtests -t introduced
2003-10-24 13:12:58 +00:00
Daniel Stenberg
4799d39be6
disable-eprt, fixed CA cert verfication
2003-10-24 06:12:39 +00:00
Daniel Stenberg
64731b0056
we continue to improve things
2003-10-22 12:05:21 +00:00
Daniel Stenberg
640d6a5564
updated for mingw32
2003-10-21 14:14:25 +00:00
Daniel Stenberg
d9f961ed2d
better error output on SSL errors when receiving data - Georg Horn patch
2003-10-19 17:38:51 +00:00
Daniel Stenberg
f7f7cd6cce
7.10.8-pre4
2003-10-18 12:04:38 +00:00
Daniel Stenberg
ce5db9a86e
Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.
2003-10-17 13:11:00 +00:00
Daniel Stenberg
a77d931cd0
verbose auth info
2003-10-17 07:07:06 +00:00
Daniel Stenberg
fe09079778
subjectAltName and passwd changes
2003-10-16 14:15:34 +00:00
Daniel Stenberg
622984de64
now libcurl runs better multi-threaded on windows
2003-10-15 11:44:34 +00:00
Daniel Stenberg
171229e122
duphandle fix
2003-10-14 13:13:50 +00:00
Daniel Stenberg
1c604b7ba9
Gisle Vanem brought IPv6-support to curl on Windows
2003-10-14 12:03:06 +00:00
Daniel Stenberg
941dfc502a
Giuseppe Attardi's ares+multi problem of 12-oct-2003
2003-10-13 12:24:11 +00:00
Daniel Stenberg
e85881d7ec
debian bug report #212086
2003-10-13 00:14:16 +00:00
Daniel Stenberg
6d6de53eb9
Dirk modifide the share-locking for DNS lookups
2003-10-12 13:58:16 +00:00
Daniel Stenberg
4935853eb9
resume fix
2003-10-09 20:12:16 +00:00
Daniel Stenberg
8996a7346e
sws fix, inet_pton fix
2003-10-09 19:49:08 +00:00
Daniel Stenberg
33525ac165
7.10.8-pre3 commit
2003-10-08 13:54:36 +00:00
Daniel Stenberg
5c52cacc98
- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
...
addresses, if one of them fails (ipv4-code).
2003-10-08 13:32:43 +00:00
Daniel Stenberg
9f002b1289
Neil Dunbar and subjectAltNames
2003-10-07 21:59:35 +00:00
Daniel Stenberg
0b615afac9
http post fix
2003-10-07 14:42:02 +00:00
Daniel Stenberg
9d5c22d5ae
builds better on BeOS
2003-10-05 15:16:18 +00:00
Daniel Stenberg
1b0af1c53a
curlx.c example added
2003-10-04 15:52:32 +00:00
Daniel Stenberg
23f8692058
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
...
and then set it to NULL in a subsequent one, the previous cookie was still
sent off!
2003-10-04 15:51:16 +00:00
Daniel Stenberg
8297ac4a28
Jon Turner fix
2003-10-04 15:28:23 +00:00
Daniel Stenberg
a191fe028c
fixed ares-resolves and ip-only names
2003-10-04 14:53:19 +00:00
Daniel Stenberg
ba1ff79b3f
proto fix
2003-10-03 13:19:52 +00:00
Daniel Stenberg
d1b17779a3
James MacMillan's patch makes curl build on QNC 6.2.x.
2003-10-02 19:04:32 +00:00
Daniel Stenberg
0edab55dd2
ip version selector, SPNEGO feature added to -V output
2003-09-22 22:36:33 +00:00
Daniel Stenberg
48c1943824
7.10.8-pre2
2003-09-21 23:22:39 +00:00
Daniel Stenberg
9ef76fecef
another segfault with multi+ares+non-existing hostname
2003-09-21 23:14:22 +00:00
Daniel Stenberg
2297eca103
Added CURLOPT_IPRESOLVE support
2003-09-19 15:16:47 +00:00
Daniel Stenberg
09ccfcdcd4
Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
...
cleanups.
2003-09-19 12:56:22 +00:00
Daniel Stenberg
b560428492
language
2003-09-15 22:59:10 +00:00
Daniel Stenberg
d19134e644
bug fixes
2003-09-15 22:55:12 +00:00
Daniel Stenberg
e7160459ab
Jeff Pohlmeyer is our hero of the week!
2003-09-14 22:06:35 +00:00
Daniel Stenberg
50dacab379
multi handle DNS cache, "Negotiate" authentication, zero-length proxy with
...
ftp and an uninitialized pointer
2003-09-12 18:27:33 +00:00
Daniel Stenberg
7c2930611b
clear the proxy env
2003-09-12 15:44:30 +00:00
Daniel Stenberg
d4ab68cd51
7.10.8-pre1 commit
2003-09-07 23:31:59 +00:00
Daniel Stenberg
0ef3e6fe8a
yesterday and today in words
2003-09-05 14:34:07 +00:00
Daniel Stenberg
f2d422235b
Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied.
2003-09-03 22:02:40 +00:00
Daniel Stenberg
6a678f6d64
recent fixes
2003-09-03 21:52:01 +00:00
Daniel Stenberg
840c0af014
stuff I had added in my copy at home, now at last I'm online from here
...
again
2003-09-03 20:42:42 +00:00
Daniel Stenberg
cfe80449e2
two patches applied
2003-09-01 08:57:50 +00:00
Daniel Stenberg
cb48c6a3d8
recent action
2003-08-19 23:42:47 +00:00
Daniel Stenberg
5c2df3e1a4
7.10.7
2003-08-15 07:08:02 +00:00
Daniel Stenberg
6550d271f0
7.10.7-pre4 commit
2003-08-12 12:48:40 +00:00
Daniel Stenberg
644990a835
mention the pre3 release
2003-08-11 22:48:26 +00:00
Daniel Stenberg
1d1276cc3a
ftp create dirs work done
2003-08-08 11:05:18 +00:00
Daniel Stenberg
f9f1f0e316
Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied
2003-08-08 09:13:19 +00:00
Daniel Stenberg
296046510b
serios info leakage!
2003-08-03 21:33:25 +00:00
Daniel Stenberg
8bedd43b28
recent action
2003-08-01 12:33:19 +00:00
Daniel Stenberg
bdb5e5a250
7.10.6
2003-07-28 12:13:48 +00:00
Daniel Stenberg
cc4ff62681
Split out the changes from the year 2002 into a separate file, named
...
CHANGES.2002.
2003-07-23 11:59:20 +00:00
Daniel Stenberg
f2882cb88c
pre4
2003-07-21 08:25:21 +00:00
Daniel Stenberg
152f1fee40
the CWD-null bug fix
2003-07-21 07:54:20 +00:00
Daniel Stenberg
a2a63c27f4
explains my fixes just committed
2003-07-19 23:58:21 +00:00
Daniel Stenberg
0529b349d5
recent changes
2003-07-16 00:04:45 +00:00
Daniel Stenberg
6dd4c13bc0
the latest changes
2003-07-04 18:18:17 +00:00
Daniel Stenberg
497c6d516d
up to date with the actual situation
2003-06-25 23:40:48 +00:00
Daniel Stenberg
d0cc92a01a
Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan
...
to add more method in the future.
2003-06-10 12:49:16 +00:00
Daniel Stenberg
e56ae1426c
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
...
added.
2003-06-10 12:22:19 +00:00
Daniel Stenberg
696843c020
we fix more
2003-06-10 12:07:10 +00:00
Daniel Stenberg
c896ebcf12
makefile fiddle
...
changed how http requests are sent - now in one chunk more often
HPUX include fix in the external headers
better SSL work-arounds for bad SSL servers
modified error message when CURLE_HTTP_RETURNED_ERROR is returned
2003-06-02 13:31:25 +00:00
Daniel Stenberg
0f4feda382
include file flaw and yet another socks5-fix
2003-05-27 06:41:06 +00:00
Daniel Stenberg
4ed28be75a
even more
2003-05-23 11:24:39 +00:00
Daniel Stenberg
420744d048
more more more
2003-05-22 22:47:48 +00:00
Daniel Stenberg
d5043133e6
Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 08:08:48 +00:00
Daniel Stenberg
8ee1177206
support user name and password in proxy environment variables
2003-05-19 13:14:26 +00:00
Daniel Stenberg
95a4b8db68
7.10.5 commit
2003-05-19 11:45:10 +00:00
Daniel Stenberg
1747a8d3d9
1. George Comninos' progress meter fix
...
2. I also added the pre-releases and dates to the log
2003-05-15 08:13:19 +00:00
Daniel Stenberg
4a5139e3f4
fixes from the last week+
2003-05-12 12:49:22 +00:00
Daniel Stenberg
fb012b48e9
recent action
2003-04-30 20:01:22 +00:00
Daniel Stenberg
7f0a6e7203
last 10 days or so
2003-04-22 23:30:04 +00:00
Daniel Stenberg
0aa8b82871
FTP CWD response fixed
...
gzip content-encoding added
chunked content-encoding fixed
2003-04-14 07:13:08 +00:00
Daniel Stenberg
2324c10d43
another week has passed
2003-04-10 11:36:56 +00:00
Daniel Stenberg
735a4714f4
Version 7.10.4
2003-04-02 07:42:39 +00:00
Daniel Stenberg
fd33923496
7.10.4-pre6 commit
2003-03-31 14:02:43 +00:00
Daniel Stenberg
e6eb49e7e0
10 days of fixes
2003-03-31 04:05:03 +00:00
Daniel Stenberg
f8b3c47f99
all those changes
2003-03-24 10:47:06 +00:00
Daniel Stenberg
2616bdc4cd
it just never ends
2003-03-16 18:41:00 +00:00
Daniel Stenberg
2d2034703f
Things are moving along...
2003-03-12 14:29:47 +00:00
Daniel Stenberg
ebea6b487b
another week of changes, especially libtool gave us an adventure to remember
2003-03-11 19:22:10 +00:00
Daniel Stenberg
eb0cc34951
Removed define, risc os build, POST-GET bug fixed, AIX 4.3 problems solved
...
and two makefiles fixed.
2003-03-04 06:41:50 +00:00
Daniel Stenberg
7e049fca61
recent stuff
2003-02-28 08:40:57 +00:00
Daniel Stenberg
065b87e949
7.10.4-pre2 commit
2003-02-24 18:14:48 +00:00
Daniel Stenberg
6417e696df
fixes during the last couple of days
2003-02-04 12:33:13 +00:00
Daniel Stenberg
872eeb7339
changes from the last week or so
2003-01-29 13:56:04 +00:00
Daniel Stenberg
8986037fdd
previous changes
2003-01-29 10:17:10 +00:00
Daniel Stenberg
9689e1c548
today's patches and Markus' correction
2003-01-20 14:40:06 +00:00
Daniel Stenberg
c4383f1d99
fixes Marcus brought
2003-01-16 21:07:50 +00:00
Daniel Stenberg
bf9b9ca29d
7.10.3 commit
2003-01-14 12:42:26 +00:00
Daniel Stenberg
64f224bb22
more
2003-01-13 12:08:39 +00:00
Daniel Stenberg
4a2ac166fa
7.10.3-pre4
2003-01-09 10:36:24 +00:00
Daniel Stenberg
24e78b3571
7+8 jan 2003
2003-01-09 09:53:08 +00:00
Daniel Stenberg
7f0f10e498
stuff
2003-01-07 15:40:01 +00:00
Daniel Stenberg
88825a1187
fixes
2002-12-19 16:37:07 +00:00
Daniel Stenberg
5cc50f9b27
the hostip.c commit
2002-12-16 11:40:57 +00:00
Daniel Stenberg
96d84150e1
changes from last week
2002-12-16 10:55:18 +00:00
Daniel Stenberg
0aa031beb9
recent fluff
2002-12-10 13:11:24 +00:00
Daniel Stenberg
7ef749497d
7.10.3-pre2
2002-12-04 09:09:26 +00:00
Daniel Stenberg
a3c14c031e
stuff done since the 7.10.2 release
2002-11-29 08:29:21 +00:00
Daniel Stenberg
d2174da641
7.10.2
2002-11-18 22:10:06 +00:00
Daniel Stenberg
80fe50590f
recent fixes
2002-11-15 14:11:45 +00:00
Daniel Stenberg
a23c92596e
recent changes
2002-11-06 08:30:08 +00:00
Daniel Stenberg
744d8c1006
fixes
2002-10-28 19:17:49 +00:00
Daniel Stenberg
13ee2901f4
another week, 7 fixes
2002-10-21 14:04:26 +00:00
Daniel Stenberg
ee600ace37
three silly bugs
2002-10-12 12:35:30 +00:00
Daniel Stenberg
e2d8e2c4ae
more
2002-10-10 08:04:26 +00:00
Daniel Stenberg
91168c005c
fixes since 7.10
2002-10-04 14:27:31 +00:00
Daniel Stenberg
b9b6a6566a
three more changes
2002-10-01 08:38:54 +00:00
Daniel Stenberg
9247daf953
enhanced curl_version_info
2002-09-26 13:03:22 +00:00
Daniel Stenberg
a5874a5393
four fixes of yday and today
2002-09-25 15:11:06 +00:00
Daniel Stenberg
b03f4919fb
5 changes since pre3
2002-09-23 15:01:03 +00:00
Daniel Stenberg
010cde0a4a
recent fixes
2002-09-11 11:47:05 +00:00
Daniel Stenberg
ba4e69bebc
updated source code boilerplate/header
2002-09-03 11:52:59 +00:00
Daniel Stenberg
93eadfb10f
added some curl-config details
2002-09-02 22:55:22 +00:00
Daniel Stenberg
64bbe9dfaf
James Gallagher's Content-Encoding work
2002-09-02 22:31:18 +00:00
Daniel Stenberg
751e49fb0a
moo
2002-08-30 12:09:46 +00:00
Daniel Stenberg
0e0caf7c06
CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we
...
proceed fine with the already existing options, just having a different
internal library default for capath.
2002-08-30 11:09:49 +00:00
Daniel Stenberg
bd3bb70ee8
recent fixes
2002-08-30 09:20:49 +00:00
Daniel Stenberg
8095b776fe
since 7.9.9-pre1
2002-08-22 19:55:18 +00:00
Daniel Stenberg
0009e4dfb9
7.9.9-pre1
2002-08-12 22:36:37 +00:00
Daniel Stenberg
c1f29a8e08
multi asynch work committed
2002-08-12 09:45:59 +00:00
Daniel Stenberg
423a1cf486
CURLOPT_NOSIGNAL added
2002-08-12 09:02:24 +00:00
Daniel Stenberg
b98308b524
curl/curl.g fix, HP-UX fix, ftp port, libcurl.def, empty post and rfc2732-
...
addresses
2002-08-05 16:54:08 +00:00
Daniel Stenberg
c1cfdd6323
passwords and cookies
2002-07-29 22:59:36 +00:00
Daniel Stenberg
9f3856e646
HAVE_SETVBUF fixed
2002-07-29 22:14:56 +00:00
Daniel Stenberg
a9c0302454
Glen Nakamura's patch applied
2002-06-26 08:42:29 +00:00
Daniel Stenberg
e203ecebee
since 7.9.8
2002-06-26 07:16:11 +00:00
Daniel Stenberg
67273eed9b
7.9.8 commit
2002-06-13 14:37:15 +00:00
Daniel Stenberg
dafd644fe7
fixing builds, patching bugs, adding curl_formadd() options
2002-06-12 21:40:30 +00:00
Daniel Stenberg
be35b3ad03
7.9.8-pre3 commit
2002-06-11 15:28:50 +00:00
Daniel Stenberg
ac48b38842
more stuff since pre1
2002-06-04 11:53:31 +00:00
Daniel Stenberg
b40dc5d742
since 7.9.7
2002-05-22 11:08:19 +00:00
Daniel Stenberg
edb1756050
7.9.7 commit
2002-05-13 09:40:16 +00:00
Daniel Stenberg
b44a4da5df
Friday's fixes
2002-05-12 16:10:12 +00:00
Daniel Stenberg
bbe10cb0cb
7.9.7-pre2
2002-05-07 21:52:38 +00:00
Daniel Stenberg
cacd756efd
recent fiddling
2002-05-06 13:44:00 +00:00
Daniel Stenberg
a9e0885be0
another week of changes
2002-05-03 12:21:07 +00:00
Daniel Stenberg
f144f77ba7
updated some docs
2002-04-27 20:19:55 +00:00
Daniel Stenberg
e410860e0e
fixes on rainy saturday in the end of April, 2002
2002-04-27 13:26:32 +00:00
Daniel Stenberg
e1c2e3f5e9
test suite portability fix
2002-04-26 12:57:49 +00:00
Daniel Stenberg
9aa22399a8
another week of changes
2002-04-26 07:45:39 +00:00
Daniel Stenberg
62d205a2ec
Dirk Manske brought the patch that introduces two new CURLINFO_* values:
...
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.
2002-04-16 07:59:20 +00:00
Daniel Stenberg
9549cfde02
7.9.6 commit
2002-04-15 06:58:04 +00:00
Daniel Stenberg
a00918116d
7.9.6-pre5
2002-04-12 11:39:27 +00:00
Daniel Stenberg
38e518c710
Jean-Philippe Barrette-LaPierre's patch applied
2002-04-12 07:23:57 +00:00
Daniel Stenberg
ca35b39900
more more more
2002-04-10 18:09:24 +00:00
Daniel Stenberg
2a72641a0b
7.9.6-pre4 commit
2002-04-08 22:53:22 +00:00
Daniel Stenberg
fd915609cd
lots
2002-04-04 12:24:32 +00:00
Daniel Stenberg
4cec22fa19
yaketiyak
2002-03-19 07:48:54 +00:00
Daniel Stenberg
eb78400b53
4 things since 7.9.5
2002-03-11 15:37:08 +00:00
Daniel Stenberg
c2d4fd876c
7.9.5 commit
2002-03-07 08:50:18 +00:00
Daniel Stenberg
49c0d62dda
two items since pre6
2002-03-06 15:05:00 +00:00
Daniel Stenberg
d8a35d745e
cut off 2001 and put those changes in a separate file
2002-03-04 10:34:58 +00:00
Daniel Stenberg
e4addb3975
several little things since pre4
2002-03-01 10:48:08 +00:00
Daniel Stenberg
5896d35e72
a never ending stream of things to do...
2002-02-25 14:09:31 +00:00
Daniel Stenberg
cbca19d6c2
lib/config.h.in added to dist
2002-02-22 07:51:23 +00:00
Daniel Stenberg
758eae49ab
four more bugfixes, one VMS adjustment
2002-02-20 13:47:36 +00:00
Daniel Stenberg
cc161b96ac
4 fixes
2002-02-18 10:51:50 +00:00
Daniel Stenberg
0b57fa9c51
http server added to CVS, config*h files moved
2002-02-07 15:13:11 +00:00
Daniel Stenberg
4748b40ad9
changes since 7.9.4
2002-02-07 09:34:43 +00:00
Daniel Stenberg
5370d7a6eb
7.9.4
2002-02-05 11:43:29 +00:00
Daniel Stenberg
685b180ab6
7.9.4-pre2
2002-02-04 09:51:41 +00:00
Daniel Stenberg
0666960173
nine items since 7.9.3
2002-01-29 14:12:12 +00:00
Daniel Stenberg
8c459156f8
7.9.3 public
2002-01-23 18:01:16 +00:00
Daniel Stenberg
39d4552dab
pre4
2002-01-21 12:11:45 +00:00
Daniel Stenberg
6d58d13710
mingw fix, mac os x fix, long long check removed from configure,
...
--enable-debug uses even stricter options now
2002-01-18 15:16:08 +00:00
Daniel Stenberg
b798e7a5ae
correct ssl version, fixed ssl writes, solved time-out disconnect without
...
text, fixed dns cache problem, made it compile with openssl before 0.9.5
again and extended libcurl-the-guide a bit more
2002-01-17 14:25:49 +00:00
Daniel Stenberg
343da8d4b3
--cc and working non-blocking sockets uploads
2002-01-16 15:04:37 +00:00
Daniel Stenberg
6c00c58f2a
fixed non-blocking reads, fixed ssl sessions, in_addr_t and more non-blocking
2002-01-14 23:32:57 +00:00
Daniel Stenberg
3c334b2bb6
non-blocking sockets, DNS caching updated, cookies corrected, bool is now
...
unsigned everywhere
2002-01-08 07:22:33 +00:00
Daniel Stenberg
f9192db358
VC++ makefile, HTTP 204, cookie fix, non-blocking socket for better SSL
...
connection timeout
2002-01-07 16:03:36 +00:00
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
6aaee5f23b
minor changes
2002-01-03 09:43:17 +00:00
Daniel Stenberg
e48bc1be48
Philip Gladstone's fixes
2002-01-03 07:23:21 +00:00
Daniel Stenberg
62fb70e9d1
recent fixes
2001-12-21 08:02:35 +00:00
Daniel Stenberg
af6c394785
Gtz Babin-Ebell's OpenSSL ENGINE patch
2001-12-17 23:01:39 +00:00
Daniel Stenberg
2eb355733f
Marcus Webster's newly added CURLFORM_CONTENTHEADER
2001-12-14 12:59:16 +00:00
Daniel Stenberg
139ab3740a
7.9.2 commit
2001-12-05 08:36:48 +00:00
Daniel Stenberg
4bd78a7df4
Eric brought some files for macos compiles
2001-12-04 09:16:09 +00:00
Daniel Stenberg
fc33ad8cf2
the happy events so far today
2001-12-03 13:56:48 +00:00
Daniel Stenberg
61e6554b7f
pre7 and pre8 details
2001-12-03 08:22:59 +00:00
Daniel Stenberg
87c562845c
--disable-epsv
2001-11-29 19:42:51 +00:00
Daniel Stenberg
6c81d74626
fixes for tru64, fixes for mac
2001-11-29 12:50:35 +00:00
Daniel Stenberg
eb2da7ec2b
mucho stuff since pre6!
2001-11-28 23:29:38 +00:00
Daniel Stenberg
0226b53b75
EPSV details
2001-11-27 00:53:13 +00:00
Daniel Stenberg
4382a80b9a
recent changes
2001-11-27 00:47:52 +00:00
Daniel Stenberg
5986c653ef
recent fixes
2001-11-22 14:16:21 +00:00
Daniel Stenberg
d465291ded
recent fixes
2001-11-19 19:56:07 +00:00
Daniel Stenberg
5121499082
more more more
2001-11-13 09:07:32 +00:00
Daniel Stenberg
dd157fc349
post-weekend fixes
2001-11-12 14:15:14 +00:00
Daniel Stenberg
2c16dfb526
the proof I did something yesterday as well
2001-11-08 12:16:10 +00:00
Daniel Stenberg
3552775b52
moo
2001-11-07 09:37:57 +00:00
Daniel Stenberg
00afb0f638
bug report #478780 fixed, cygwin stripped on install, some more details on
...
the changes of yesterday
2001-11-06 19:37:13 +00:00
Daniel Stenberg
4379142af7
Ramana Mokkapati's, John Lask's and Detlef Schmier's reports/changes
2001-11-05 14:11:19 +00:00
Daniel Stenberg
329bcf3a71
7.9.1 cleanup commit
2001-11-04 11:35:12 +00:00
Daniel Stenberg
5b948512f9
Replaced read() and write() with recv() and send()
2001-11-02 14:23:11 +00:00
Daniel Stenberg
ab7f25ab41
another day another commit
2001-11-01 15:26:43 +00:00
Daniel Stenberg
f6b2e9e8a4
a bunch
2001-10-31 20:54:21 +00:00
Daniel Stenberg
d25310cb6f
29 October fixes
2001-10-29 10:46:20 +00:00
Daniel Stenberg
b736bdc8e5
ldap fix, test28 added
2001-10-26 11:34:02 +00:00
Daniel Stenberg
7b76499e82
lots and lots
2001-10-24 11:44:18 +00:00
Daniel Stenberg
9f8c51cbd8
resolve problem fixed, memory leak with ipv6 gone, configure improved,
...
MSVC++ project files fixed, connecthost() compiler errors, ignore SIGPIPE,
support CURLOPT_HTTP_VERSION etc...
2001-10-09 06:57:17 +00:00
Daniel Stenberg
eafd2c6bd5
me fix curl_formadd() again
2001-10-03 11:55:09 +00:00
Daniel Stenberg
d678727430
7.9.1 pre-release 1 status
2001-10-03 08:16:26 +00:00
Daniel Stenberg
ac70a43452
the changes done since the 7.9 release
2001-10-02 17:22:23 +00:00
Daniel Stenberg
91f5ac4d5c
two ipv6 fixes
2001-09-24 07:48:31 +00:00
Daniel Stenberg
ecfacfb334
redirect and ssl connect fixes
2001-09-19 21:57:26 +00:00
Daniel Stenberg
8d1d93d56d
Linus Nielsen Feltzing fixed telnet for win32.
2001-09-17 22:51:48 +00:00
Daniel Stenberg
d934890c1e
libtool 1.4.2
2001-09-17 06:12:53 +00:00
Daniel Stenberg
5214dbbd02
duphandle(), cipher list, *18* new ftp tests
2001-09-14 12:12:50 +00:00
Daniel Stenberg
719008596a
changes since pre3
2001-09-11 12:00:36 +00:00
Daniel Stenberg
a0be515d2d
-R added
2001-09-03 12:10:48 +00:00
Daniel Stenberg
f5adc8e53f
libtool 1.4.1
2001-09-03 07:00:59 +00:00
Daniel Stenberg
50adfe3be9
Heikki Korpela noticed openbsd problems and libtool
2001-09-01 09:43:52 +00:00
Daniel Stenberg
a5705acc9c
the big struct rename of the year
2001-08-30 23:03:22 +00:00
Daniel Stenberg
ea3cc81487
new ftp upload example, brand new cookie functionality and more
2001-08-29 09:51:44 +00:00
Daniel Stenberg
4edba42c7c
lots of crap
2001-08-28 09:02:33 +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
6581663687
fflush the progress output, fixed configure.in for SSL without --with-ssl
2001-08-21 06:50:45 +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
38783506fe
CURL_GLOBAL_WIN32, config-vms.h, Borland makefile, -w %{http_code},
...
Bug #12733 over on php.net
2001-08-15 13:41:48 +00:00
Daniel Stenberg
ca06bbe583
redirected stderr problem fixed, VC build with SSL makefile fix, big form
...
post fix, no more globals in ssl code fix, size_t and const fix, a few VMS
changes
2001-08-14 09:41:51 +00:00
Daniel Stenberg
64822958e6
test cases, verifyhost, curl -E
2001-08-08 07:49:00 +00:00
Daniel Stenberg
2a70465434
VMS fixes, file:// changes, curl-config --libs patch
2001-08-06 13:44:36 +00:00
Daniel Stenberg
a6a3673804
7.8.1-pre3 commit
2001-08-06 08:43:37 +00:00
Daniel Stenberg
1813d2ddf7
many fixes mailed in during July
2001-08-05 13:00:40 +00:00
Daniel Stenberg
e7801afed1
manual fix, select() loop fix, progress callback fix
2001-08-02 17:25:33 +00:00
Daniel Stenberg
31336d63ae
borland makefile fix
2001-07-02 09:23:50 +00:00
Daniel Stenberg
813d7585c7
Nic Roets brought a fix for the certificate verification when using SSL.
2001-06-29 07:38:11 +00:00
Daniel Stenberg
798aaf0c0a
multiple file transfers with resume fix
2001-06-25 12:58:19 +00:00
Daniel Stenberg
cd4aed6690
- Anton Kalmykov provided a fix that makes curl work with form field names
...
with spaces like when -F is used.
2001-06-25 09:49:14 +00:00
Daniel Stenberg
cd33795903
all changes from year 2000 was moved to CHANGES.2000 and that is now
...
only available in CVS
2001-06-20 07:50:49 +00:00
Daniel Stenberg
bd192d5387
ftp cut off transfer fix, configure --with-ssl fix
2001-06-20 07:48:09 +00:00
Daniel Stenberg
4e4a899306
better ssl error msg, libcurl.def fix, -version-info corrected, more test
...
cases and fixed FTP ranges
2001-06-12 09:23:13 +00:00
Daniel Stenberg
259ac2dd77
7.8 commit
2001-06-07 09:39:29 +00:00
Daniel Stenberg
80994a123e
MUTE is gone, PHP examples, new CVS structure
2001-06-05 11:48:30 +00:00
Daniel Stenberg
94af496ac4
the global init stuff, strtok.h mess, _REENTRANT fixed
2001-05-31 13:32:55 +00:00
Daniel Stenberg
baa220c1af
-# fix, thread fix, easy.c compile fix and more
2001-05-30 10:34:14 +00:00
Daniel Stenberg
0844c4fdb2
major: curl_general_init/cleanup
2001-05-28 21:45:36 +00:00
Daniel Stenberg
c77f77a1ce
general autoconf and automake fixes
2001-05-22 21:17:58 +00:00
Daniel Stenberg
93c53424c8
cleanup commit for new autoconf+automake+libtool versions
2001-05-22 18:16:24 +00:00
Daniel Stenberg
4a2812c5e8
fixes and improvments
2001-05-22 12:05:05 +00:00
Daniel Stenberg
a50fac0e63
multiple transfer path fixes, location fixes, resume download changes,
...
ssl peer verify fixes and more
2001-05-12 09:49:04 +00:00
Daniel Stenberg
237edbc9d8
changed FILE * to void * in all callbacks
2001-05-07 10:51:23 +00:00
Daniel Stenberg
ecba113125
Cris changes
2001-05-03 11:09:00 +00:00
Daniel Stenberg
6a80fb3482
bugs, fixes and updates
2001-04-27 14:48:04 +00:00
Daniel Stenberg
f88ff705a4
borland fixes, broken host: for persistent connections
2001-04-23 07:27:12 +00:00
Daniel Stenberg
a508e73a8d
SM's real name is now used where he's credited
2001-04-20 06:00:00 +00:00
Daniel Stenberg
6ea51f3cd7
Last two days' changes, loadsa
2001-04-18 14:05:18 +00:00
Daniel Stenberg
b2362bf51c
interfaces, windows non-blocking connect, progress meter fix and more
2001-04-11 06:51:43 +00:00
Daniel Stenberg
cc5c53454a
formfree() fix, version display fixed, curl_escape() fix
2001-04-07 18:39:18 +00:00
Daniel Stenberg
50a53d4eec
7.7.1 commit
2001-04-04 06:23:43 +00:00
Daniel Stenberg
66a1e3df69
two crashes removed
2001-04-03 12:37:48 +00:00
Daniel Stenberg
b54d752783
ftps:// added and the perl interfaces changed
2001-03-29 11:25:29 +00:00
Daniel Stenberg
6a26104724
7.7.1-beta1
2001-03-26 13:49:50 +00:00
Daniel Stenberg
8b35b89f4d
persistant fix for http/1.0
2001-03-26 09:07:44 +00:00
Daniel Stenberg
bb601731ea
numerous corrections since the 7.7 release
2001-03-24 18:50:55 +00:00
Daniel Stenberg
546572da04
7.7 commit
2001-03-22 17:21:07 +00:00
Daniel Stenberg
c23df41d83
(un)escape, configure hack, betas run fine
2001-03-22 11:24:21 +00:00
Daniel Stenberg
ea409d0374
7.7-beta5 commit
2001-03-19 08:42:00 +00:00
Daniel Stenberg
efb5d9a403
new directories
2001-03-16 15:22:51 +00:00
Daniel Stenberg
0adf0cfde7
connection timeouts added
2001-03-15 14:38:54 +00:00
Daniel Stenberg
3bb979b897
corrected it, did I mention IPv6 with HTTP proxy?
2001-03-15 09:14:43 +00:00
Daniel Stenberg
6eed95103a
ipv6 adjustments
2001-03-14 18:26:54 +00:00
Daniel Stenberg
3395a2fa9e
netrc fix
2001-03-14 16:59:49 +00:00
Daniel Stenberg
28a8e1602d
ssluse fixed, various win32 fixes
2001-03-14 10:21:52 +00:00
Daniel Stenberg
332a016e3c
chunked bugfix, Jrn's fixes, the interface number increase
2001-03-14 08:49:11 +00:00
Daniel Stenberg
cd59f13da6
Guenole Bescon's bug found on march 8 is added
2001-03-13 13:14:21 +00:00
Daniel Stenberg
063f88cd14
close policies
2001-03-13 07:59:19 +00:00
Daniel Stenberg
fb7a6e3423
added --random-file and --egd-file to the command line client
2001-03-12 16:02:29 +00:00
Daniel Stenberg
cb4efcf275
better chunked error detection
2001-03-12 15:29:04 +00:00
Daniel Stenberg
0121d7d731
Added new libcurl options in include/curl/curl.h, they're documented in
...
curl_easy_setopt.3 and they're partly implemented in lib/url.c
Slowly, we're getting there...
2001-03-12 15:11:38 +00:00
Daniel Stenberg
3e88b1cac5
the client is adjusted to work with persistant curl handles, and *gee* it
...
seems to be working!!!
2001-03-12 13:59:38 +00:00
Daniel Stenberg
639a7982ba
server problems,
...
libcurl *works* persistant over HTTP proxy!!!!
2001-03-12 10:18:01 +00:00
Daniel Stenberg
f54a282ccc
persistant adjusts
2001-03-08 12:32:03 +00:00
Daniel Stenberg
6dae34d5da
all test cases run OK now (again)
2001-03-05 14:13:15 +00:00
Daniel Stenberg
cf8704ccdf
7.7 alpha 2 commit
2001-03-04 16:34:20 +00:00
Daniel Stenberg
2665c763df
latest
2001-03-02 15:38:06 +00:00
Daniel Stenberg
a1d6ad2610
multiple connection support initial commit
2001-02-20 17:35:51 +00:00
Daniel Stenberg
948c3b3aa9
7.6.1 commit
2001-02-13 13:37:14 +00:00
Daniel Stenberg
7686ac3f2c
ftp response fix, netrc fix for non-http/ftp, https put research
2001-02-12 13:20:04 +00:00
Daniel Stenberg
61e2a8108b
7.6.1-pre3
2001-02-07 09:49:06 +00:00
Daniel Stenberg
f6e2bfd464
Jun-ichiro itojun Hagino's IPv6 adjustments
2001-02-05 23:04:44 +00:00
Daniel Stenberg
1ae5dab8fb
Robert Weaver's VC experiences
2001-02-05 22:35:55 +00:00
Daniel Stenberg
8613ce377f
the new getinfo() stuff and the cygwin patch
2001-02-04 20:10:52 +00:00
Daniel Stenberg
3b44a3df76
7.6.1-pre2
2001-02-01 07:59:46 +00:00
Daniel Stenberg
c41c5a0ef2
curl_read() and Curl_read() now have ssize_t in the last argument
2001-01-31 13:54:12 +00:00
Daniel Stenberg
e721f85c83
new test case
2001-01-29 16:04:19 +00:00
Daniel Stenberg
f585b66af7
7.6-pre1
2001-01-29 11:36:08 +00:00
Daniel Stenberg
7fca24b14b
PUT resume things
...
progress meter modified for resume
POST/GET/Location adjustments
2001-01-27 20:25:52 +00:00
Daniel Stenberg
ac98c73b04
7.6
2001-01-27 16:16:54 +00:00
Daniel Stenberg
a145654394
http upload resume
2001-01-26 15:53:33 +00:00
Daniel Stenberg
64e80091db
Rick's and Jeff's stuff
2001-01-25 12:31:44 +00:00
Daniel Stenberg
29bcba9a90
Ingo Ralf Blum's cygwin fixes
2001-01-24 14:44:05 +00:00
Daniel Stenberg
1716dbb68a
Robert Weaver's win32 getenv fix, my added comments in some files
2001-01-24 14:04:47 +00:00
Daniel Stenberg
0b6cd75004
ipv6 adjustments
2001-01-23 10:29:16 +00:00
Daniel Stenberg
5fc492e5c6
Bjrn's progress meter fix, new test cases and ftpserver.pl patch
2001-01-22 16:25:55 +00:00
Daniel Stenberg
022315089b
removed URL length restrictions, added a test case
2001-01-19 12:20:02 +00:00
Daniel Stenberg
afcd933b4c
Transfer and file renaming
2001-01-17 14:17:26 +00:00
Daniel Stenberg
16502d7d15
-g added, no more space requirements between short options and their parameters
2001-01-11 08:02:07 +00:00
Daniel Stenberg
b77e2528e7
made short options and their parmaters possible to specify without space
...
separation
2001-01-10 23:47:08 +00:00
Daniel Stenberg
44254c4945
getpass_r() fix for SCO (hopefully)
2001-01-10 11:42:00 +00:00
Daniel Stenberg
a997d60304
Loic Dachary's updates to get 'make distcheck' work, including running the
...
test suite
2001-01-08 22:18:30 +00:00
Daniel Stenberg
19d92834ed
corrected
2001-01-08 16:32:36 +00:00
Daniel Stenberg
044ca343ad
Loic Dachary's makefile/dist/rpm fixes
2001-01-08 10:00:14 +00:00
Daniel Stenberg
f59ea9adb3
krb4 fix, big symbol renaming action, multiple URL support in the client
2001-01-08 07:45:43 +00:00
Daniel Stenberg
4031104404
Internal symbols that aren't static are now prefixed with 'Curl_'
2001-01-05 10:11:41 +00:00
Daniel Stenberg
9f9cac7402
release commit
2001-01-05 06:30:18 +00:00
Daniel Stenberg
97f43e98e7
Cut out all changes from 1999 and earlier. They're now in the CHANGES.0 file
...
that is only present in the CVS and won't be included in release archives.
2001-01-04 10:46:32 +00:00
Daniel Stenberg
c03e0074c6
ftp commands are now sent single-write()
2001-01-03 09:07:59 +00:00
Daniel Stenberg
6d7587d327
configure fix, two -O fixes
2000-12-19 13:08:04 +00:00
Daniel Stenberg
dad2317e6e
post 7.5 fixes
2000-12-07 09:08:20 +00:00
Daniel Stenberg
52707f9590
7.5-commit
2000-12-04 09:44:57 +00:00
Daniel Stenberg
b2f0ca8a43
maxredirs
2000-11-28 12:45:20 +00:00
Daniel Stenberg
6f4f3c79b6
7.5-pre3 commit
2000-11-22 14:27:47 +00:00
Daniel Stenberg
d6b1162a63
working with the test suite brings things up
2000-11-22 08:16:36 +00:00
Daniel Stenberg
4a7d62c8c3
formfree, config file, --url, more testcases, infinite URL lengths and more
2000-11-20 09:37:57 +00:00
Daniel Stenberg
7ea4551b1b
forgot to commit before
2000-11-16 07:32:45 +00:00
Daniel Stenberg
4e120f34a5
The last few days of changes
2000-11-10 15:26:48 +00:00
Daniel Stenberg
7390c3a8af
bugfixes and improvements
2000-11-06 22:56:46 +00:00
Daniel Stenberg
e0e01e5a59
error code fix
2000-11-02 14:34:46 +00:00
Daniel Stenberg
b5d152caf7
T. Bharath's ssl patch
2000-10-30 12:43:08 +00:00
Daniel Stenberg
3b0d49e1c9
post 7.4.1 changes
2000-10-27 10:51:14 +00:00
Daniel Stenberg
f6163b375f
7.4.1 commit
2000-10-16 13:52:05 +00:00
Daniel Stenberg
b2d73c50d3
pre5 and pre6 fixes
2000-10-12 09:14:57 +00:00
Daniel Stenberg
5ee185f420
just too many to mention
2000-10-09 11:25:40 +00:00
Daniel Stenberg
13962adcb5
7.3 commit
2000-09-28 10:26:44 +00:00
Daniel Stenberg
bdfe654aee
The last week's changes
2000-09-25 22:23:17 +00:00
Daniel Stenberg
c23f35ce2a
ftp through http proxy tunnel is now implemented
2000-09-18 06:25:50 +00:00
Daniel Stenberg
5019fe75a7
proxytunnel added
2000-09-15 13:20:34 +00:00
Daniel Stenberg
6e3a6e79e5
7.2 commit
2000-08-30 11:50:16 +00:00
Daniel Stenberg
903f4c16cc
Fixed name problems, updated FAQ, -d post problem found
2000-08-23 07:25:50 +00:00
Daniel Stenberg
e559a7b872
7.1.1 cleanup commit
2000-08-21 21:56:41 +00:00
Daniel Stenberg
2b53a24c4f
the latest writeout bugfix
2000-08-15 21:57:47 +00:00
Daniel Stenberg
c3c7739811
big last-beta (?) cleanup commit
2000-07-31 22:42:34 +00:00
Daniel Stenberg
9d5c6df788
added localtime_r()
2000-07-29 22:21:10 +00:00
Daniel Stenberg
3d8f377561
ASCII FTP download
...
-F improvements
FTP response timeouts
HTTP user+password to same host only
libtool
2000-07-26 09:37:54 +00:00
Daniel Stenberg
f836400094
A range of things done yesterday
2000-07-25 07:39:42 +00:00
Daniel Stenberg
e33ac6b3be
FTP bug fix
...
new referer magic tricks!
2000-06-20 11:55:38 +00:00
Daniel Stenberg
ddd3ca4e5a
progress meter/bar changes
2000-06-16 13:29:41 +00:00
Daniel Stenberg
f93baee594
POST fix
2000-06-14 17:28:44 +00:00
Daniel Stenberg
e54f09a218
the 7.0.6beta fixes
2000-06-14 14:33:54 +00:00
Daniel Stenberg
5da5cfa33e
new binary stdout approach for win32 systems
2000-06-14 12:50:38 +00:00
Daniel Stenberg
2488fff451
free-twice problem corrected
2000-06-13 08:11:45 +00:00
Daniel Stenberg
611f50fb76
resources + readme.win32
2000-06-09 12:08:08 +00:00
Daniel Stenberg
dbcfd3df79
the recent mocking
2000-06-08 15:20:03 +00:00
Daniel Stenberg
5d39dde961
pre-release commit
2000-05-30 16:31:46 +00:00
Daniel Stenberg
9b20d0a47f
Jrn's fixes mentioned
2000-05-22 19:15:18 +00:00
Daniel Stenberg
ceda25398b
more changes! ;-)
2000-05-22 19:11:39 +00:00
Daniel Stenberg
96dde76b99
moved here from the newlib branch
2000-05-22 14:12:12 +00:00
Daniel Stenberg
5330a85133
the last days' changes
2000-05-14 13:36:38 +00:00
Daniel Stenberg
febd0e7059
lots of stuff
2000-05-14 13:12:11 +00:00
Daniel Stenberg
cd9ad9e54b
some rpm build improvements
...
adjusted progress bar
user agent sent when talking non-http through a http proxy
2000-04-08 19:27:06 +00:00
Daniel Stenberg
d620ada259
two location problems and one OS/2 patch
2000-04-04 17:47:05 +00:00
Daniel Stenberg
4a33436663
spelling errors corrected
2000-03-23 11:02:08 +00:00
Daniel Stenberg
0eb1f1e5d0
download.c, configure, VC fix and OS/2 fix
2000-03-23 10:43:14 +00:00
Daniel Stenberg
475869a612
6.5.2 release commit
2000-03-21 15:37:13 +00:00
Daniel Stenberg
9e4d9346a7
curl_unescape() update
2000-03-21 14:18:39 +00:00
Daniel Stenberg
bc5c4b8953
openbsd complaints fixes
...
http_code in -w fix
MS VC++ fixes
documentation updates
-D update
OS/2 port
2000-03-20 09:25:18 +00:00
Daniel Stenberg
04501ba791
The changes of today.
2000-03-13 09:13:07 +00:00
Daniel Stenberg
9c29e7d8d0
Ultrix fixes, openssl fix, docs, removed perl
2000-03-02 23:17:51 +00:00
Daniel Stenberg
ed1ad4c5e2
describes the latest commited changes
2000-03-01 22:40:57 +00:00
Daniel Stenberg
eecf41b299
tonight's changes, the progress bar and the new -w option
2000-02-21 23:48:31 +00:00
Daniel Stenberg
1d5ea54025
Progress meter work
2000-02-16 00:06:29 +00:00
Daniel Stenberg
158920cc34
The last week's (or so) changes
2000-02-14 23:16:14 +00:00
Daniel Stenberg
a8532310ce
committed the changes of yesterday, now from my new linux host at home
2000-02-08 23:21:07 +00:00
Daniel Stenberg
0bc8d2ea1f
cookie-update
2000-02-01 23:54:00 +00:00
Daniel Stenberg
78f0c4f2ba
status update before night-time
2000-02-01 00:42:54 +00:00
Daniel Stenberg
49b5ec156b
the latest changes
2000-01-31 22:21:55 +00:00
Daniel Stenberg
90719eb3fd
more removals
2000-01-10 23:55:47 +00:00
Daniel Stenberg
26e8ccc631
syncing with local edit
2000-01-10 23:36:14 +00:00
Daniel Stenberg
ae1912cb0d
Initial revision
1999-12-29 14:20:26 +00:00