Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-19 | All Win compilers have locale.h + setlocale(). | Gisle Vanem | |
2004-10-19 | bug 1049275 fixes test 165 | Daniel Stenberg | |
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg | |
initiate the specific language operations, to make the IDN stuff work better. | |||
2004-10-18 | start over on 7.12.3 | Daniel Stenberg | |
2004-10-18 | 7.12.2 | Daniel Stenberg | |
2004-10-17 | new mirror | Daniel Stenberg | |
2004-10-16 | today's changes | Daniel Stenberg | |
2004-10-16 | Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work | Daniel Stenberg | |
fine even for third party transfers. | |||
2004-10-16 | libcurl leaked memory for cookies with the "max-age" field set. | Daniel Stenberg | |
2004-10-16 | Changes for issue 50 | Gisle Vanem | |
2004-10-16 | Open "debugit" in binary mode ("rb"). | Gisle Vanem | |
2004-10-16 | Added Traian Nicolescu's patches for threaded resolver on | Gisle Vanem | |
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 | |||
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg | |
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. | |||
2004-10-14 | use quotes to make gdb usage on this easier | Daniel Stenberg | |
2004-10-14 | let's fix this too | Daniel Stenberg | |
2004-10-13 | Set errno = ENOMEM on faild countcheck(). | Gisle Vanem | |
2004-10-13 | .NET binding | Daniel Stenberg | |
2004-10-12 | correction | Daniel Stenberg | |
2004-10-12 | #include "strerror.h" to get the strerror proto | Daniel Stenberg | |
2004-10-12 | recent fixes | Daniel Stenberg | |
2004-10-12 | one item fixed, one added for 7.12.2 and two more for 7.12.3 | Daniel Stenberg | |
2004-10-12 | add proper error message when send() fails | Daniel Stenberg | |
2004-10-11 | removed trailing whitespace | Daniel Stenberg | |
2004-10-11 | SO_NOSIGPIPE | Daniel Stenberg | |
2004-10-10 | another lame attempt to avoid the "warning: will never be executed" warning | Daniel Stenberg | |
by gcc 3.4 | |||
2004-10-10 | MSVC uses 'i64' suffix for 64-bit sizes. | Gisle Vanem | |
2004-10-10 | attempt to make the configure output appear in the build log when it runs | Daniel Stenberg | |
on my solaris 2.7 box too (currently unknown perl version) | |||
2004-10-10 | set the SIZEOF_LONG define to get the new lib/strtoofft.h fine | Daniel Stenberg | |
2004-10-10 | If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need | Daniel Stenberg | |
our strtoll() replacement function. | |||
2004-10-10 | Prevent a longjmp warning by moving the rc assign within Curl_resolv(). | Daniel Stenberg | |
Andy Cedilnik reported. Warning on HP-UX? | |||
2004-10-10 | Use LL suffix for long long constants if the compiler supports it, to prevent | Daniel Stenberg | |
warnings. | |||
2004-10-10 | If long long is supported, check if [num]LL is supported for numerical | Daniel Stenberg | |
constants. | |||
2004-10-08 | --enable-ares on AIX has problem | Daniel Stenberg | |
2004-10-08 | Use 'struct lifreq' and SIOCGLIFADDR | Daniel Stenberg | |
2004-10-08 | killed trailing whitespace | Daniel Stenberg | |
2004-10-08 | if basename was found, check for a prototype and if none was found, provide | Daniel Stenberg | |
our own in the formdata.c file to prevent warnings on systems without it | |||
2004-10-08 | prevent warning with comparison between signed and unsigned | Daniel Stenberg | |
2004-10-07 | use curlx_strnequal() from the private lib sources instead of strncasecmp() | Daniel Stenberg | |
for maximum portability | |||
2004-10-07 | use curl_strnequal(), not strncasecmp() | Daniel Stenberg | |
2004-10-07 | Gisle's new fix, the old file:// leak | Daniel Stenberg | |
2004-10-07 | use tld_strerror() only if previously detected, since otherwise we can't | Daniel Stenberg | |
work with libidn < 0.5.6 | |||
2004-10-07 | check for tld_strerror | Daniel Stenberg | |
2004-10-06 | Added tld_check_name(). | Gisle Vanem | |
2004-10-06 | Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail, | Gisle Vanem | |
but return FALSE if 'uc_name == NULL' just in case. | |||
2004-10-06 | USE_LIBIDN: Added Top-level-domain (TLD) check for host->name. | Gisle Vanem | |
Only print a warning if check fails. | |||
2004-10-06 | test resume and redirect | Daniel Stenberg | |
2004-10-06 | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel Stenberg | |
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99). | |||
2004-10-06 | *** empty log message *** | Gisle Vanem | |
2004-10-06 | updates of today | Daniel Stenberg | |
2004-10-06 | avoid warnings on systems with this member set const | Daniel Stenberg | |