Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-10 | 5.13 How do I stop an ongoing transfer? | Daniel Stenberg | |
2007-12-09 | Andrew Moise filed bug report #1847501 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1847501) and pointed out a memcpy() that should be memmove() in the convert_lineends() function. | |||
2007-12-09 | add in toc too | Daniel Stenberg | |
2007-12-09 | RTMP support? | Daniel Stenberg | |
2007-12-09 | oops another bad numbering | Daniel Stenberg | |
2007-12-09 | oops duplicate numbering | Daniel Stenberg | |
2007-12-09 | slightly rephrased | Daniel Stenberg | |
2007-12-09 | Removed use of '..\lib\libcurl_wc.lib' as this is not really | Gisle Vanem | |
a static-lib. Renamed 'OBJ_DIR' to 'WC_Win32.obj'. | |||
2007-12-09 | Removed building 'libcurl_wc.lib' as this isn't a static-library | Gisle Vanem | |
in the common sense. Renamed 'OBJ_DIR' to 'WC_Win32.obj'. | |||
2007-12-08 | Travelling some 500km by train back and forth on the same day gives you time | Daniel Stenberg | |
to do things you don't otherwise do, but here's the summary of today's work... | |||
2007-12-08 | reformat to FAQ/CONTRIBUTE style, for nicer web-look when I apply the magic | Daniel Stenberg | |
script(s) on it online | |||
2007-12-08 | cleanup | Daniel Stenberg | |
2007-12-08 | fix a crash in oom situations (thanks runtests.pl -t!) | Daniel Stenberg | |
2007-12-08 | add keywords | Daniel Stenberg | |
2007-12-08 | add missing files | Daniel Stenberg | |
2007-12-08 | correct the comment about size | Daniel Stenberg | |
2007-12-08 | add test 549 and 550 | Daniel Stenberg | |
2007-12-08 | mention how to enable chunked encoding for POSTs | Daniel Stenberg | |
2007-12-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg | |
use that prefix as we use that prefix only for library-wide internal global symbols. | |||
2007-12-06 | clarify that when curl_multi_timeout() returns -1 it just means that there | Daniel Stenberg | |
is no current timeout. It does not mean wait forever and it does not mean do not wait at all. It means there is no timeout value known at this point in time. | |||
2007-12-05 | Spacen Jasset reported a problem with doing POST (with data read with a | Daniel Stenberg | |
callback) over a proxy when NTLM is used as auth with the proxy. The bug also concerned Digest and was limited to using callback only. Spacen worked with us to provide a useful patch. I added the test case 547 and 548 to verify two variations of POST over proxy with NTLM. | |||
2007-12-05 | fix compiler warning | Daniel Stenberg | |
2007-12-05 | added test548 which uses the lib547 source file, preparing for test547 which | Daniel Stenberg | |
is supposed to repeat the bug report "NTLM proxy authentication with CURLOPT_READDATA seems broken." posted on the curl-library mailing list on dec 3 2007. | |||
2007-12-04 | Fix compiler warning: variable may be used uninitialized | Yang Tse | |
2007-12-03 | Ray Pekowski filed bug report #1842029 | Daniel Stenberg | |
2007-12-03 | Fix three issues previous cleanup introduces. | Yang Tse | |
2007-12-03 | SSL session id caching bugfix | Daniel Stenberg | |
2007-12-03 | Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identified | Daniel Stenberg | |
a problem with SSL session caching that prevent it from working, and the associated fix! | |||
2007-12-03 | mention "no longer default-appends ;type= on FTP URLs thru proxies" as a bug | Daniel Stenberg | |
fix even if kind of implied by the new option | |||
2007-12-03 | Now libcurl (built with OpenSSL) doesn't return error anymore if the remote | Daniel Stenberg | |
SSL-based server doesn't present a certificate when the request is told to ignore certificate verification anyway. | |||
2007-12-03 | Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhat | Daniel Stenberg | |
2007-12-03 | Brad Spencer fixed the configure script to assume that there's no | Daniel Stenberg | |
/dev/urandom when built cross-compiled as then the script cannot check for it. | |||
2007-12-03 | removed the ;type= thing for FTP urls through proxy, since that's now only | Daniel Stenberg | |
present when enabled by on option which isn't done by default (and isn't even available for the curl app atm) | |||
2007-12-02 | 107 - resolve the type= thing for FTP URLs over HTTP proxies, is solved | Daniel Stenberg | |
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg | |
the appending of the "type=" thing on FTP URLs when they are passed to a HTTP proxy. Some proxies just don't like that appending (which is done unconditionally in 7.17.1), and some proxies treat binary/ascii transfers better with the appending done! | |||
2007-11-30 | Upped copyright year | Dan Fandrich | |
2007-11-29 | uh, corrected pretty major write error! | Daniel Stenberg | |
2007-11-29 | ftp resumed upload and long Digest nonces | Daniel Stenberg | |
2007-11-29 | A bug report on the curl-library list showed a HTTP Digest session going on | Daniel Stenberg | |
with a 700+ letter nonce. Previously libcurl only support 127 letter ones and now I bumped it to 1023. | |||
2007-11-29 | Fixed the resumed FTP upload loop to not require that the read callback | Daniel Stenberg | |
returns a full buffer on each invoke. | |||
2007-11-29 | include the libssh2 return code in the output for these failures to ease | Daniel Stenberg | |
debugging | |||
2007-11-28 | the gethostbyname fix applied here as well | Daniel Stenberg | |
2007-11-28 | fix next_lookup() to continue searching even if c-ares failed to load the | Daniel Stenberg | |
/etc/hosts file, pointed out by Erik Kline: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2007-11/0027.shtml | |||
2007-11-28 | When --with-gssapi (without given path) is used, we must use krb5-config to | Daniel Stenberg | |
get the libs as well and not only the include path like we used to. | |||
2007-11-28 | To allow remote log inspection avoid redirecting messages to stderr. | Yang Tse | |
Cleanup some debugging messages. Unlink log file on exit. | |||
2007-11-27 | Remove the check for libdl since that isn't actually used and it causes | Daniel Stenberg | |
warnings. Pointed out by Robin Cornelius. | |||
2007-11-27 | pkgconfig fix by Andreas Schuldei | Daniel Stenberg | |
2007-11-27 | spellfix | Daniel Stenberg | |
2007-11-27 | ConnectTimeout requires OpenSSH 3.7 or later | Yang Tse | |
2007-11-27 | Explicitly disallow remote hosts to connect to local forwarded ports, | Yang Tse | |
the socks server port in the test suite. This is the default setting unless a tinkered built ssh is being used. |