Age | Commit message (Expand) | Author |
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 |
2008-12-08 | - Christian Krause filed bug #2221237 | Daniel Stenberg |
2008-12-04 | the initial version of the ares_set_socket_callback man page | Daniel Stenberg |
2008-12-04 | Gregor Jasny provided the patch that introduces ares_set_socket_callback(), | Daniel Stenberg |
2008-12-04 | Bring the sys/include.h include test in line with curl's. | Dan Fandrich |
2008-12-04 | Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6 | Dan Fandrich |
2008-12-03 | - Igor Novoseltsev filed bug #2351645 | Daniel Stenberg |
2008-12-03 | filled in SONAME number bump info, after some CVS digging | Daniel Stenberg |
2008-12-03 | - Pawel Kierski pointed out a mistake in the cookie code that could lead to a | Daniel Stenberg |
2008-12-03 | Let's not call ares_save_options() deprecated just yet | Daniel Stenberg |
2008-12-03 | Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards. | Daniel Stenberg |
2008-12-02 | explain the two *channel_inuse fields somewhat better | Daniel Stenberg |
2008-12-02 | Make sure sys/socket.h is included before netinet/in.h (required by | Dan Fandrich |
2008-12-01 | minor indent fix | Daniel Stenberg |
2008-12-01 | Convert the public config struct to the same binary size/construct as in the | Daniel Stenberg |
2008-12-01 | added some more entries for stuff done the last ~2 years | Daniel Stenberg |
2008-11-30 | People have successfully ran libcurl on iphone | Daniel Stenberg |
2008-11-29 | Further adjust a libssh2 preprocessor function-symbol definition check | Yang Tse |