Daniel Stenberg
b9c8de598b
Thanks to Scott Davis' detailed reports, I found this premature detection
...
of the end of a chunked-encoded POST request.
2005-09-07 10:51:37 +00:00
Gisle Vanem
9889a811db
Fix warning about missing initializers.
2005-09-06 15:58:09 +00:00
Gisle Vanem
9e38d882b9
Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.
...
Should we do this for all targets?
2005-09-06 15:43:14 +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
56dea0ac9a
binding updates
2005-09-06 11:53:24 +00:00
Daniel Stenberg
e8b77477c7
sockets are curl_socket_t to build cleaner
2005-09-06 10:39:01 +00:00
Daniel Stenberg
64298e528d
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...
2005-09-06 10:37:57 +00:00
Gunter Knauf
4f1465e7c7
minor Makefile fixes.
2005-09-06 00:39:41 +00:00
Daniel Stenberg
6120041b69
Added the people from the 7.14.1 release announcement.
2005-09-05 14:22:01 +00:00
Daniel Stenberg
8c1213627d
new release, work has been "initiated"
2005-09-05 06:03:06 +00:00
Daniel Stenberg
3e6ae6eeb8
mention the recent improvements
2005-09-04 22:10:03 +00:00
Daniel Stenberg
291e9aeabd
don't start lines with apostrophes!
2005-09-04 21:53:10 +00:00
Daniel Stenberg
a3d776187a
check that bind() returns success
2005-09-04 18:33:20 +00:00
Daniel Stenberg
e55f502e2f
--protocols now supports TFTP
2005-09-04 18:15:24 +00:00
Daniel Stenberg
e369270f88
7.14.2 actually
2005-09-04 05:23:08 +00:00
Daniel Stenberg
7e845e7cfd
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
2005-09-04 05:16:06 +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
911d135deb
explain why the ABI depends on the SSL libs
2005-09-02 13:40:07 +00:00
Daniel Stenberg
8107b90678
use -c to automake to copy the new files
2005-09-01 21:41:35 +00:00
Daniel Stenberg
7722452b98
work on 7.14.2 starts now
2005-09-01 21:08:56 +00:00
Daniel Stenberg
6e1a986e0f
7.14.1 coming right up
2005-09-01 20:54:00 +00:00
Daniel Stenberg
e0785ade35
softened my opinions, added API benefit - Thanks to Eric Cooper
2005-09-01 15:03:45 +00:00
Daniel Stenberg
0177ed6f03
clarify that the ctxfunc is called on all new connects
2005-09-01 13:41:29 +00:00
Daniel Stenberg
c62635a3b5
added DISTRO-DILEMMA
2005-09-01 08:44:39 +00:00
Daniel Stenberg
0177476fd2
added the URL
2005-09-01 08:43:44 +00:00
Daniel Stenberg
76d7dface7
new
2005-09-01 08:35:59 +00:00
Daniel Stenberg
982ba21460
oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus
...
broke krb4 builds!
2005-08-31 21:23:47 +00:00
Daniel Stenberg
6081c60556
ocurl release
2005-08-31 20:51:41 +00:00
Daniel Stenberg
2fe3c22108
use it as 'struct addrinfo' so perhaps it builds on mingw again
2005-08-31 06:04:48 +00:00
Gunter Knauf
75dbb3189a
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....
2005-08-30 18:37:08 +00:00
Daniel Stenberg
32330300a9
Kevin Lussier pointed out a problem with curllib.dsp
2005-08-29 21:04:26 +00:00
Daniel Stenberg
64414df27e
Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.
...
Kevin Lussier pointed this out!
2005-08-29 20:56:20 +00:00
Daniel Stenberg
f98ec86798
spell-fix
2005-08-29 15:19:38 +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
51a4493add
Added GNU GSS and separate sections for MIT GSS and Heimdal and added info
...
about what each single lib may be used for.
2005-08-29 13:58:25 +00:00
Daniel Stenberg
5effe8f336
Simon Josefson brought GNU GSS support
2005-08-29 08:42:45 +00:00
Daniel Stenberg
296eb2bd61
1.3.0 coming just up
2005-08-29 07:03:05 +00:00
Daniel Stenberg
9853acba66
Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper
...
docs/TODO
2005-08-29 06:59:44 +00:00
Daniel Stenberg
09cb9c782d
4.14 Redirects work in browser but not with curl!
2005-08-26 13:22:39 +00:00
Daniel Stenberg
575ce905b2
ok, the right term (using RFC2616 lingo) for the -X keyword is method and not
...
request
2005-08-25 12:19:22 +00:00
Daniel Stenberg
54887af471
"Added in 7.14.1" notes and some minor edits
2005-08-25 07:06:50 +00:00
Daniel Stenberg
573350637e
CURLINFO_COOKIELIST is added in 7.14.1
2005-08-25 07:06:15 +00:00
Daniel Stenberg
49a16f7121
Theo Borm's example, as was posted here:
...
http://curl.haxx.se/mail/lib-2005-08/0163.html
2005-08-24 17:07:27 +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
6ba19692a3
fixed #26 , GnuTLS CA cert verification
2005-08-24 07:45:14 +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
a142372750
known bug #26 , pretty fatal for anyone who wants to use proper SSL and GnuTLS
2005-08-23 08:51:38 +00:00
Gunter Knauf
f14195f786
enabled statically linked builds.
2005-08-22 02:39:05 +00:00
Daniel Stenberg
9d54f9a6b7
well hit me, that wasn't possible, use 1:0:0 anyway...
2005-08-21 21:27:19 +00:00