Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
detects and uses proxies based on the environment variables. If the proxy was given as an explicit option it worked, but due to the setup order mistake proxies would not be used fine for a few protocols when picked up from '[protocol]_proxy'. Obviously this broke after 7.19.4. I now also added test case 1106 that verifies this functionality. (http://curl.haxx.se/bug/view.cgi?id=2913886) | |||
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 | |
server in this way, upon sysread failures, is part of the expected behavior. | |||
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 | |
make it more obvious how the output will be | |||
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 | |
--protocols output | |||
2009-12-12 | split out more protocol-specific structs from urldata.h into their own | Daniel Stenberg | |
protocol-specific header files | |||
2009-12-12 | IMAP, POP3 and SMTP support | Daniel Stenberg | |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg | |
2009-12-11 | Prevent rewinding unless pipelining. | Yang Tse | |
See http://curl.haxx.se/mail/lib-2009-12/0107.html | |||
2009-12-11 | Removed function prototype without implementation | Yang Tse | |
2009-12-10 | - Siegfried Gyuricsko found out that the curl manual said --retry would retry | Daniel Stenberg | |
on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279) | |||
2009-12-10 | argh, use the correct bug id | Daniel Stenberg | |
2009-12-10 | - Constantine Sapuntzakis figured out a case which would lead to libcurl | Daniel Stenberg | |
accessing alredy freed memory and thus crash when using HTTPS (with OpenSSL), multi interface and the CURLOPT_DEBUGFUNCTION and a certain order of cleaning things up. I fixed it. (http://curl.haxx.se/bug/view.cgi?id=2891591) | |||
2009-12-10 | minor indent change | Daniel Stenberg | |
2009-12-10 | - Fixed curl erroneously reporting output stream write failures with ↵ | Yang Tse | |
disabled buffering | |||
2009-12-09 | signal handling to cleanup on SIGINT and SIGTERM, followup | Yang Tse | |
2009-12-07 | - Martin Storsjo made libcurl use the Expect: 100-continue header for posts | Daniel Stenberg | |
with unknown size. Previously it was only used for posts with a known size larger than 1024 bytes. | |||
2009-12-04 | 74. The HTTP spec allows headers to be merged and become comma-separated | Daniel Stenberg | |
instead of being repeated several times. This also include Authenticate: and Proxy-Authenticate: headers and while this hardly every happens in real life it will confuse libcurl which does not properly support it for all headers - like those Authenticate headers. | |||
2009-12-03 | Fix 'uploaded' file descriptor leak | Yang Tse | |
2009-12-03 | signal handling to cleanup on SIGINT and SIGTERM | Yang Tse | |
2009-12-02 | lib/nss.c: avoid use of uninitialized value | Kamil Dudka | |
2009-12-02 | signal handling to cleanup on SIGINT and SIGTERM | Yang Tse | |
2009-12-01 | Set socket option SO_REUSEADDR=true on stunnel accept'ing port | Yang Tse | |
2009-12-01 | - If the Expect: 100-continue header has been set by the application through | Daniel Stenberg | |
curl_easy_setopt with CURLOPT_HTTPHEADER, the library should set data->state.expect100header accordingly - the current code (in 7.19.7 at least) doesn't handle this properly. Martin Storsjo provided the fix! | |||
2009-11-30 | start working on 1.7.1 | Daniel Stenberg | |
2009-11-30 | - In order to better reflect that the returned pid is extracted from the | Yang Tse | |
given file, serverpid sub is renamed to pidfromfile. In addition it is enhanced to make sure that it always returns zero unless a numerical positive value is returned. - To better reflect that only process existance is actually checked, checkserver sub is renamed to processexists. In addition it is enhanced making it remove the given pid file when the extracted pid is no longer alive. | |||
2009-11-29 | #71 "TFTP block size / better integration in transfer" is now expected to | Daniel Stenberg | |
have been fixed! | |||
2009-11-29 | a binding for Falcon | Daniel Stenberg | |
2009-11-28 | - Added Diffie-Hellman parameters to several test harness certificate files in | Yang Tse | |
PEM format. Required by several stunnel versions used by our test harness. | |||
2009-11-28 | Use different log files for each protocol | Yang Tse | |
2009-11-28 | s/socklen_t/curl_socklen_t/g | Yang Tse | |
2009-11-28 | Fix compiler warning: unused variable `data' | Yang Tse | |
2009-11-27 | 7.20.0 is the planned next version number | Daniel Stenberg | |
2009-11-27 | document --tftp-blksize | Daniel Stenberg | |
2009-11-27 | - Markus Koetter provided a polished and updated version of Chad Monroe's TFTP | Daniel Stenberg | |
rework patch that now integrates TFTP properly into libcurl so that it can be used non-blocking with the multi interface and more. BLKSIZE also works. The --tftp-blksize option was added to allow setting the TFTP BLKSIZE from the command line. | |||
2009-11-27 | Attempt to enhance stunnel 3.X logging | Yang Tse | |
2009-11-27 | Prevent running stunnel unless its version can be determined. | Yang Tse | |
2009-11-27 | Log sws IPv version, port and pid when exiting due to SIGINT or SIGTERM. | Yang Tse | |
2009-11-27 | To allow remote log inspection avoid redirecting messages to stderr. | Yang Tse | |
Set 0600 file permissions on certificate pem files. | |||
2009-11-27 | Preserve empty line following last target | Yang Tse | |
2009-11-26 | Log info for start up failures. | Yang Tse | |
2009-11-26 | - Extended and fixed the change I did on Dec 11 for the the progress | Daniel Stenberg | |
meter/callback during FTP command/response sequences. It turned out it was really lame before and now the progress meter SHOULD get called at least once per second. |