Age | Commit message (Expand) | Author |
2008-05-03 | - Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice | Daniel Stenberg |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg |
2008-04-29 | Added test 1028 to test an HTTP redirect to a FTP URL. | Dan Fandrich |
2008-04-18 | Added test cases 1026 and 1027 to do some rudimentary tests on the --manual | Dan Fandrich |
2008-04-16 | Added test case 555, a variation of 547 but using multi interface instead of | Daniel Stenberg |
2008-04-10 | Added test case 1025 to test a command-line cookie with Location: following | Dan Fandrich |
2008-04-10 | Added test case 1024 to test a scenario similar to the one reported | Dan Fandrich |
2008-04-04 | oops, forgot to add test554 | Daniel Stenberg |
2008-04-04 | Added test627 to test SFTP with CURLOPT_NOBODY | Dan Fandrich |
2008-03-18 | Added test 626 to reproduce an infinite loop when given an invalid | Dan Fandrich |
2008-03-13 | Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt to | Dan Fandrich |
2008-03-10 | Added tests 618-621 to test SFTP/SCP transfers of more than one file | Dan Fandrich |
2008-03-06 | Added tests 616 and 617 to see how SFTP and SCP cope with zero-length | Dan Fandrich |
2008-02-20 | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg |
2008-02-19 | Added test309 to test HTTP redirect to HTTPS URL | Dan Fandrich |
2008-02-08 | Added tests 1022 and 1023 to validate output of curl-config --version and | Dan Fandrich |
2008-01-26 | added test 1021 to verify my fix for bug report #1879375 | Daniel Stenberg |
2008-01-16 | Added test 553. This test case and code is based on the bug recipe Joe Malicki | Daniel Stenberg |
2008-01-11 | Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it | Daniel Stenberg |
2007-12-26 | In an attempt to repeat the problem in bug report #1850730 | Daniel Stenberg |
2007-12-15 | Add test 551 that tests callback-post over a proxy that requires Digest auth. | Daniel Stenberg |
2007-12-08 | add missing files | Daniel Stenberg |
2007-11-26 | test1015 --data-urlencode | Daniel Stenberg |
2007-11-01 | Added test case 1014 to compare curl-config --features with curl --version | Dan Fandrich |
2007-11-01 | Added test case 1013 to check that curl-config --protocols matches the | Dan Fandrich |
2007-10-29 | Added test case 546 to check that subsequent FTP transfers work after a | Dan Fandrich |
2007-10-25 | Added test case 2004. | Dan Fandrich |
2007-10-25 | Allow test server to handle binary POSTs. | Patrick Monnerat |
2007-10-24 | Fixed the test TFTP server to support the >10000 test number notation | Dan Fandrich |
2007-10-24 | Added test cases 2000 and 2001 which test multiple protocols using the | Dan Fandrich |
2007-10-04 | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg |
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg |
2007-09-30 | Added test536 that was accidentally missing. I also wrote up a new makefile | Daniel Stenberg |
2007-09-30 | Alex Fishman reported a curl_easy_escape() problem that was made the | Daniel Stenberg |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg |
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg |
2007-09-11 | Daniel S (12 September 2007) | Daniel Stenberg |
2007-09-07 | Added test case 1007 to test permission problem when uploading with TFTP | Dan Fandrich |
2007-08-30 | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich |
2007-08-24 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-23 | Added test case 1005 to test excessively-long replies spread out over | Dan Fandrich |
2007-08-23 | Added test1004 to validate a previous fix for a memory leak when an | Dan Fandrich |
2007-08-22 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-17 | Robson Braga Araujo filed bug report #1776235 | Daniel Stenberg |
2007-08-17 | Moved the 5320 and 5322 into the 1000-series instead which is a documented | Daniel Stenberg |
2007-08-17 | Song Ma provided a patch that cures a problem libcurl has when doing resume | Daniel Stenberg |
2007-08-02 | Dmitriy Sergeyev reported a regression: resumed file:// transfers broke | Daniel Stenberg |
2007-07-22 | Added test case 354 that makes a simple FTP retrieval without password, which | Daniel Stenberg |
2007-07-14 | Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by Shmulik | Daniel Stenberg |
2007-07-10 | Fixed a curl memory leak reported by Song Ma with a modified version | Dan Fandrich |