Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-07 | - Sebastian made c-ares able to return all PTR-records when doing reverse | Daniel Stenberg | |
lookups. It is not common practice to have multiple PTR-Records for a single IP, but its perfectly legal and some sites have those. | |||
2008-05-07 | - Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to | Daniel Stenberg | |
autoconf 2.57 usage (which is the version you have specified as the minimum version). It's a minor change but it does clean up some warnings with newer autoconf (specifically 2.62). | |||
2008-05-07 | -135 - Busy looping bug in multi_socket interface by | Daniel Stenberg | |
- Christopher Palow | |||
2008-05-07 | - Liam Healy filed the debian bug report #480044 | Daniel Stenberg | |
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480044) identifying a segfault when using krb5 ftp, but the krb4 code had the same problem. | |||
2008-05-07 | Christopher Palow provided the patch (edited by me) that introduces | Yang Tse | |
the use of microsecond resolution keys for internal splay trees. http://curl.haxx.se/mail/lib-2008-04/0513.html | |||
2008-05-06 | fix compiler warning: enumerated type mixed with another type | Yang Tse | |
2008-05-05 | mention four outstanding issues we should deal with before release | Daniel Stenberg | |
2008-05-05 | Improved parsing of resolver configuration files | Yang Tse | |
2008-05-03 | - Yuriy Sosov pointed out a configure fix for detecting c-ares when that is | Daniel Stenberg | |
built debug-enabled. | |||
2008-05-03 | minor spell and language fix of a comment | Daniel Stenberg | |
2008-05-03 | - Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice | Daniel Stenberg | |
when using CURL_AUTH_ANY" (http://curl.haxx.se/bug/view.cgi?id=1945240). The problem was that when libcurl rewound a stream meant for upload when it would prepare for a second request, it could accidentally continue the sending of the rewound data on the first request instead of on the second. Ben also provided test case 1030 that verifies this fix. | |||
2008-05-03 | Added comments, check Curl_http_auth_act()'s return code and added a check | Daniel Stenberg | |
that closes the connection somewhat faster when perhapsrewind() has marked the connection for closure. | |||
2008-05-03 | - Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAY | Daniel Stenberg | |
since libcurl used getprotobyname() and that isn't thread-safe. We now switched to use IPPROTO_TCP unconditionally, but perhaps the proper fix is to detect the thread-safe version of the function and use that. http://curl.haxx.se/mail/lib-2008-05/0011.html | |||
2008-05-01 | - Bart Whiteley provided a patch that made libcurl work properly when an app | Daniel Stenberg | |
uses the CURLOPT_OPENSOCKETFUNCTION callback to create a unix domain socket to a http server. | |||
2008-05-01 | 53. SFTP busy-loop problem when doing SFTP uploads. | Daniel Stenberg | |
2008-05-01 | Document that variable replacement now takes place in the test file <stdout> ↵ | Dan Fandrich | |
section. | |||
2008-05-01 | use variables to support other IPs and port numbers | Daniel Stenberg | |
2008-05-01 | do variable replacement in the stdout data read from the test case | Daniel Stenberg | |
2008-05-01 | Added precheck for hard-coded test server address and port | Dan Fandrich | |
2008-05-01 | Made file XML compatible | Dan Fandrich | |
2008-04-30 | Christian Vogt told us about OS21 in | Daniel Stenberg | |
http://curl.haxx.se/mail/lib-2008-04/0443.html | |||
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg | |
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it. | |||
2008-04-29 | improved easy interface resolving timeout handling in c-ares enabled builds | Yang Tse | |
2008-04-29 | improve easy interface resolving timeout handling in c-ares enabled builds | Yang Tse | |
2008-04-29 | Added test 1028 to test an HTTP redirect to a FTP URL. | Dan Fandrich | |
2008-04-28 | - Norbert Frese filed bug report #1951588: "Problem with curlftpfs and | Daniel Stenberg | |
libcurl" (http://curl.haxx.se/bug/view.cgi?id=1951588) which seems to be an identical report to what Denis Golovan reported in http://curl.haxx.se/mail/lib-2008-02/0108.html The FTP code didn't reset the user/password pointers properly even though there might've been a new struct/cconnection getting used. | |||
2008-04-26 | mention the automake problems and solution even though it doesn't strictly | Daniel Stenberg | |
caused any change in curl-related files | |||
2008-04-25 | Updated Symbian UIDs. Added .pkg files for creating .sis packages. | Dan Fandrich | |
2008-04-25 | tests/libtest/delay.pl no longer used. The 'delay' attribute of the | Yang Tse | |
test harness <command> subsection now provides this functionality. | |||
2008-04-25 | Add 'timeout' and 'delay' attributes support for the test harness <command> ↵ | Yang Tse | |
subsection | |||
2008-04-25 | Made --stderr able to redirect all stderr messages. | Dan Fandrich | |
2008-04-24 | Reduced the requested Symbian capabilities. | Dan Fandrich | |
Correctly noted what happens to stderr. | |||
2008-04-23 | <postcheck> delay no longer needed for this test. | Yang Tse | |
http://curl.haxx.se/mail/lib-2008-04/0392.html | |||
2008-04-23 | improve synchronization between test harness runtests.pl script | Yang Tse | |
and test harness servers to minimize risk of false test failures. http://curl.haxx.se/mail/lib-2008-04/0392.html | |||
2008-04-23 | Symbian OS is a.k.a. EPOC32 | Dan Fandrich | |
2008-04-23 | Mention that P.I.P.S. is needed for Symbian. | Dan Fandrich | |
2008-04-23 | List extra files individually instead of by directory to avoid including | Dan Fandrich | |
CVS directories. | |||
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich | |
2008-04-22 | fix minor memory leak triggered upon test failure | Yang Tse | |
2008-04-22 | Remove fflush() + fsync() previously introduced accelerated writing of | Yang Tse | |
server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html | |||
2008-04-22 | Remove previously introduced small delay to verify if it can be avoided | Yang Tse | |
with the accelerated writing of server input and response request files in test harness sws server. | |||
2008-04-21 | Allocate the decompression buffer for the --manual option on the heap | Dan Fandrich | |
instead of the stack. | |||
2008-04-21 | Fixed typo in log message | Dan Fandrich | |
2008-04-21 | added Haskell binding, unified the formatting somewhat | Daniel Stenberg | |
2008-04-21 | HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems | Yang Tse | |
2008-04-21 | Ignore the result of the postcheck command in torture mode | Dan Fandrich | |
2008-04-21 | Make the test work with nroffs that use special escaping for bold output. | Dan Fandrich | |
2008-04-20 | accelerate the writing of server input and response request files | Yang Tse | |
to disk, trying to defeat file and disk write-behind algorithms | |||
2008-04-18 | Added test cases 1026 and 1027 to do some rudimentary tests on the --manual | Dan Fandrich | |
and --help options. | |||
2008-04-18 | test 1001 needs a small delay between client part execution and test | Yang Tse | |
result file verifications to allow the test server to completely write out all files |