aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-21Fixed typo in log messageDan Fandrich
2008-04-21added Haskell binding, unified the formatting somewhatDaniel Stenberg
2008-04-21HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse
2008-04-21Ignore the result of the postcheck command in torture modeDan Fandrich
2008-04-21Make the test work with nroffs that use special escaping for bold output.Dan Fandrich
2008-04-20accelerate the writing of server input and response request filesYang Tse
2008-04-18Added test cases 1026 and 1027 to do some rudimentary tests on the --manualDan Fandrich
2008-04-18test 1001 needs a small delay between client part execution and testYang Tse
2008-04-18test 1001 needs a small delay between client part execution and testYang Tse
2008-04-17fix compiler warning: enumerated type mixed with another typeYang Tse
2008-04-17Some trivial changesDan Fandrich
2008-04-16Added test case 555, a variation of 547 but using multi interface instead ofDaniel Stenberg
2008-04-16Removed 129 and 130 due to lack of response on those issuesDaniel Stenberg
2008-04-14allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, asMichal Marek
2008-04-14- Stefan Krause reported a case where the OpenSSL handshake phase wasn'tDaniel Stenberg
2008-04-14- Andre Guibert de Bruet fixed a second case of not checking the malloc()Daniel Stenberg
2008-04-14mention Sandor as contributorDaniel Stenberg
2008-04-14- Sandor Feldi reported bug #1942022Daniel Stenberg
2008-04-14- Brock Noland reported that curl behaved differently depending on which orderDaniel Stenberg
2008-04-12- Andre Guibert de Bruet found and fixed a case where malloc() was called butDaniel Stenberg
2008-04-12return 0 not -1 at end of data!Daniel Stenberg
2008-04-10Added test case 1025 to test a command-line cookie with Location: followingDan Fandrich
2008-04-10mention what happens to the data when a write callback returns pauseDaniel Stenberg
2008-04-10clarify the COOKIE option a bitDaniel Stenberg
2008-04-10Added test case 1024 to test a scenario similar to the one reportedDan Fandrich
2008-04-09"tag" the function referals properlyDaniel Stenberg
2008-04-07make previous compiler warning fix more portableYang Tse
2008-04-07fix compiler warning: argument is incompatible with corresponding format stri...Yang Tse
2008-04-07fix compiler warning: indirection to slightly different base typesYang Tse
2008-04-07fix compiler warning: local variable may be used without having been initializedYang Tse
2008-04-07Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat
2008-04-07fix compiler warning: unreferenced formal parameterYang Tse
2008-04-07fix compiler warning: assignment within conditional expressionYang Tse
2008-04-07- Fix the MIT / Heimdal check for good:Michal Marek
2008-04-05- Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properlyDaniel Stenberg
2008-04-05provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurlDaniel Stenberg
2008-04-05- Based on the Debian bug report #474224 that complained about the FTP errorDaniel Stenberg
2008-04-04- Alexey Simak fixed the VC dsp file by adding the missing source fileDaniel Stenberg
2008-04-04Alexey Simak made adig support NAPTR recordsDaniel Stenberg
2008-04-04Eino Tuominen improved the code when a file is used to seed the randomizerDaniel Stenberg
2008-04-04Give a hint as to why a url_fopen failed.Dan Fandrich
2008-04-04SunSSH sshd ignores UsePrivilegeSeparation optionYang Tse
2008-04-04SunSSH 1.2 options syncYang Tse
2008-04-04oops, forgot to add test554Daniel Stenberg
2008-04-04Added test627 to test SFTP with CURLOPT_NOBODYDan Fandrich
2008-04-03- Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method toDaniel Stenberg
2008-04-03Scott Barrett added support for CURLOPT_NOBODY over SFTPDaniel Stenberg
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
2008-04-02removed unused var.Gunter Knauf
2008-04-02removed double dependency.Gunter Knauf