Daniel Stenberg [Fri, 12 Oct 2007 15:26:33 +0000 (15:26 +0000)]
added three serious bugs to fix before release, and marked the previous two
as subject for removal from this list (without any fix)
Patrick Monnerat [Fri, 12 Oct 2007 13:36:37 +0000 (13:36 +0000)]
Added per-protocol callback static tables, replacing callback ptr storage
in the connectdata structure by a single handler table ptr.
Dan Fandrich [Fri, 12 Oct 2007 02:09:45 +0000 (02:09 +0000)]
Fixed a couple of typos that messed up the tests.
Dan Fandrich [Fri, 12 Oct 2007 01:44:22 +0000 (01:44 +0000)]
Added some <keywords> sections and use some key words more consistently.
Dan Fandrich [Thu, 11 Oct 2007 21:15:09 +0000 (21:15 +0000)]
Fixed the -l option of runtests.pl
Added support for skipping tests based on key words.
Yang Tse [Wed, 10 Oct 2007 13:00:11 +0000 (13:00 +0000)]
improve checking for ldap.h and ldap_ssl.h header files
Yang Tse [Tue, 9 Oct 2007 23:51:55 +0000 (23:51 +0000)]
lber.h needs to be included since ldap.h might not include it
Yang Tse [Tue, 9 Oct 2007 23:44:14 +0000 (23:44 +0000)]
Add check for lber.h and ldap.h header files
Gunter Knauf [Tue, 9 Oct 2007 23:25:58 +0000 (23:25 +0000)]
added check for MSVC6 standard PSDK and bail out since insufficient for LDAP support with current code.
Yang Tse [Tue, 9 Oct 2007 23:24:28 +0000 (23:24 +0000)]
also log error message string
Yang Tse [Tue, 9 Oct 2007 23:21:29 +0000 (23:21 +0000)]
logmsg already appends '\n'
Gunter Knauf [Tue, 9 Oct 2007 22:10:17 +0000 (22:10 +0000)]
fix socklen_t for MSVC6 & 7.
Gunter Knauf [Tue, 9 Oct 2007 20:15:27 +0000 (20:15 +0000)]
added two more module dependencies for LDAPS.
Dan Fandrich [Tue, 9 Oct 2007 16:49:41 +0000 (16:49 +0000)]
Documented error codes 77-80, and fixed the one for 60.
Daniel Stenberg [Tue, 9 Oct 2007 14:53:50 +0000 (14:53 +0000)]
Add a paragraph about CURLOPT_CUSTOMREQUEST not actually changing libcurl's
behavior, it only changes the actual request method keyword and this is not
always what the user/app wants.
Daniel Stenberg [Tue, 9 Oct 2007 08:42:50 +0000 (08:42 +0000)]
Michal Marek removed the no longer existing return codes from the curl.1
man page.
Gisle Vanem [Mon, 8 Oct 2007 14:39:52 +0000 (14:39 +0000)]
Added needed 'HAVE_*' defines.
Gisle Vanem [Mon, 8 Oct 2007 14:38:51 +0000 (14:38 +0000)]
'FD_CLOXEC' is meaningless on MSDOS/Watt-32.
Daniel Stenberg [Sun, 7 Oct 2007 08:28:03 +0000 (08:28 +0000)]
Known bug #47, which confused libcurl if doing NTLM auth over a proxy with
a response that was larger than 16KB is now improved slightly so that now
the restriction at 16KB is for the headers only and it should be a rare
situation where the response-headers exceed 16KB. Thus, I consider #47 fixed
and the header limitation is now known as known bug #48.
Gisle Vanem [Sat, 6 Oct 2007 17:20:06 +0000 (17:20 +0000)]
<ws2tcpip.h> needed for 'socklen_t' typedef.
Daniel Stenberg [Fri, 5 Oct 2007 15:18:34 +0000 (15:18 +0000)]
add url to the wikipedia article for a longer description
Daniel Stenberg [Fri, 5 Oct 2007 15:16:18 +0000 (15:16 +0000)]
Alexey Pesternikov documented CURLOPT_OPENSOCKETDATA and
CURLOPT_OPENSOCKETFUNCTION
Daniel Stenberg [Fri, 5 Oct 2007 14:37:33 +0000 (14:37 +0000)]
Michael Wallner made the CULROPT_COOKIELIST option support a new magic
string: "FLUSH". Using that will cause libcurl to flush its cookies to the
CURLOPT_COOKIEJAR file.
Daniel Stenberg [Thu, 4 Oct 2007 22:05:25 +0000 (22:05 +0000)]
The new file docs/libcurl/ABI describes how we view ABI breakages, soname
bumps and what the version number's significance to all that is.
Daniel Stenberg [Thu, 4 Oct 2007 21:26:26 +0000 (21:26 +0000)]
I enabled test 1009 and made the --local-port use a wide range to reduce the
risk of failures.
Daniel Stenberg [Thu, 4 Oct 2007 10:01:41 +0000 (10:01 +0000)]
Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.
This happened because the tftp code always uncondionally did a bind()
without caring if one already had been done and then it failed. I wrote a
test case (1009) to verify this, but it is a bit error-prone since it will
have to pick a fixed local port number and since the tests are run on so
many different hosts in different situations I add it in disabled state.
Steinar H. Gunderson [Thu, 4 Oct 2007 08:12:12 +0000 (08:12 +0000)]
Removed a piece of redundant code (process_answer already takes care of it).
Steinar H. Gunderson [Thu, 4 Oct 2007 08:09:52 +0000 (08:09 +0000)]
Another timeout fix in ares_getnameinfo().
Steinar H. Gunderson [Thu, 4 Oct 2007 08:09:04 +0000 (08:09 +0000)]
Send the timeout count in ares_getnameinfo().
Steinar H. Gunderson [Thu, 4 Oct 2007 08:07:47 +0000 (08:07 +0000)]
Moved the NULL check for channel upwards in ares_destroy().
Steinar H. Gunderson [Thu, 4 Oct 2007 08:06:25 +0000 (08:06 +0000)]
Clarified the comment over ares_cancel.
Yang Tse [Thu, 4 Oct 2007 02:09:33 +0000 (02:09 +0000)]
On error, close "log/server.response"
Yang Tse [Wed, 3 Oct 2007 23:38:07 +0000 (23:38 +0000)]
If TCP_NODELAY is not defined we can't disable the Nagle algorithm
Yang Tse [Wed, 3 Oct 2007 16:58:10 +0000 (16:58 +0000)]
Cleanup no longer used macros
Yang Tse [Wed, 3 Oct 2007 16:26:56 +0000 (16:26 +0000)]
Fix compiler warning: local variable may be used without having been initialized
Patrick Monnerat [Wed, 3 Oct 2007 15:09:21 +0000 (15:09 +0000)]
Upgrade OS400 wrappers and RPG copy file according to latest code updates
Yang Tse [Wed, 3 Oct 2007 13:19:34 +0000 (13:19 +0000)]
Fix issue related with the use of ares_timeout() result.
Daniel Stenberg [Wed, 3 Oct 2007 08:58:40 +0000 (08:58 +0000)]
exported symbols must use lowercase "curl_", and I also fixed two compiler
warnings, one C99 thing and the bad pointer sent to the callback
Daniel Stenberg [Wed, 3 Oct 2007 08:54:35 +0000 (08:54 +0000)]
recount contributors after the 7.17.0 release
Daniel Stenberg [Wed, 3 Oct 2007 08:51:36 +0000 (08:51 +0000)]
people from the 7.17.0 announcement
Daniel Stenberg [Wed, 3 Oct 2007 08:46:45 +0000 (08:46 +0000)]
"97 - check ip callback", check
Daniel Stenberg [Wed, 3 Oct 2007 08:45:00 +0000 (08:45 +0000)]
Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and
CURLOPT_OPENSOCKETDATA to set a callback that allows an application to replace
the socket() call used by libcurl. It basically allows the app to change
address, protocol or whatever of the socket. (I also did some whitespace
indent/cleanups in lib/url.c which kind of hides some of these changes, sorry
for mixing those in.)
Daniel Stenberg [Wed, 3 Oct 2007 08:07:50 +0000 (08:07 +0000)]
I renamed the CURLE_SSL_PEER_CERTIFICATE error code to
CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this
return code get used by the previous SSH MD5 fingerprint check in case it
fails.
Daniel Stenberg [Wed, 3 Oct 2007 08:00:42 +0000 (08:00 +0000)]
Based on a patch brought by Johnny Luong, libcurl now offers
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and the curl tool --hostpubmd5. They both make
the SCP or SFTP connection verify the remote host's md5 checksum of the public
key before doing a connect, to reduce the risk of a man-in-the-middle attack.
Daniel Stenberg [Tue, 2 Oct 2007 22:00:03 +0000 (22:00 +0000)]
"99 - curl_easy_close()" seems to have gone uninteresting
Daniel Stenberg [Tue, 2 Oct 2007 21:59:06 +0000 (21:59 +0000)]
102, check
Yang Tse [Tue, 2 Oct 2007 19:19:47 +0000 (19:19 +0000)]
Fix memory leak under low memory conditions.
Yang Tse [Tue, 2 Oct 2007 18:26:48 +0000 (18:26 +0000)]
Avoid a segfault when generating a DNS "Transaction ID" in internal
function init_id_key() under low memory conditions.
Yang Tse [Tue, 2 Oct 2007 16:05:28 +0000 (16:05 +0000)]
Renamed a couple of global variables to avoid shadowing warnings
Yang Tse [Tue, 2 Oct 2007 15:26:30 +0000 (15:26 +0000)]
Fix compiler warning
Yang Tse [Tue, 2 Oct 2007 14:48:38 +0000 (14:48 +0000)]
<winber.h> needed for Windows LDAP client 32 API support
Yang Tse [Tue, 2 Oct 2007 14:26:04 +0000 (14:26 +0000)]
Linking with wldap32.lib needed for Windows LDAP client 32 API support
Yang Tse [Tue, 2 Oct 2007 11:13:58 +0000 (11:13 +0000)]
Add ares_llist.c and ares_llist.h to MSCV project file.
Daniel Stenberg [Tue, 2 Oct 2007 10:21:36 +0000 (10:21 +0000)]
known bug #46: chunked-encoded CONNECT responses from a http proxy now works.
Added test case 1008 to verify. Note that #47 is still there.
Daniel Stenberg [Tue, 2 Oct 2007 10:13:37 +0000 (10:13 +0000)]
Disable the Nagle algorithm and send back responses in small chunks in an
attempt to force smaller bits to get read by clients.
Daniel Stenberg [Tue, 2 Oct 2007 09:57:48 +0000 (09:57 +0000)]
document --post301, based on the phrasing in curl_easy_setopt.3 for
CURLOPT_POST301 written by Philip Langdale
Daniel Stenberg [Tue, 2 Oct 2007 09:56:52 +0000 (09:56 +0000)]
CURLOPT_POST301 section, added by Philip Langdale
Daniel Stenberg [Tue, 2 Oct 2007 08:12:30 +0000 (08:12 +0000)]
Fixed the problem where next_lookup would use 'status' uninitialized. Now
it gets passed the initial value as an argument.
Yang Tse [Tue, 2 Oct 2007 02:18:01 +0000 (02:18 +0000)]
Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.
Daniel Stenberg [Mon, 1 Oct 2007 22:52:31 +0000 (22:52 +0000)]
ares_strerror() segfaulted if the input error number was out of the currently
supported range.
Daniel Stenberg [Mon, 1 Oct 2007 22:51:38 +0000 (22:51 +0000)]
Prevent ares_strerror() from segfaulting if an invalid error code is passed
in as argument!
Daniel Stenberg [Sun, 30 Sep 2007 22:58:24 +0000 (22:58 +0000)]
Added test536 that was accidentally missing. I also wrote up a new makefile
target called 'filecheck' so that if you run 'make filecheck' in this directory
it'll check if the local files are also mentioned in the Makefile.am so that
they are properly included in release archives!
Daniel Stenberg [Sun, 30 Sep 2007 22:40:24 +0000 (22:40 +0000)]
Alex Fishman reported a curl_easy_escape() problem that was made the
function do wrong on all input bytes that are >= 0x80 (decimal 128) due to a
signed / unsigned mistake in the code. I fixed it and added test case 543 to
verify.
Yang Tse [Sun, 30 Sep 2007 19:43:23 +0000 (19:43 +0000)]
Fix compiler warning
Yang Tse [Sun, 30 Sep 2007 02:12:11 +0000 (02:12 +0000)]
check availability of <netinet/tcp.h>
Yang Tse [Sun, 30 Sep 2007 01:27:39 +0000 (01:27 +0000)]
Fix missing right parenthesis
Yang Tse [Sun, 30 Sep 2007 01:01:43 +0000 (01:01 +0000)]
Fix comparison between signed and unsigned
Yang Tse [Sun, 30 Sep 2007 00:37:47 +0000 (00:37 +0000)]
improve portability, defining MAXDNAME and MAXCDNAME
Steinar H. Gunderson [Sun, 30 Sep 2007 00:08:01 +0000 (00:08 +0000)]
Fix a memory leak that I recently inadvertedly introduced.
Steinar H. Gunderson [Sat, 29 Sep 2007 21:57:05 +0000 (21:57 +0000)]
Use ISDIGIT instead of isdigit; fixes a gcc warning.
Daniel Stenberg [Sat, 29 Sep 2007 21:34:34 +0000 (21:34 +0000)]
Immanuel Gregoire fixed a problem with persistent transfers over SFTP - the
previous proto struct was kept.
Steinar H. Gunderson [Sat, 29 Sep 2007 19:26:59 +0000 (19:26 +0000)]
Port the TCP socket fix made in ares_fds() to ares_getsock() as well.
Steinar H. Gunderson [Sat, 29 Sep 2007 18:18:47 +0000 (18:18 +0000)]
Previously, processing a large batch of timeouts was O(n^2) in the number of
outstanding queries, and processing a DNS response packet was O(n) in the
number of outstanding queries. To speed things up in Google, we added a few circular,
doubly-linked lists of queries that are hash-bucketed based on
the attributes we care about, so most important operations are now O(1).
It might be that the number of buckets are higher than most people would need,
but on a quick calculation it should only be 100kB or so even on a 64-bit
system, so I've let it stay as-is.
Gisle Vanem [Sat, 29 Sep 2007 14:37:47 +0000 (14:37 +0000)]
We should standarise on C comments.
Gisle Vanem [Sat, 29 Sep 2007 14:34:59 +0000 (14:34 +0000)]
Fix compiler warning in setsockopt().
Steinar H. Gunderson [Sat, 29 Sep 2007 14:25:14 +0000 (14:25 +0000)]
TCP queries can time out too, not just UDP queries. (Patch from the Google tree.)
Steinar H. Gunderson [Sat, 29 Sep 2007 14:21:47 +0000 (14:21 +0000)]
Read and process as many packets as possible in read_udp_packets, to avoid having to run the entire event loop once per packet. (Patch from the Google tree.)
Steinar H. Gunderson [Sat, 29 Sep 2007 14:09:14 +0000 (14:09 +0000)]
There are two different places in write_tcp_data() that advance the send_queue; however, they are slightly different and only the first one properly uses a while loop. Consolidate both into a single function that DTTR. (Patch from the Google tree.)
Steinar H. Gunderson [Sat, 29 Sep 2007 13:58:23 +0000 (13:58 +0000)]
Reject names that are longer than 255 characters, to avoid problems with strict or buggy DNS server implementations. (Patch from the Google tree)
Steinar H. Gunderson [Sat, 29 Sep 2007 13:56:36 +0000 (13:56 +0000)]
In ares_mkquery, make sure we set buflen and buf to reasonable values if there's an error. (Patch from the Google tree)
Steinar H. Gunderson [Sat, 29 Sep 2007 13:52:14 +0000 (13:52 +0000)]
Be stricter about what's a valid IP address in fake_hostent. (Patch from the Google tree.)
Steinar H. Gunderson [Sat, 29 Sep 2007 13:38:17 +0000 (13:38 +0000)]
Handle the root of the DNS tree correctly in ares_expand_name.
Daniel Stenberg [Fri, 28 Sep 2007 21:48:28 +0000 (21:48 +0000)]
Adapted the c-ares code to the API change c-ares 1.5.0 brings in the
notifier callback(s).
Daniel Stenberg [Fri, 28 Sep 2007 21:45:05 +0000 (21:45 +0000)]
rename variable to prevent shadow warning
Daniel Stenberg [Fri, 28 Sep 2007 20:28:20 +0000 (20:28 +0000)]
today's modifications by Steinar and me
Daniel Stenberg [Fri, 28 Sep 2007 20:28:06 +0000 (20:28 +0000)]
Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI
and API changes in the progress callback (and possibly more coming up from
Steinar)
Dan Fandrich [Fri, 28 Sep 2007 18:47:59 +0000 (18:47 +0000)]
Renamed a variable to avoid shadowing a global declarations.
Steinar H. Gunderson [Fri, 28 Sep 2007 15:56:28 +0000 (15:56 +0000)]
Unrevert previous 'missing' hunks. They were missing since the patch is still in for review :-)
Steinar H. Gunderson [Fri, 28 Sep 2007 15:55:11 +0000 (15:55 +0000)]
Yet more missing hunks... Nggh.
Steinar H. Gunderson [Fri, 28 Sep 2007 15:53:10 +0000 (15:53 +0000)]
Always register for TCP events even if there are no outstanding queries, as the other side could always close the connection, which is a valid event which should be responded to.
Steinar H. Gunderson [Fri, 28 Sep 2007 15:51:00 +0000 (15:51 +0000)]
Forgot to include a few hunks from ares_process.c earlier. Fixing now.
Steinar H. Gunderson [Fri, 28 Sep 2007 15:15:39 +0000 (15:15 +0000)]
Support a few more socket options, and refactor the option setting a bit. (Patch from the Google tree.)
Steinar H. Gunderson [Fri, 28 Sep 2007 14:46:51 +0000 (14:46 +0000)]
Make the query callbacks return the number of timeouts that happened during the execution of a query, and update documentation accordingly. (Patch from the Google tree.)
Steinar H. Gunderson [Fri, 28 Sep 2007 14:28:14 +0000 (14:28 +0000)]
Three fixes in one commit (sorry): a) Take care of the tcpbuf if it ends while queued for transmission, note broken servers and close them in the main loop, and store TCP socket generation number in order not to send the same query twice over the same socket.
Steinar H. Gunderson [Fri, 28 Sep 2007 14:26:11 +0000 (14:26 +0000)]
Don't skip a server if it's the only one. (Bugfix from the Google tree.)
Dan Fandrich [Thu, 27 Sep 2007 18:39:10 +0000 (18:39 +0000)]
Don't strdup an empty string
Dan Fandrich [Thu, 27 Sep 2007 18:12:03 +0000 (18:12 +0000)]
Renamed a few variables to avoid shadowing global declarations.
Dan Fandrich [Thu, 27 Sep 2007 17:22:10 +0000 (17:22 +0000)]
Removed cut-and-paste cruft leading to fclose() of an unopened file
Daniel Stenberg [Thu, 27 Sep 2007 12:05:39 +0000 (12:05 +0000)]
a name resolve that times out is still a failed name resolve
Daniel Stenberg [Thu, 27 Sep 2007 12:04:56 +0000 (12:04 +0000)]
wrong, revert the previous "fix" and instead check that the fd_set pointer
is non-NULL before we FD_CLR