Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-08 | Curl_updateconninfo: don't do anything for UDP "connections" | Daniel Stenberg | |
getpeername() doesn't work for UDP sockets since they're not connected Reported-by: Priyanka Shah Bug: http://curl.haxx.se/mail/archive-2014-01/0016.html | |||
2014-01-08 | info: remove debug output | Daniel Stenberg | |
Removed some of the infof() calls that were added with the recent pipeline improvements but they're not useful to the vast majority of readers and the pipelining seems to fundamentaly work - the debugging outputs can easily be added there if debugging these functions is needed again. | |||
2014-01-08 | runtests: disable memory tracking with threaded resolver | Daniel Stenberg | |
The built-in memory debug system doesn't work with multi-threaded use so instead of causing annoying false positives, disable the memory tracking if the threaded resolver is used. | |||
2014-01-08 | trynextip: fix build for non-IPV6 capable systems | Daniel Stenberg | |
AF_INET6 may not exist then Patched-by: Iida Yosiaki Bug: http://curl.haxx.se/bug/view.cgi?id=1322 | |||
2014-01-08 | makefile: Added support for VC12 | Steve Holme | |
2014-01-08 | makefile: Added support for VC11 | Steve Holme | |
2014-01-08 | winbuild: Follow up fix for a47c142a88c0, 11e8066ef956 and 92b9ae5c5d59 | Steve Holme | |
2014-01-07 | mk-ca-bundle.1: document -d | Daniel Stenberg | |
2014-01-07 | RELEASE-NOTES: Synced with 8ae35102c43d8d | Steve Holme | |
2014-01-07 | ConnectionExists: fix NTLM check for new connection | Daniel Stenberg | |
When the requested authentication bitmask includes NTLM, we cannot re-use a connection for another username/password as we then risk re-using NTLM (connection-based auth). This has the unfortunate downside that if you include NTLM as a possible auth, you cannot re-use connections for other usernames/passwords even if NTLM doesn't end up the auth type used. Reported-by: Paras S Patched-by: Paras S Bug: http://curl.haxx.se/mail/lib-2014-01/0046.html | |||
2014-01-05 | examples: Added required libcurl version information to SMTP examples | Steve Holme | |
2014-01-05 | mk-ca-bundle.pl: avoid warnings with -d without parameter | Daniel Stenberg | |
2014-01-05 | mk-ca-bundle: introduces -d and warns about using this script | Leif W | |
2014-01-05 | Makefile: Added missing WinSSL and x64 configurations | Steve Holme | |
2014-01-05 | docs/INTERNALS: follow up fix for 11e8066 and 92b9ae5 | Marc Hoersken | |
2014-01-05 | packages: follow up fix for a47c142, 11e8066 and 92b9ae5 | Marc Hoersken | |
2014-01-05 | multi.c: fix possible dereference of null pointer | Marc Hoersken | |
2014-01-05 | Examples: Renamed SMTP MAIL example to match other email examples | Steve Holme | |
2014-01-05 | examples: Added POP3 TLS example | Steve Holme | |
2014-01-05 | examples: Added IMAP NOOP example | Steve Holme | |
2014-01-05 | examples: Added POP3 NOOP example | Steve Holme | |
2014-01-05 | pop3-stat.c: Corrected small typo from commit 91d62e9abd761c | Steve Holme | |
2014-01-05 | examples: Added POP3 STAT example | Steve Holme | |
2014-01-05 | examples: Added POP3 TOP example | Steve Holme | |
2014-01-05 | examples: Added POP3 DELE example | Steve Holme | |
2014-01-05 | examples: Added POP3 UIDL example | Steve Holme | |
2014-01-05 | examples: Added POP3 RETR example | Steve Holme | |
2014-01-05 | examples: Added return of error code in POP3 examples | Steve Holme | |
2014-01-05 | runtests.pl: Updated copyright year after edit from d718abd968aeb4 | Steve Holme | |
2014-01-05 | examples: Reworked POP3 examples for additional upcoming POP3 examples | Steve Holme | |
2014-01-05 | examples: Added SMTP SSL example | Steve Holme | |
2014-01-05 | examples: Added IMAP SSL and TLS examples | Steve Holme | |
2014-01-05 | runtests.pl: check for tstunnel command on Windows | Marc Hoersken | |
The Windows console version of stunnel is called "tstunnel", while running "stunnel" on Windows spawns a new console window which cannot be handled by the testsuite. | |||
2014-01-05 | testcurl.pl: always show the last 5 commits even with --nogitpull | Marc Hoersken | |
2014-01-04 | ftp tests: provide LIST responses in the test file itself | Daniel Stenberg | |
Previously LIST always returned a fixed hardcoded list that the ftp server code knew about, mostly since the server didn't get any test case number in the LIST scenario. Starting now, doing a CWD to a directory named test-[number] will make the test server remember that number and consider it a test case so that a subsequent LIST command will send the <data> section of that test case back. It allows LIST tests to be made more similar to how all other tests work. Test 100 was updated to provide its own directory listing. | |||
2014-01-04 | examples: Standardised username and password settings for all email examples | Steve Holme | |
Replaced the use of CURLOPT_USERPWD for the preferred CURLOPT_USERNAME and CURLOPT_PASSWORD options and used the same username and password for all email examples which is the same as that used in the test suite. | |||
2014-01-04 | Updated copyright year for recent changes | Steve Holme | |
2014-01-04 | secureserver.pl: support for stunnel-path with nun-alphanum chars | Marc Hoersken | |
This is desired to support stunnel installations on Windows. | |||
2014-01-04 | conncache.c: fix possible dereference of null pointer | Marc Hoersken | |
2014-01-04 | docs: primarily refer to schannel as WinSSL | Marc Hoersken | |
2014-01-04 | examples: Added IMAP COPY example | Steve Holme | |
2014-01-04 | examples: Added IMAP DELETE example | Steve Holme | |
2014-01-04 | examples: Added IMAP CREATE example | Steve Holme | |
2014-01-04 | FTP parselist: fix "total" parser | Daniel Stenberg | |
A regression introduced in 7f3b87d8782eae1 (present in the 7.21.4 release) broke the total parser. Now skip the whitespace and the digits. Reported-by: Justin Maggard Bug: http://curl.haxx.se/mail/lib-2014-01/0019.html | |||
2014-01-03 | test1513: fix spelling | Daniel Stenberg | |
2014-01-03 | Makefile.vc6: follow up fix for 11e8066 and 92b9ae5 | Marc Hoersken | |
2014-01-03 | test1513: added - verify early progress callback return fail | Daniel Stenberg | |
Verify the change brought in commit 8e11731653061. It makes sure that returning a failure from the progress callback even very early results in the correct return code. | |||
2014-01-03 | progresscallback: make CURLE_ABORTED_BY_CALLBACK get returned better | Daniel Stenberg | |
When the progress callback returned 1 at a very early state, the code would not make CURLE_ABORTED_BY_CALLBACK get returned but the process would still be interrupted. In the HTTP case, this would then cause a CURLE_GOT_NOTHING to erroneously get returned instead. Reported-by: Petr Novak Bug: http://curl.haxx.se/bug/view.cgi?id=1318 | |||
2014-01-03 | unittests: do not include curl_memory.h | Marc Hoersken | |
memdebug.h already contains all required definitions and including curl_memory.h causes errors like the following: tests/unit/unit1394.c:119: undefined reference to `Curl_cfree' tests/unit/unit1394.c:120: undefined reference to `Curl_cfree' | |||
2014-01-03 | pipeline: remove print_pipeline() | Daniel Stenberg | |
This is a debug function only and serves no purpose in production code, it only slows things down. I left the code #ifdef'ed for possible future pipeline debugging. Also, this was a global function without proper namespace usage. Reported-by: He Qin Bug: http://curl.haxx.se/bug/view.cgi?id=1320 |