platform/upstream/curl.git
18 years agoAdded known bugs #26, started using my new "bounce URL" that jumps to the
Daniel Stenberg [Fri, 16 Sep 2005 07:09:07 +0000 (07:09 +0000)]
Added known bugs #26, started using my new "bounce URL" that jumps to the
correct (and overly complicated) sourceforge bug tracker URL given the bug
report ID number.

18 years agouse int "subscripts" to prevent warnings from picky compilers
Daniel Stenberg [Fri, 16 Sep 2005 06:14:30 +0000 (06:14 +0000)]
use int "subscripts" to prevent warnings from picky compilers

18 years agouse internal *printf() clones
Daniel Stenberg [Fri, 16 Sep 2005 05:49:53 +0000 (05:49 +0000)]
use internal *printf() clones

18 years agoifdef for includes, added checking for two not previously checked files (one
Daniel Stenberg [Thu, 15 Sep 2005 21:50:50 +0000 (21:50 +0000)]
ifdef for includes, added checking for two not previously checked files (one
being necessary for solaris builds)

18 years agouse make -k when running the tests
Daniel Stenberg [Thu, 15 Sep 2005 21:49:26 +0000 (21:49 +0000)]
use make -k when running the tests

18 years agoignore this too
Daniel Stenberg [Thu, 15 Sep 2005 20:36:58 +0000 (20:36 +0000)]
ignore this too

18 years agobuild tftpd too!
Daniel Stenberg [Thu, 15 Sep 2005 20:36:28 +0000 (20:36 +0000)]
build tftpd too!

18 years agoFirst version of the TFTP server. Basic functionality is there.
Daniel Stenberg [Thu, 15 Sep 2005 20:32:59 +0000 (20:32 +0000)]
First version of the TFTP server. Basic functionality is there.

18 years agoadded TFTP and TFTP-ipv6 support
Daniel Stenberg [Thu, 15 Sep 2005 20:25:02 +0000 (20:25 +0000)]
added TFTP and TFTP-ipv6 support

18 years agomoved test2file() to util.c
Daniel Stenberg [Thu, 15 Sep 2005 20:22:43 +0000 (20:22 +0000)]
moved test2file() to util.c

18 years agominor changes, the biggest one being using Curl_select()
Daniel Stenberg [Thu, 15 Sep 2005 20:21:27 +0000 (20:21 +0000)]
minor changes, the biggest one being using Curl_select()

18 years agomention the configure change
Daniel Stenberg [Thu, 15 Sep 2005 19:23:31 +0000 (19:23 +0000)]
mention the configure change

18 years agooops, return error if an error did occur!
Daniel Stenberg [Wed, 14 Sep 2005 15:04:01 +0000 (15:04 +0000)]
oops, return error if an error did occur!

18 years agoCURLOPT_BUFFERSIZE clarification
Daniel Stenberg [Mon, 12 Sep 2005 20:36:17 +0000 (20:36 +0000)]
CURLOPT_BUFFERSIZE clarification

18 years agoUse the AC_CHECK_MEMBER() function for check struct members instead of
Daniel Stenberg [Sat, 10 Sep 2005 21:09:44 +0000 (21:09 +0000)]
Use the AC_CHECK_MEMBER() function for check struct members instead of
inventing and providing our own. Hopefully this solves a HP-UX 11.00 problem.

18 years ago--max-time should work just as good on win32 these days
Daniel Stenberg [Thu, 8 Sep 2005 20:21:52 +0000 (20:21 +0000)]
--max-time should work just as good on win32 these days

18 years agomention the protocol-guessing when no protocol part is given in the URL
Daniel Stenberg [Thu, 8 Sep 2005 06:16:46 +0000 (06:16 +0000)]
mention the protocol-guessing when no protocol part is given in the URL
added TFTP to the list of supported protocols

18 years agoadded tftp.c
Daniel Stenberg [Wed, 7 Sep 2005 14:42:15 +0000 (14:42 +0000)]
added tftp.c

18 years agoBen Madsen reported a problem that only seemed to occur with certain specific
Daniel Stenberg [Wed, 7 Sep 2005 11:05:34 +0000 (11:05 +0000)]
Ben Madsen reported a problem that only seemed to occur with certain specific
glibc versions, and with this patch applied it no longer shows up to me. The
problem was indeed a flaw that made curl use a file handle already closed.

18 years agoThanks to Scott Davis' detailed reports, I found this premature detection
Daniel Stenberg [Wed, 7 Sep 2005 10:51:37 +0000 (10:51 +0000)]
Thanks to Scott Davis' detailed reports, I found this premature detection
of the end of a chunked-encoded POST request.

18 years agoFix warning about missing initializers.
Gisle Vanem [Tue, 6 Sep 2005 15:58:09 +0000 (15:58 +0000)]
Fix warning about missing initializers.

18 years agoFix for bind() on Winsock; AF_UNSPEC (0) is illegal.
Gisle Vanem [Tue, 6 Sep 2005 15:43:14 +0000 (15:43 +0000)]
Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.
Should we do this for all targets?

18 years agoNow curl warns if an unknown variable is used in the -w/--writeout argument.
Daniel Stenberg [Tue, 6 Sep 2005 13:27:18 +0000 (13:27 +0000)]
Now curl warns if an unknown variable is used in the -w/--writeout argument.

18 years agobinding updates
Daniel Stenberg [Tue, 6 Sep 2005 11:53:24 +0000 (11:53 +0000)]
binding updates

18 years agosockets are curl_socket_t to build cleaner
Daniel Stenberg [Tue, 6 Sep 2005 10:39:01 +0000 (10:39 +0000)]
sockets are curl_socket_t to build cleaner

18 years agoUse SOCK_DGRAM for TFTP. Consider setting this up at one central place, we
Daniel Stenberg [Tue, 6 Sep 2005 10:37:57 +0000 (10:37 +0000)]
Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, we
have this check done on far too many places by now...

18 years agominor Makefile fixes.
Gunter Knauf [Tue, 6 Sep 2005 00:39:41 +0000 (00:39 +0000)]
minor Makefile fixes.

18 years agoAdded the people from the 7.14.1 release announcement.
Daniel Stenberg [Mon, 5 Sep 2005 14:22:01 +0000 (14:22 +0000)]
Added the people from the 7.14.1 release announcement.

18 years agonew release, work has been "initiated"
Daniel Stenberg [Mon, 5 Sep 2005 06:03:06 +0000 (06:03 +0000)]
new release, work has been "initiated"

18 years agomention the recent improvements
Daniel Stenberg [Sun, 4 Sep 2005 22:10:03 +0000 (22:10 +0000)]
mention the recent improvements

18 years agodon't start lines with apostrophes!
Daniel Stenberg [Sun, 4 Sep 2005 21:53:10 +0000 (21:53 +0000)]
don't start lines with apostrophes!

18 years agocheck that bind() returns success
Daniel Stenberg [Sun, 4 Sep 2005 18:33:20 +0000 (18:33 +0000)]
check that bind() returns success

18 years ago--protocols now supports TFTP
Daniel Stenberg [Sun, 4 Sep 2005 18:15:24 +0000 (18:15 +0000)]
--protocols now supports TFTP

18 years ago7.14.2 actually
Daniel Stenberg [Sun, 4 Sep 2005 05:23:08 +0000 (05:23 +0000)]
7.14.2 actually

18 years agoAdded FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
Daniel Stenberg [Sun, 4 Sep 2005 05:16:06 +0000 (05:16 +0000)]
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip

18 years agoJohn Kelly added TFTP support to libcurl. A bunch of new error codes was
Daniel Stenberg [Fri, 2 Sep 2005 15:11:08 +0000 (15:11 +0000)]
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.

18 years agoexplain why the ABI depends on the SSL libs
Daniel Stenberg [Fri, 2 Sep 2005 13:40:07 +0000 (13:40 +0000)]
explain why the ABI depends on the SSL libs

18 years agouse -c to automake to copy the new files
Daniel Stenberg [Thu, 1 Sep 2005 21:41:35 +0000 (21:41 +0000)]
use -c to automake to copy the new files

18 years agowork on 7.14.2 starts now
Daniel Stenberg [Thu, 1 Sep 2005 21:08:56 +0000 (21:08 +0000)]
work on 7.14.2 starts now

18 years ago7.14.1 coming right up
Daniel Stenberg [Thu, 1 Sep 2005 20:54:00 +0000 (20:54 +0000)]
7.14.1 coming right up

18 years agosoftened my opinions, added API benefit - Thanks to Eric Cooper
Daniel Stenberg [Thu, 1 Sep 2005 15:03:45 +0000 (15:03 +0000)]
softened my opinions, added API benefit - Thanks to Eric Cooper

18 years agoclarify that the ctxfunc is called on all new connects
Daniel Stenberg [Thu, 1 Sep 2005 13:41:29 +0000 (13:41 +0000)]
clarify that the ctxfunc is called on all new connects

18 years agoadded DISTRO-DILEMMA
Daniel Stenberg [Thu, 1 Sep 2005 08:44:39 +0000 (08:44 +0000)]
added DISTRO-DILEMMA

18 years agoadded the URL
Daniel Stenberg [Thu, 1 Sep 2005 08:43:44 +0000 (08:43 +0000)]
added the URL

18 years agonew
Daniel Stenberg [Thu, 1 Sep 2005 08:35:59 +0000 (08:35 +0000)]
new

18 years agooops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus
Daniel Stenberg [Wed, 31 Aug 2005 21:23:47 +0000 (21:23 +0000)]
oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus
broke krb4 builds!

18 years agoocurl release
Daniel Stenberg [Wed, 31 Aug 2005 20:51:41 +0000 (20:51 +0000)]
ocurl release

18 years agouse it as 'struct addrinfo' so perhaps it builds on mingw again
Daniel Stenberg [Wed, 31 Aug 2005 06:04:48 +0000 (06:04 +0000)]
use it as 'struct addrinfo' so perhaps it builds on mingw again

18 years agoquick hack to make it working again on Win32 - however we should consider to set...
Gunter Knauf [Tue, 30 Aug 2005 18:37:08 +0000 (18:37 +0000)]
quick hack to make it working again on Win32 - however we should consider to set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path....

18 years agoKevin Lussier pointed out a problem with curllib.dsp
Daniel Stenberg [Mon, 29 Aug 2005 21:04:26 +0000 (21:04 +0000)]
Kevin Lussier pointed out a problem with curllib.dsp

18 years agoUse the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.
Daniel Stenberg [Mon, 29 Aug 2005 20:56:20 +0000 (20:56 +0000)]
Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.
Kevin Lussier pointed this out!

18 years agospell-fix
Daniel Stenberg [Mon, 29 Aug 2005 15:19:38 +0000 (15:19 +0000)]
spell-fix

18 years agoIgor Polyakov fixed a rather nasty problem with the threaded name resolver
Daniel Stenberg [Mon, 29 Aug 2005 14:23:53 +0000 (14:23 +0000)]
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.

18 years agoAdded GNU GSS and separate sections for MIT GSS and Heimdal and added info
Daniel Stenberg [Mon, 29 Aug 2005 13:58:25 +0000 (13:58 +0000)]
Added GNU GSS and separate sections for MIT GSS and Heimdal and added info
about what each single lib may be used for.

18 years agoSimon Josefson brought GNU GSS support
Daniel Stenberg [Mon, 29 Aug 2005 08:42:45 +0000 (08:42 +0000)]
Simon Josefson brought GNU GSS support

18 years ago1.3.0 coming just up
Daniel Stenberg [Mon, 29 Aug 2005 07:03:05 +0000 (07:03 +0000)]
1.3.0 coming just up

18 years agoMoved the GnuTLS related TODO items from lib/TODO.gnutls to the proper
Daniel Stenberg [Mon, 29 Aug 2005 06:59:44 +0000 (06:59 +0000)]
Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper
docs/TODO

18 years ago4.14 Redirects work in browser but not with curl!
Daniel Stenberg [Fri, 26 Aug 2005 13:22:39 +0000 (13:22 +0000)]
4.14 Redirects work in browser but not with curl!

18 years agook, the right term (using RFC2616 lingo) for the -X keyword is method and not
Daniel Stenberg [Thu, 25 Aug 2005 12:19:22 +0000 (12:19 +0000)]
ok, the right term (using RFC2616 lingo) for the -X keyword is method and not
request

18 years ago"Added in 7.14.1" notes and some minor edits
Daniel Stenberg [Thu, 25 Aug 2005 07:06:50 +0000 (07:06 +0000)]
"Added in 7.14.1" notes and some minor edits

18 years agoCURLINFO_COOKIELIST is added in 7.14.1
Daniel Stenberg [Thu, 25 Aug 2005 07:06:15 +0000 (07:06 +0000)]
CURLINFO_COOKIELIST is added in 7.14.1

18 years agoTheo Borm's example, as was posted here:
Daniel Stenberg [Wed, 24 Aug 2005 17:07:27 +0000 (17:07 +0000)]
Theo Borm's example, as was posted here:
http://curl.haxx.se/mail/lib-2005-08/0163.html

18 years agoToby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
Daniel Stenberg [Wed, 24 Aug 2005 10:57:28 +0000 (10:57 +0000)]
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.

18 years agovalgrind version 3 renames the --logfile command line option to --log-file...
Daniel Stenberg [Wed, 24 Aug 2005 10:49:57 +0000 (10:49 +0000)]
valgrind version 3 renames the --logfile command line option to --log-file...

18 years agofixed #26, GnuTLS CA cert verification
Daniel Stenberg [Wed, 24 Aug 2005 07:45:14 +0000 (07:45 +0000)]
fixed #26, GnuTLS CA cert verification

18 years agoFixed CA cert verification using GnuTLS with the default bundle, which
Daniel Stenberg [Wed, 24 Aug 2005 07:40:13 +0000 (07:40 +0000)]
Fixed CA cert verification using GnuTLS with the default bundle, which
previously failed due to GnuTLS not allowing x509 v1 CA certs by default.

18 years agoknown bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS
Daniel Stenberg [Tue, 23 Aug 2005 08:51:38 +0000 (08:51 +0000)]
known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS

18 years agoenabled statically linked builds.
Gunter Knauf [Mon, 22 Aug 2005 02:39:05 +0000 (02:39 +0000)]
enabled statically linked builds.

18 years agowell hit me, that wasn't possible, use 1:0:0 anyway...
Daniel Stenberg [Sun, 21 Aug 2005 21:27:19 +0000 (21:27 +0000)]
well hit me, that wasn't possible, use 1:0:0 anyway...

18 years agomodified the version-info, we only added functions
Daniel Stenberg [Sun, 21 Aug 2005 21:25:42 +0000 (21:25 +0000)]
modified the version-info, we only added functions

18 years agoincrease version info
Daniel Stenberg [Sun, 21 Aug 2005 21:25:07 +0000 (21:25 +0000)]
increase version info

18 years agoavoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in a
Daniel Stenberg [Sun, 21 Aug 2005 21:15:07 +0000 (21:15 +0000)]
avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in a
default dir

18 years agoAlfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()
Daniel Stenberg [Sun, 21 Aug 2005 21:09:44 +0000 (21:09 +0000)]
Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()
when getting the DNS server etc.

18 years agoUsing CURLOPT_COOKIEFILE serveral times add more files to read from.
Daniel Stenberg [Fri, 19 Aug 2005 21:38:44 +0000 (21:38 +0000)]
Using CURLOPT_COOKIEFILE serveral times add more files to read from.

18 years agoremoved the unreachable code warning from gcc debug builds, even the most
Daniel Stenberg [Fri, 19 Aug 2005 15:07:50 +0000 (15:07 +0000)]
removed the unreachable code warning from gcc debug builds, even the most
recent gcc versions give far too many false positives for this to be valuable

18 years agoNorbert Novotny had problems with FTPS and he helped me work out a patch
Daniel Stenberg [Fri, 19 Aug 2005 14:41:09 +0000 (14:41 +0000)]
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.

18 years agoone german mirror has died while another one was added, and yet another Texas
Daniel Stenberg [Fri, 19 Aug 2005 07:33:34 +0000 (07:33 +0000)]
one german mirror has died while another one was added, and yet another Texas
one!

18 years agoAdded new contributors from RELEASE-NOTES. The somewhat different sort order
Daniel Stenberg [Fri, 19 Aug 2005 07:32:14 +0000 (07:32 +0000)]
Added new contributors from RELEASE-NOTES. The somewhat different sort order
is due to now using emacs to sort but I'm not in a mood to fix it better just
now.

18 years agoremoved some inaccurate comments about the TYPE_IN_ADDR_T check
Daniel Stenberg [Fri, 19 Aug 2005 07:02:24 +0000 (07:02 +0000)]
removed some inaccurate comments about the TYPE_IN_ADDR_T check

18 years agoThe big POST to HTTPS is probably not a bug.
Daniel Stenberg [Fri, 19 Aug 2005 06:43:25 +0000 (06:43 +0000)]
The big POST to HTTPS is probably not a bug.

The CONNECT problem is now bug #25 planned to get fixed in next release.

18 years agominor Makefile fixes.
Gunter Knauf [Thu, 18 Aug 2005 16:39:29 +0000 (16:39 +0000)]
minor Makefile fixes.

18 years agoupdated NetWare section.
Gunter Knauf [Thu, 18 Aug 2005 16:33:45 +0000 (16:33 +0000)]
updated NetWare section.

18 years agodetabified
Daniel Stenberg [Thu, 18 Aug 2005 08:48:31 +0000 (08:48 +0000)]
detabified

18 years agodetabify
Daniel Stenberg [Thu, 18 Aug 2005 08:47:56 +0000 (08:47 +0000)]
detabify

18 years agoHarshal Pradhan's use-after-free bug with ares is now known bug #24 to be
Daniel Stenberg [Thu, 18 Aug 2005 08:18:24 +0000 (08:18 +0000)]
Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be
fixed after 7.14.1

18 years agoit isn't strictly necessary to use it after a perform
Daniel Stenberg [Thu, 18 Aug 2005 06:14:17 +0000 (06:14 +0000)]
it isn't strictly necessary to use it after a perform

18 years agoremoved issue 20 that was about valgrind complaints on other libs/parts, as
Daniel Stenberg [Wed, 17 Aug 2005 09:43:29 +0000 (09:43 +0000)]
removed issue 20 that was about valgrind complaints on other libs/parts, as
we have a fancier valgrind error parser these days and it seems to work rather
well

18 years agothe SOCKS situation
Daniel Stenberg [Wed, 17 Aug 2005 09:41:54 +0000 (09:41 +0000)]
the SOCKS situation

18 years agoremoved old info about curl_getdate() just simply isn't true and hasn't been
Daniel Stenberg [Wed, 17 Aug 2005 09:12:08 +0000 (09:12 +0000)]
removed old info about curl_getdate() just simply isn't true and hasn't been
true since the getdate() parser code rewrite

18 years agoremove the typecast to long from time_t, since we now store it as curl_off_t
Daniel Stenberg [Wed, 17 Aug 2005 09:11:27 +0000 (09:11 +0000)]
remove the typecast to long from time_t, since we now store it as curl_off_t

18 years agohandles expiry times in cookie files that go beyond 32 bits in size
Daniel Stenberg [Wed, 17 Aug 2005 09:01:07 +0000 (09:01 +0000)]
handles expiry times in cookie files that go beyond 32 bits in size

18 years ago- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with
Daniel Stenberg [Wed, 17 Aug 2005 08:55:43 +0000 (08:55 +0000)]
- 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.

18 years agoadded curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...
Gunter Knauf [Tue, 16 Aug 2005 20:12:58 +0000 (20:12 +0000)]
added curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...

18 years agoadded curl_mvsnprintf to the export list.
Gunter Knauf [Tue, 16 Aug 2005 20:11:25 +0000 (20:11 +0000)]
added curl_mvsnprintf to the export list.

18 years agoclient side fixes
Daniel Stenberg [Tue, 16 Aug 2005 11:40:43 +0000 (11:40 +0000)]
client side fixes

18 years agotypecase the isspace() argument to int
Daniel Stenberg [Tue, 16 Aug 2005 07:32:50 +0000 (07:32 +0000)]
typecase the isspace() argument to int

18 years agorecent changes
Daniel Stenberg [Mon, 15 Aug 2005 21:48:36 +0000 (21:48 +0000)]
recent changes

18 years agoAdded more verbose "warning" messages to the curl client for cases where it
Daniel Stenberg [Mon, 15 Aug 2005 21:48:28 +0000 (21:48 +0000)]
Added more verbose "warning" messages to the curl client for cases where it
fails to open/read files etc to help users diagnose why it doesn't do what
you'd expect it to. Converted lots of old messages to use the new generic
function I wrote for this purpose.

18 years agoJames Bursa identified a libcurl HTTP bug and a good way to repeat it. If a
Daniel Stenberg [Sat, 13 Aug 2005 21:28:46 +0000 (21:28 +0000)]
James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a
site responds with bad HTTP response that doesn't contain any header at all,
only a response body, and the write callback returns 0 to abort the
transfer, it didn't have any real effect but the write callback would be
called once more anyway.

18 years agoadded test 268 that makes curl -d @nonexisting
Daniel Stenberg [Fri, 12 Aug 2005 22:09:21 +0000 (22:09 +0000)]
added test 268 that makes curl -d @nonexisting