Age | Commit message (Expand) | Author |
2008-07-28 | Added test cases 1045 through 1049 as simple tests of --interface using the | Dan Fandrich |
2008-07-27 | Added feature in runtests.pl to select tests based on key word. | Dan Fandrich |
2008-07-26 | - David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to buffer | Daniel Stenberg |
2008-07-26 | Added test 1044 to test large file support in ftp with -I. | Dan Fandrich |
2008-07-24 | Changed the long logfile elision code in runtests.pl to properly handle | Dan Fandrich |
2008-07-23 | - I went over the curl_easy_setopt man page and replaced most references to | Daniel Stenberg |
2008-07-21 | Use the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse |
2008-07-15 | add comment for include paths | Yang Tse |
2008-07-15 | Added test1042 and test1043 to test -C - on HTTP. | Dan Fandrich |
2008-07-15 | Added test1040 and test1041 to test -C - on HTTP. Test 1041 failed so it's | Dan Fandrich |
2008-07-14 | Move _REENTRANT definition earlier in lib/setup.h | Yang Tse |
2008-07-14 | Removed inclusion of remaining system header files from configuration files. | Yang Tse |
2008-07-14 | HTTP_ONLY definition check in lib/setup.h is now done once that configuration | Yang Tse |
2008-07-11 | Added missing multiple header inclusion prevention definition | Yang Tse |
2008-07-11 | Fixed test 553 to pass the torture test. | Dan Fandrich |
2008-07-11 | - Daniel Fandrich found out we didn't pass on the user-agent properly when | Daniel Stenberg |
2008-07-11 | Added test cases 1038 and 1039 to test Adrian Kreher's report that ftp | Dan Fandrich |
2008-07-11 | Changed slightly the SFTP quote commands chmod, chown and chgrp to only | Dan Fandrich |
2008-07-10 | Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRI | Yang Tse |
2008-07-10 | Added tests 1036 and 1037 to verify resumed ftp downloads with -C - | Dan Fandrich |
2008-07-09 | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg |
2008-07-09 | Fixed an OOM handling problem that cause test 11 to fail the torture test. | Dan Fandrich |
2008-07-08 | Fixed test 554 to pass the torture test. | Dan Fandrich |
2008-07-07 | Added test cases 1034 & 1035 to test IDN name conversion failures. | Dan Fandrich |
2008-07-07 | - Scott Barrett provided a test case for a segfault in the FTP code and the | Daniel Stenberg |
2008-07-05 | mention that egrep and ar are also mandatory | Yang Tse |
2008-07-03 | Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx | Daniel Stenberg |
2008-07-03 | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg |
2008-07-02 | Support Open Watcom C on Linux (as well as Windows). | Dan Fandrich |
2008-07-02 | The configure process will now halt when sed or grep are unavailable | Yang Tse |
2008-07-02 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse |
2008-07-01 | - Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY | Daniel Stenberg |
2008-06-30 | - Stephen Collyer and Tor Arntsen helped identify a flaw in the range code | Daniel Stenberg |
2008-06-29 | John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on | Yang Tse |
2008-06-26 | Honour --stderr with the -v option. | Dan Fandrich |
2008-06-22 | - Eduard Bloch filed the debian bug report #487567 | Daniel Stenberg |
2008-06-22 | Stopped using ranges in scanf character sequences (e.g. %[a-z]) since that | Dan Fandrich |
2008-06-20 | Modified configuration script to actually verify if the compiler is good | Yang Tse |
2008-06-20 | - Phil Pellouchoud found a case where libcurl built with NSS failed to | Daniel Stenberg |
2008-06-20 | - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy | Daniel Stenberg |
2008-06-19 | minor language fix | Daniel Stenberg |
2008-06-19 | - Christopher Palow fixed a curl_multi_socket() issue which previous caused | Daniel Stenberg |
2008-06-19 | - Dengminwen found a bug in the connection re-use function when using the | Daniel Stenberg |
2008-06-19 | Fixed a memory leak in the command-line tool that caused a valgrind error. | Dan Fandrich |
2008-06-19 | Added SSH failure test cases 628-632 | Dan Fandrich |
2008-06-18 | - Rob Crittenden brought a fix for the NSS layer that makes libcurl no longer | Daniel Stenberg |
2008-06-18 | No longer break out of a shell "for" statement from inside | Yang Tse |