Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |||
2008-04-17 | fix compiler warning: enumerated type mixed with another type | Yang Tse | |
2008-04-17 | Some trivial changes | Dan Fandrich | |
2008-04-16 | Added test case 555, a variation of 547 but using multi interface instead of | Daniel Stenberg | |
easy. This was reported not working by Penugonda Chenna Reddy in http://curl.haxx.se/mail/lib-2008-04/0046.html but I fail to repeat that problem. | |||
2008-04-16 | Removed 129 and 130 due to lack of response on those issues | Daniel Stenberg | |
2008-04-14 | allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, as | Michal Marek | |
discussed in http://curl.haxx.se/mail/lib-2008-04/0291.html | |||
2008-04-14 | - Stefan Krause reported a case where the OpenSSL handshake phase wasn't | Daniel Stenberg | |
properly acknowledging the timeout values, like if you pulled the network plug in the midst of it. | |||
2008-04-14 | - Andre Guibert de Bruet fixed a second case of not checking the malloc() | Daniel Stenberg | |
return code in the Negotiate code. | |||
2008-04-14 | mention Sandor as contributor | Daniel Stenberg | |
2008-04-14 | - Sandor Feldi reported bug #1942022 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the lib/Makefile.vc[68] makefiles' release-ssl-dll target. | |||
2008-04-14 | - Brock Noland reported that curl behaved differently depending on which order | Daniel Stenberg | |
you used -i and -I. | |||
2008-04-12 | - Andre Guibert de Bruet found and fixed a case where malloc() was called but | Daniel Stenberg | |
was not checked for a NULL return, in the Negotiate code. | |||
2008-04-12 | return 0 not -1 at end of data! | Daniel Stenberg | |
2008-04-10 | Added test case 1025 to test a command-line cookie with Location: following | Dan Fandrich | |
2008-04-10 | mention what happens to the data when a write callback returns pause | Daniel Stenberg | |
2008-04-10 | clarify the COOKIE option a bit | Daniel Stenberg | |
2008-04-10 | Added test case 1024 to test a scenario similar to the one reported | Dan Fandrich | |
by Ben Combee where libcurl would send the wrong cookie to a redirected server. libcurl was doing the right thing in this test case. | |||
2008-04-09 | "tag" the function referals properly | Daniel Stenberg | |