Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-10 | mention recent additions | Daniel Stenberg | |
2006-04-10 | adding the new man pages to the package | Daniel Stenberg | |
2006-04-10 | Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT and | Daniel Stenberg | |
CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL connection time-out! | |||
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg | |
code rearrange to fit the future better. | |||
2006-04-10 | This no longer needs the extra define! | Daniel Stenberg | |
2006-04-10 | added README.multi_socket | Daniel Stenberg | |
2006-04-10 | state of the multi_socket API works | Daniel Stenberg | |
2006-04-10 | check for fork() as well, so that we can build the sws http test server with | Daniel Stenberg | |
fork support for cooler tests | |||
2006-04-10 | avoid duplicate typedefs, as this type is also defined in our public headers | Daniel Stenberg | |
2006-04-10 | curl_multi_socket() updates | Daniel Stenberg | |
2006-04-10 | if configure found a fork(), sws supports --fork which is *NOT* used by the | Daniel Stenberg | |
ordinary test suite. Also removed the perror() calls and instead made the logging output the errno code to ease error tracking using logs. | |||
2006-04-10 | output the exit code from stunnel to stderr in case it is non-zero | Daniel Stenberg | |
2006-04-10 | support --fork and pass that on to sws | Daniel Stenberg | |
2006-04-10 | Scan for 'stunnel4' before 'stunnel' since debian have them setup this way | Daniel Stenberg | |
and it should break most other systems. The "funny" part is that debian actually have a 'stunnel' setup to simulate stunnel v3 but it breaks our own stunnel-version-detect-and-adjust-to-it system. Added initial support for optionally running servers with fork support. | |||
2006-04-10 | Use correct content-length. Found out by patching the libcurl read to only | Daniel Stenberg | |
read one byte at a time... | |||
2006-04-10 | 33. Doing multi-pass HTTP authentication on a non-default port does not work. | Daniel Stenberg | |
This happens because the multi-pass code abuses the redirect following code for doing multiple requests, and when we following redirects to an absolute URL we must use the newly specified port and not the one specified in the original URL. A proper fix to this would need to separate the negotiation "redirect" from an actual redirect. | |||
2006-04-10 | 65 - curl_multi_socket() added but not extensively tested nor particularly | Daniel Stenberg | |
documented or pushed for. | |||
2006-04-10 | we haven't been using yacc/bison in a long time! | Daniel Stenberg | |
2006-04-10 | forked off the changes from 2005 into its own file | Daniel Stenberg | |
2006-04-09 | CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore! | Daniel Stenberg | |
2006-04-09 | mention RFC 2396 for URL syntax spec | Daniel Stenberg | |
2006-04-09 | new little example using the new conversion callbacks added in 7.15.4 | Daniel Stenberg | |
2006-04-08 | mention the outlength argument | Daniel Stenberg | |
2006-04-08 | readint_le() not needed in USE_WINDOWS_SSPI code. | Gisle Vanem | |
2006-04-08 | curl_easy_unescape() takes 4 arguments. | Gisle Vanem | |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg | |
2006-04-07 | minor re-arrange to return a value in order to avoid compiler warnings | Daniel Stenberg | |
for not returning a value from a non-void function (even though the code never actually reached that point before) | |||
2006-04-07 | added typedefed function pointers and typecast the NULL assignments in an | Daniel Stenberg | |
attempt to silence picky compilers when assigning data pointers to a function pointer variable | |||
2006-04-07 | attempt to avoid warnings in picky environments by storing options as | Daniel Stenberg | |
unsigned chars | |||
2006-04-05 | cut off a bit more of the type-2 ntlm message since it differs between | Daniel Stenberg | |
hosts | |||
2006-04-05 | Michele Bini modified the NTLM code to work for his "weird IIS case" | Daniel Stenberg | |
(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-03-28 | for the CURLDEBUG case, we redefine sprintf and vsprintf to make us notice | Daniel Stenberg | |
if any use of such a function slip through | |||
2006-03-28 | #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that | Daniel Stenberg | |
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 | converted sprintf() to snprintf() to reduce risk | Daniel Stenberg | |
2006-03-27 | David Byron found a problem multiple -d options when libcurl was built with | Daniel Stenberg | |
--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 | minor Makefile fix - let's go 2006; | Gunter Knauf | |
avoid kiling hugehelp.c when not built from CVS. | |||
2006-03-26 | Tor Arntsen figured out that TFTP was broken on a lot of systems since we | Daniel Stenberg | |
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-21 | David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path | Daniel Stenberg | |
2006-03-21 | Xavier Bouchoux made the SSL connection non-blocking for the multi interface | Daniel Stenberg | |
(when using OpenSSL). | |||
2006-03-21 | Tor Arntsen fixed the AIX Toolbox RPM spec | Daniel Stenberg | |
2006-03-20 | David McCreedy fixed libcurl to no longer ignore AUTH failures and now it | Daniel Stenberg | |
reacts properly according to the CURLOPT_FTP_SSL setting. | |||
2006-03-20 | mention today's fixes | Daniel Stenberg | |
2006-03-20 | 7.15.3 contributors | Daniel Stenberg | |
2006-03-20 | Fixed a bug whereby a received file whose length was a multiple of | Dan Fandrich | |
512 bytes could have random garbage appended. Also, stop processing TFTP packets which are too short to be legal. | |||
2006-03-20 | off-by-one for the case when it adds /? and a terminating zero to the URL | Daniel Stenberg | |
2006-03-20 | start working towards 7.15.4 | Daniel Stenberg | |
2006-03-20 | fixed the AIX packages | Daniel Stenberg | |
2006-03-20 | missing in CVS | Daniel Stenberg | |
2006-03-20 | fixed tftp packet overflow risk | Daniel Stenberg | |
2006-03-17 | slight rewording based on debian bug report #357388 by Justin Pryzby | Daniel Stenberg | |