Daniel Stenberg
34cadb1e54
Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be
...
fixed after 7.14.1
2005-08-18 08:18:24 +00:00
Daniel Stenberg
94692b904e
it isn't strictly necessary to use it after a perform
2005-08-18 06:14:17 +00:00
Daniel Stenberg
18f3087afd
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
2005-08-17 09:43:29 +00:00
Daniel Stenberg
15bc228ae9
the SOCKS situation
2005-08-17 09:41:54 +00:00
Daniel Stenberg
2b7a38d032
removed old info about curl_getdate() just simply isn't true and hasn't been
...
true since the getdate() parser code rewrite
2005-08-17 09:12:08 +00:00
Daniel Stenberg
90e1a6905a
remove the typecast to long from time_t, since we now store it as curl_off_t
2005-08-17 09:11:27 +00:00
Daniel Stenberg
c36af24cbd
handles expiry times in cookie files that go beyond 32 bits in size
2005-08-17 09:01:07 +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
Gunter Knauf
362912ff83
added curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...
2005-08-16 20:12:58 +00:00
Gunter Knauf
46ff13f243
added curl_mvsnprintf to the export list.
2005-08-16 20:11:25 +00:00
Daniel Stenberg
340a67a6f8
client side fixes
2005-08-16 11:40:43 +00:00
Daniel Stenberg
9294c1e76c
typecase the isspace() argument to int
2005-08-16 07:32:50 +00:00
Daniel Stenberg
fd704f8de0
recent changes
2005-08-15 21:48:36 +00:00
Daniel Stenberg
d9ca9154d1
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.
2005-08-15 21:48:28 +00:00
Daniel Stenberg
35110eca73
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.
2005-08-13 21:28:46 +00:00
Daniel Stenberg
9ad92b3007
added test 268 that makes curl -d @nonexisting
2005-08-12 22:09:21 +00:00
Daniel Stenberg
2f78c96330
clarify
2005-08-12 21:47:05 +00:00
Daniel Stenberg
639857ceb2
o curl -d @filename when 'filename' was not possible to access no longer
...
converts the request to a GET, but now instead makes it a POST of no data
o The time condition illegal syntax warning is now inhibited if -s is used.
2005-08-12 21:25:44 +00:00
Daniel Stenberg
162f58c53c
-H needs no CRLF or similar added
2005-08-12 20:56:12 +00:00
Daniel Stenberg
84c4d96e71
removed old debug left-over infof() call
2005-08-11 21:41:11 +00:00
Daniel Stenberg
c0d343d56d
do a POST with NTLM and add two custom headers
2005-08-11 21:33:40 +00:00
Daniel Stenberg
6d14a80608
Added comment about strtoimax()
2005-08-11 20:42:02 +00:00
Gunter Knauf
f451bb7c49
fix for NetWare crossbuilds to display the right config.h when build on Win32.
2005-08-11 18:02:09 +00:00
Daniel Stenberg
20b17d6b04
the debug callback was called with CURLINFO_TEXT with the data size one
...
too big
2005-08-10 22:57:14 +00:00
Gunter Knauf
bb2317b63c
minor Makefile fix.
2005-08-10 21:45:59 +00:00
Gunter Knauf
189461dc98
minor Makefile fix.
2005-08-10 20:45:49 +00:00
Gunter Knauf
69af552bc1
added some more NetWare targets.
2005-08-10 19:26:33 +00:00
Gunter Knauf
0ae6ff9f72
some minor Makefile fixes for SSL.
2005-08-10 19:19:25 +00:00
Gunter Knauf
8b571fbbb1
make ares compile again for NetWare.
2005-08-10 17:03:53 +00:00
Gunter Knauf
f3fcd409d5
make ares compile again for NetWare.
2005-08-10 16:55:06 +00:00
Gunter Knauf
a47532f88a
fixed line endings so it works again with gnu make on Win32.
2005-08-10 16:54:00 +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
4f8a49143d
mention two other bugs we should fix before release
2005-08-08 23:09:24 +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
aeb04136f7
Don't prevent FTPS:// through a http proxy, as we cannot know if it works or
...
not!
2005-08-07 21:39:44 +00:00
Daniel Stenberg
0b8f57bf06
mention our security related mail alias in the "who do I mail" section
2005-08-07 14:36:55 +00:00
Daniel Stenberg
6508d446e1
Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointer
...
outputs (nil) and not a 0x0 or similar.
2005-08-04 23:05:36 +00:00
Daniel Stenberg
82cb462bb4
killed trailing whitespace, narrowed a few lines to 80 cols
2005-08-04 08:07:44 +00:00
Daniel Stenberg
9a264bf610
mention that the NOBODY reset thing is added in 7.14.1
2005-08-01 11:56:03 +00:00
Daniel Stenberg
57007e80a9
Moved items from TODO-RELEASE to TODO since they're not really bound to happen
...
in any specific release.
2005-07-30 23:48:07 +00:00
Daniel Stenberg
b6c876bdb6
clarified the PHP/CURL topic a bit more
2005-07-30 23:37:05 +00:00
Daniel Stenberg
57afae79eb
correction and added new mirror
2005-07-30 23:19:42 +00:00
Daniel Stenberg
84c2184909
CURLOPT_COOKIELIST change since it no longer modifies the input string contents
2005-07-30 08:27:51 +00:00
Daniel Stenberg
e358a24a75
reset the numcookies counter too (I missed it in the previous commit)
2005-07-28 21:53:09 +00:00
Daniel Stenberg
9da9d00c62
fixed example since this is how the interface works now
2005-07-28 21:51:20 +00:00
Daniel Stenberg
ec3f269d1f
now strdups the cookielist inpointer before passed on, as the cookie function
...
modifies it
2005-07-28 21:50:34 +00:00
Daniel Stenberg
1c388a52a5
curl standard indent/format
2005-07-28 21:49:58 +00:00
Gisle Vanem
34a827bbfe
Needs 'struct_stat'. Increased verbosity.
2005-07-28 13:20:27 +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