Age | Commit message (Expand) | Author |
2009-12-22 | use Time::HiRes whenever available, independently of perl version | Yang Tse |
2009-12-22 | log a message when continuing once sleep time is over | Yang Tse |
2009-12-21 | - Ingmar Runge noticed that Windows config-win32.h configuration file | Yang Tse |
2009-12-21 | Make 'classic' output end of a test-suite run become again the end | Yang Tse |
2009-12-21 | Move stopping of servers instructed by test definition, after the removal of | Yang Tse |
2009-12-21 | test 566 was missing | Daniel Stenberg |
2009-12-21 | dead_child_handler also takes care of reaping pingpong server dead child proc... | Yang Tse |
2009-12-21 | Reap processes dead children ASAP without blocking | Yang Tse |
2009-12-21 | Reinstate hi resolution time logging since this is not what is | Yang Tse |
2009-12-21 | Take new SMTP definitions into account in OS400 wrapper and RPG binding | Patrick Monnerat |
2009-12-21 | first small steps towards smtp | Daniel Stenberg |
2009-12-21 | Replaced tabs with spaces | Yang Tse |
2009-12-20 | remove some unused code | Daniel Stenberg |
2009-12-20 | Improve delay command interruptability | Yang Tse |
2009-12-20 | revert that, we already had a function named like that! | Daniel Stenberg |
2009-12-20 | rename the verifyftp function to verifyserver since it is used to verify | Daniel Stenberg |
2009-12-20 | free the allocated mailbox name at disconnect | Daniel Stenberg |
2009-12-20 | introducing the first IMAP FETCH test | Daniel Stenberg |
2009-12-20 | - Attempt to fix script compilation failure on versions older than 5.007003, | Yang Tse |
2009-12-19 | support IMAP select and LOGOUT | Daniel Stenberg |
2009-12-19 | fix the ftp check delay timer to never be set below 1 to work correctly | Daniel Stenberg |
2009-12-19 | fixed a precaution check in the cookie code, pointed out by Julien Chaffraix | Daniel Stenberg |
2009-12-19 | Slack time reduction | Yang Tse |
2009-12-19 | Added runtests.pl '-r' option for run time statistics | Yang Tse |
2009-12-18 | server start and verification time as well as test preparation time | Yang Tse |
2009-12-18 | Added test harness simple time execution stats | Yang Tse |
2009-12-17 | Comment out hi resolution time logging to verify if this is what might | Yang Tse |
2009-12-17 | Fix compilation failure | Yang Tse |
2009-12-17 | Test harness process control enhancements | Yang Tse |
2009-12-17 | uh, assign the bool it points to properly | Daniel Stenberg |
2009-12-17 | Stop overloading the conn->protocol field with the PROT_MISSING bit. It | Daniel Stenberg |
2009-12-17 | Remove pointless storing of the protocol as a string within the connectdata | Daniel Stenberg |
2009-12-17 | - David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when | Daniel Stenberg |
2009-12-17 | gettimeofday() requires perl version newer than 5.6 | Yang Tse |
2009-12-16 | Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out I | Daniel Stenberg |
2009-12-16 | Test harness process control enhancements | Yang Tse |
2009-12-16 | Test #1106 needs an ftp enabled client | Yang Tse |
2009-12-16 | Test harness process control enhancements | Yang Tse |
2009-12-14 | - Jon Nelson found a regression that turned out to be a flaw in how libcurl | Daniel Stenberg |
2009-12-14 | Fix compiler warning | Yang Tse |
2009-12-14 | Prevent perl script dying messages in output, since tearing down the pinpong | Yang Tse |
2009-12-14 | Adjust uppercase protocol string usage | Yang Tse |
2009-12-14 | Fix compiler warnings | Yang Tse |
2009-12-14 | Fix compiler warnings | Yang Tse |
2009-12-13 | signal handling to cleanup on SIGINT and SIGTERM, followup | Yang Tse |
2009-12-13 | reapply diff between revisions 1.103 and 1.102 | Yang Tse |
2009-12-12 | updated with the new protocols | Daniel Stenberg |
2009-12-12 | might as well output all supported protocols at the end of configure to | Daniel Stenberg |
2009-12-12 | show POP3S, IMAPS and SMTPS as protocols if SSL is enabled | Daniel Stenberg |
2009-12-12 | support disabling POP3, IMAP and SMTP and now they also appear in curl-config | Daniel Stenberg |