Age | Commit message (Expand) | Author |
2008-12-25 | 193 removed, no work has been started on this and I personally don't care that | Daniel Stenberg |
2008-12-22 | Remove trailing #undef value. Typo? | Gisle Vanem |
2008-12-22 | libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ... | Daniel Stenberg |
2008-12-22 | - Given a recent enough libssh2, libcurl can now seek/resume with SFTP even | Daniel Stenberg |
2008-12-22 | - Anthony Bryan provided a set of patches that cleaned up manual language, | Daniel Stenberg |
2008-12-20 | malloc+memset => calloc | Daniel Stenberg |
2008-12-20 | same procedure, simpler code | Daniel Stenberg |
2008-12-20 | 197 - IIS-bug in Digest | Daniel Stenberg |
2008-12-20 | - Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing | Daniel Stenberg |
2008-12-20 | make the debug/helper function output to stderr as that makes it play nicer | Daniel Stenberg |
2008-12-20 | remove outdated stuff | Daniel Stenberg |
2008-12-19 | - curl_multi_timeout() could return a timeout value of 0 even though nothing | Daniel Stenberg |
2008-12-19 | oops, removing debug output that wasn't supposed to be there | Daniel Stenberg |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-12-19 | expand the CURLOPT_POSTREDIR explanation | Daniel Stenberg |
2008-12-17 | - SCP and SFTP with the multi interface had the same flaw: the 'DONE' | Daniel Stenberg |
2008-12-16 | Updated dependencies based on "gcc -MM". | Gisle Vanem |
2008-12-16 | Added the use of Watt-32 tcp/ip stack for Win32 target. | Gisle Vanem |
2008-12-16 | Added the use of Watt-32 tcp/ip stack for Win32 targets. | Gisle Vanem |
2008-12-16 | Added the use of Watt-32 tcp/ip stack for Win32 targets. | Gisle Vanem |
2008-12-16 | Added 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 which | Daniel Stenberg |
2008-12-12 | 196 is gone | Daniel Stenberg |
2008-12-12 | - More work with Igor Novoseltsev to first fix the remaining stuff for | Daniel Stenberg |
2008-12-12 | Make the getoff all pipelines function only set _inuse to FALSE if the | Daniel Stenberg |
2008-12-12 | credit Mark Karpeles for his report and work | Daniel Stenberg |
2008-12-12 | Patrick Monnerat fixed a build regression, introduced in 7.19.2, affecting | Yang Tse |
2008-12-11 | Removed 200 as it wasn't a bug after all | Daniel Stenberg |
2008-12-11 | - Bug report #2416182 titled "crash in ConnectionExists when using | Daniel Stenberg |
2008-12-11 | Dan F pointed out that we don't need to scan IPv6 addresses for '%'-letters | Daniel Stenberg |
2008-12-11 | - Keshav Krity found out that libcurl failed to deal with dotted IPv6 | Daniel Stenberg |
2008-12-11 | _ Use getaddrinfo/getnameinfo ascii wrappers on OS400. | Patrick Monnerat |
2008-12-11 | Mention what makes this test special | Dan Fandrich |
2008-12-10 | - Internet Explorer had a broken HTTP digest authentication before v7 and | Daniel Stenberg |
2008-12-09 | use the new URL | Daniel Stenberg |
2008-12-09 | start over on the 1.6.1 release... | Daniel Stenberg |
2008-12-09 | add space | Daniel Stenberg |
2008-12-09 | Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs. | Dan Fandrich |
2008-12-09 | Added test cases 1089 and 1090 to test --write-out after a redirect to | Dan Fandrich |
2008-12-09 | - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume any | Daniel Stenberg |
2008-12-09 | Fix for Win32 targets using Watt-32. | Gisle Vanem |
2008-12-09 | C89 compilers (like Minix' ACK) only need to handle 31 functions arguments | Dan Fandrich |
2008-12-08 | 195 - SIZE returning 550 must not abort the transfer | Daniel Stenberg |
2008-12-08 | - Fred Machado posted about a weird FTP problem on the curl-users list and when | Daniel Stenberg |
2008-12-08 | Added needed defines for Watt-32 on Windows. | Gisle Vanem |
2008-12-08 | Undefine 'optarg', 'optind' and 'opterr' when using Watt-32 | Gisle Vanem |
2008-12-08 | ares_writev() shall not be exported when using Watt-32 (has writev). | Gisle Vanem |
2008-12-08 | Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T, | Gisle Vanem |
2008-12-08 | one more | Daniel Stenberg |
2008-12-08 | 192 - "infinite loop during GSS authentication" bug #2221237 | Daniel Stenberg |