aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-20malloc+memset => callocDaniel Stenberg
2008-12-20same procedure, simpler codeDaniel Stenberg
2008-12-20197 - IIS-bug in DigestDaniel Stenberg
2008-12-20- Igor Novoseltsev fixed a bad situation for the multi_socket() API when doingDaniel Stenberg
2008-12-20make the debug/helper function output to stderr as that makes it play nicerDaniel Stenberg
2008-12-20remove outdated stuffDaniel Stenberg
2008-12-19- curl_multi_timeout() could return a timeout value of 0 even though nothingDaniel Stenberg
2008-12-19oops, removing debug output that wasn't supposed to be thereDaniel Stenberg
2008-12-19- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg
2008-12-19expand the CURLOPT_POSTREDIR explanationDaniel Stenberg
2008-12-17- SCP and SFTP with the multi interface had the same flaw: the 'DONE'Daniel Stenberg
2008-12-16Updated dependencies based on "gcc -MM".Gisle Vanem
2008-12-16Added the use of Watt-32 tcp/ip stack for Win32 target.Gisle Vanem
2008-12-16Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem
2008-12-16Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem
2008-12-16Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem
2008-12-15- libssh2_sftp_last_error() was wrongly used at some places in libcurl whichDaniel Stenberg
2008-12-12196 is goneDaniel Stenberg
2008-12-12- More work with Igor Novoseltsev to first fix the remaining stuff forDaniel Stenberg
2008-12-12Make the getoff all pipelines function only set _inuse to FALSE if theDaniel Stenberg
2008-12-12credit Mark Karpeles for his report and workDaniel Stenberg
2008-12-12Patrick Monnerat fixed a build regression, introduced in 7.19.2, affectingYang Tse
2008-12-11Removed 200 as it wasn't a bug after allDaniel Stenberg
2008-12-11- Bug report #2416182 titled "crash in ConnectionExists when usingDaniel Stenberg
2008-12-11Dan F pointed out that we don't need to scan IPv6 addresses for '%'-lettersDaniel Stenberg
2008-12-11- Keshav Krity found out that libcurl failed to deal with dotted IPv6Daniel Stenberg
2008-12-11_ Use getaddrinfo/getnameinfo ascii wrappers on OS400.Patrick Monnerat
2008-12-11Mention what makes this test specialDan Fandrich
2008-12-10- Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg
2008-12-09use the new URLDaniel Stenberg
2008-12-09start over on the 1.6.1 release...Daniel Stenberg
2008-12-09add spaceDaniel Stenberg
2008-12-09Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.Dan Fandrich
2008-12-09Added test cases 1089 and 1090 to test --write-out after a redirect toDan Fandrich
2008-12-09- Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume anyDaniel Stenberg
2008-12-09Fix for Win32 targets using Watt-32.Gisle Vanem
2008-12-09C89 compilers (like Minix' ACK) only need to handle 31 functions argumentsDan Fandrich
2008-12-08195 - SIZE returning 550 must not abort the transferDaniel Stenberg
2008-12-08- Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg
2008-12-08Added needed defines for Watt-32 on Windows.Gisle Vanem
2008-12-08Undefine 'optarg', 'optind' and 'opterr' when using Watt-32Gisle Vanem
2008-12-08ares_writev() shall not be exported when using Watt-32 (has writev).Gisle Vanem
2008-12-08Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,Gisle Vanem
2008-12-08one moreDaniel Stenberg
2008-12-08192 - "infinite loop during GSS authentication" bug #2221237Daniel Stenberg
2008-12-08- Christian Krause filed bug #2221237Daniel Stenberg
2008-12-04the initial version of the ares_set_socket_callback man pageDaniel Stenberg
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg
2008-12-04Bring the sys/include.h include test in line with curl's.Dan Fandrich
2008-12-04Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6Dan Fandrich