Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-14 | mention Sandor as contributor | Daniel Stenberg | |
2008-04-14 | - Sandor Feldi reported bug #1942022 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the lib/Makefile.vc[68] makefiles' release-ssl-dll target. | |||
2008-04-14 | - Brock Noland reported that curl behaved differently depending on which order | Daniel Stenberg | |
you used -i and -I. | |||
2008-04-12 | - Andre Guibert de Bruet found and fixed a case where malloc() was called but | Daniel Stenberg | |
was not checked for a NULL return, in the Negotiate code. | |||
2008-04-12 | return 0 not -1 at end of data! | Daniel Stenberg | |
2008-04-10 | Added test case 1025 to test a command-line cookie with Location: following | Dan Fandrich | |
2008-04-10 | mention what happens to the data when a write callback returns pause | Daniel Stenberg | |
2008-04-10 | clarify the COOKIE option a bit | Daniel Stenberg | |
2008-04-10 | Added test case 1024 to test a scenario similar to the one reported | Dan Fandrich | |
by Ben Combee where libcurl would send the wrong cookie to a redirected server. libcurl was doing the right thing in this test case. | |||
2008-04-09 | "tag" the function referals properly | Daniel Stenberg | |
2008-04-07 | make previous compiler warning fix more portable | Yang Tse | |
2008-04-07 | fix compiler warning: argument is incompatible with corresponding format ↵ | Yang Tse | |
string conversion | |||
2008-04-07 | fix compiler warning: indirection to slightly different base types | Yang Tse | |
2008-04-07 | fix compiler warning: local variable may be used without having been initialized | Yang Tse | |
2008-04-07 | Adapt OS400 SSL (qssl.h) to V5R4 | Patrick Monnerat | |
Fix qssl.c wrong error message Upgrade OS400 wrappers and makefiles to 7.18.1 | |||
2008-04-07 | fix compiler warning: unreferenced formal parameter | Yang Tse | |
2008-04-07 | fix compiler warning: assignment within conditional expression | Yang Tse | |
2008-04-07 | - Fix the MIT / Heimdal check for good: | Michal Marek | |
Define HAVE_GSSMIT if <gssapi/{gssapi.h,gssapi_generic.h,gssapi_krb5.h}> are available, otherwise define HAVE_GSSHEIMDAL if <gssapi.h> is available. Only define GSS_C_NT_HOSTBASED_SERVICE to gss_nt_service_name if GSS_C_NT_HOSTBASED_SERVICE isn't declared by the gssapi headers. This should avoid breakage in case we wrongly recognize Heimdal as MIT again. | |||
2008-04-05 | - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properly | Daniel Stenberg | |
2008-04-05 | provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurl | Daniel Stenberg | |
assumes proxies to use | |||
2008-04-05 | - Based on the Debian bug report #474224 that complained about the FTP error | Daniel Stenberg | |
message when libcurl doesn't get a 220 back immediately on connect, I now changed it to be more specific on what the problem is. Also worth noticing: while the bug report contains an example where the response is: 421 There are too many connected users, please try again later we cannot assume that the error message will always be this readable nor that it fits within a particular boundary etc. | |||
2008-04-04 | - Alexey Simak fixed the VC dsp file by adding the missing source file | Daniel Stenberg | |
ares_expand_string.c | |||
2008-04-04 | Alexey Simak made adig support NAPTR records | Daniel Stenberg | |
2008-04-04 | Eino Tuominen improved the code when a file is used to seed the randomizer | Daniel Stenberg | |
2008-04-04 | Give a hint as to why a url_fopen failed. | Dan Fandrich | |
2008-04-04 | SunSSH sshd ignores UsePrivilegeSeparation option | Yang Tse | |
2008-04-04 | SunSSH 1.2 options sync | Yang Tse | |
2008-04-04 | oops, forgot to add test554 | Daniel Stenberg | |
2008-04-04 | Added test627 to test SFTP with CURLOPT_NOBODY | Dan Fandrich | |
2008-04-03 | - Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method to | Daniel Stenberg | |
GET simply because previously when you set CURLOPT_NOBODY to TRUE first and then FALSE you'd end up in a broken state where a HTTP request would do a HEAD by still act a lot like for a GET and hang waiting for the content etc. | |||
2008-04-03 | Scott Barrett added support for CURLOPT_NOBODY over SFTP | Daniel Stenberg | |
2008-04-03 | Made sure that curl_global_init is called in all the multithreaded | Dan Fandrich | |
example programs. | |||
2008-04-02 | removed unused var. | Gunter Knauf | |
2008-04-02 | removed double dependency. | Gunter Knauf | |
2008-04-01 | 128 - Phil Blundell's ares and ipv6 fix (feedback lacking) | Daniel Stenberg | |
removed 133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a content-length header is read added | |||
2008-04-01 | Eetu contributed back in 2000... | Daniel Stenberg | |
2008-03-31 | 132 - Xponaut's CURLFORM_STREAM option to curl_formadd() | Daniel Stenberg | |
done | |||
2008-03-31 | moved CURL_CA_BUNDLE define to generated config.h. | Gunter Knauf | |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2008-03-31 | expanded a comment around some of the new formpost callback usage | Daniel Stenberg | |
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg | |
application to provide data for a multipart with the read callback. Note that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the stream option is used. This feature is verified by the new test case 554. This feature was sponsored by Xponaut. | |||
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich | |
normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal. | |||
2008-03-30 | added people from the 7.18.1 release announcement | Daniel Stenberg | |
2008-03-30 | back to a blank for 7.18.2 | Daniel Stenberg | |
2008-03-30 | start working on 7.18.2 | Daniel Stenberg | |
2008-03-30 | 7.18.1 | Daniel Stenberg | |
2008-03-30 | 132 - Xponaut's CURLFORM_STREAM option to curl_formadd() | Daniel Stenberg | |
2008-03-30 | I'm officially pushing the two remaining issues to the next release instead, | Daniel Stenberg | |
since they're still not clear enough to be to sort about before 7.18.1 | |||
2008-03-28 | Made the test work on perl 5.00 | Dan Fandrich | |
2008-03-27 | - Stephen Collyer pointed out that configure --with-libssh2 without a given | Daniel Stenberg | |
path didn't work properly but now it does! |