48750d5f | 18-Oct-2004 |
Daniel Stenberg |
start over on 7.12.3 |
4f0258ec | 18-Oct-2004 |
Daniel Stenberg |
7.12.2 |
db4d0d30 | 17-Oct-2004 |
Daniel Stenberg |
new mirror |
2baf22e1 | 16-Oct-2004 |
Daniel Stenberg |
today's changes |
21d5aead | 16-Oct-2004 |
Daniel Stenberg |
Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work fine even for third party transfers. |
f40c9b83 | 16-Oct-2004 |
Daniel Stenberg |
libcurl leaked memory for cookies with the "max-age" field set. |
b9e082b8 | 16-Oct-2004 |
Gisle Vanem |
Changes for issue 50 |
0bfa601a | 16-Oct-2004 |
Gisle Vanem |
Open "debugit" in binary mode ("rb"). |
e3564201 | 16-Oct-2004 |
Gisle Vanem |
Added Traian Nicolescu's patches for threaded resolver on Windows. Plugged some potential handle and memory leaks. Refs. http://curl.haxx.se/mail/lib-2004-10/0134.html http:/
Added Traian Nicolescu's patches for threaded resolver on Windows. Plugged some potential handle and memory leaks. Refs. http://curl.haxx.se/mail/lib-2004-10/0134.html http://curl.haxx.se/mail/lib-2004-10/0157.html
show more ...
|
e8f85cba | 14-Oct-2004 |
Daniel Stenberg |
Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. |
1aba99b1 | 14-Oct-2004 |
Daniel Stenberg |
use quotes to make gdb usage on this easier |
12815d7c | 14-Oct-2004 |
Daniel Stenberg |
let's fix this too |
9deb76ce | 13-Oct-2004 |
Gisle Vanem |
Set errno = ENOMEM on faild countcheck(). |
c9867606 | 13-Oct-2004 |
Daniel Stenberg |
.NET binding |
b534f74b | 12-Oct-2004 |
Daniel Stenberg |
correction |
411e9b0c | 12-Oct-2004 |
Daniel Stenberg |
#include "strerror.h" to get the strerror proto |
3fa1879f | 12-Oct-2004 |
Daniel Stenberg |
recent fixes |
d30cf22c | 12-Oct-2004 |
Daniel Stenberg |
one item fixed, one added for 7.12.2 and two more for 7.12.3 |
557b6cfd | 12-Oct-2004 |
Daniel Stenberg |
add proper error message when send() fails |
84bf03b3 | 11-Oct-2004 |
Daniel Stenberg |
removed trailing whitespace |
34342bcd | 11-Oct-2004 |
Daniel Stenberg |
SO_NOSIGPIPE |
5322a863 | 10-Oct-2004 |
Daniel Stenberg |
another lame attempt to avoid the "warning: will never be executed" warning by gcc 3.4 |
1dc50e21 | 10-Oct-2004 |
Gisle Vanem |
MSVC uses 'i64' suffix for 64-bit sizes. |
1eddbb1b | 10-Oct-2004 |
Daniel Stenberg |
attempt to make the configure output appear in the build log when it runs on my solaris 2.7 box too (currently unknown perl version) |
bb8591cf | 10-Oct-2004 |
Daniel Stenberg |
set the SIZEOF_LONG define to get the new lib/strtoofft.h fine |