Re: Slow Upload Performance on High-Bandwidth connections on windows

2013-02-08 Thread Daniel Stenberg
On Thu, 7 Feb 2013, Christian Hägele wrote: Optimizing for very high bandwidth (over 100MBit/s) might need some additional work on the internals of curl which are out of scope of the issue you described. I agree. But we could start with documenting the results and suggestions somwhere, of

tests/libtest/chkhostname.c

2013-02-08 Thread Gisle Vanem
This is AFAICS the only test program in this directory that doesn't call curl_global_init(). This function is needed for Curl_gethostname() to work on Windows at least. Besides it does a case-sensitive string compare of 'argv[1]' and return buffer from Curl_gethostname(). Aren't hostnames always

Re: Slow Upload Performance on High-Bandwidth connections on windows

2013-02-08 Thread Kurushin Andrey
Hello I finally received access to slow upload machine config. First of all: the ping value is 57ms (it's even worse than i thought), netsh interface tcp global values are the same as described in previous messages. I made several curl builds: with modified CURL_MAX_WRITE_SIZE (MAX) and

Re: tests/libtest/chkhostname.c

2013-02-08 Thread Yang Tse
On Fri, Feb 8, 2013 at 12:15 PM, Gisle Vanem gva...@broadpark.no wrote: This is AFAICS the only test program in this directory that doesn't call curl_global_init(). This function is needed for Curl_gethostname() to work on Windows at least. I have work in progress in this specific area, but

Mem leak in curl_ntlm_msg.c

2013-02-08 Thread Gisle Vanem
Running tests\libtest\libntlmconnect.exe reveals a 1 byte (!) leak in ./lib/curl_ntlm_msgs.c: perl ..\memanalyze.pl c:memdebug.curl Leak detected: memory still allocated: 1 bytes At 9771e8, there's 1 bytes. allocated by curl_ntlm_msgs.c:399 Snippet from curl_ntlm_msgs.c: /* setup ntlm

Re: Empty error message Error setting curl:

2013-02-08 Thread Daniel Stenberg
On Fri, 8 Feb 2013, Brilliantov Kirill Vladimirovich wrote: Yes, this is problem with curlftpfs, but may be you help me increase curl output? CURLOPT_VERBOSE and CURLOPT_DEBUGFUNCTION are fairly good ways to get info out from libcurl. -- / daniel.haxx.se

Re: Empty error message Error setting curl:

2013-02-08 Thread Brilliantov Kirill Vladimirovich
Daniel Stenberg wrote on 02/08/2013 05:11 PM: CURLOPT_VERBOSE and CURLOPT_DEBUGFUNCTION are fairly good ways to get info out from libcurl. Hello, Daniel! I found what CURLOPT_VERBOSE used in curlftpfs: $ grep CURLOPT_VERBOSE -rnI -C1 . ./ftpfs.c-1544- if (ftpfs.verbose) { ./ftpfs.c:1545:

Re: Empty error message Error setting curl:

2013-02-08 Thread Michael Wood
On 8 February 2013 15:56, Brilliantov Kirill Vladimirovich brillian...@byterg.ru wrote: Daniel Stenberg wrote on 02/08/2013 05:11 PM: CURLOPT_VERBOSE and CURLOPT_DEBUGFUNCTION are fairly good ways to get info out from libcurl. Hello, Daniel! I found what CURLOPT_VERBOSE used in curlftpfs:

Re: Mem leak in curl_ntlm_msg.c

2013-02-08 Thread Daniel Stenberg
On Fri, 8 Feb 2013, Gisle Vanem wrote: Patch: Thanks, merged and pushed! -- / daniel.haxx.se --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Bug in the multi interface? (curl_multi_wait returns 0)

2013-02-08 Thread Clemens Gruber
Hi, I am using libcurl on Windows (MSVC2010) and I use the multi interface to download several files via HTTPS. Up to 7.28.1, everything worked perfectly. Today, I upgraded to curl 7.29.0 and just after the update my multi-interface code does not work anymore :/ (But all my other curl_easy

Darwin SSL issue - missing bytes

2013-02-08 Thread Bruno de Carvalho
Howdy, Ran into another Darwin SSL issue, this time it's the exact opposite of last one; not all bytes are being sent. It's also a far more elusive bug, harder to consistently replicate. As I was moving BBHTTP (an Objective-C wrapper for CURL) into a beta version of Droplr for iPhone, I began

Current IMAP features?

2013-02-08 Thread Ben Greear
Hello! I backed out all of my imap hackings and I'm planning to test the current upstream code. Is there a list somewhere of the features supported for IMAP? (Like, url syntax examples, etc). I tried searching the code base, but didn't find many examples... Thanks, Ben -- Ben Greear

Re: Darwin SSL issue - missing bytes

2013-02-08 Thread Nick Zitzmann
On Feb 8, 2013, at 8:46 AM, Bruno de Carvalho kindern...@gmail.com wrote: Ran into another Darwin SSL issue, this time it's the exact opposite of last one; not all bytes are being sent. It's also a far more elusive bug, harder to consistently replicate. Thank you for testing. I'll take a

Re: Current IMAP features?

2013-02-08 Thread Jiří Hruška
Hi Ben, the IMAP support has been improved in the last release mostly in terms of authentication methods, but the rest is still severely limited. IIRC all it can do is fetch a message with UID 1. However I needed to use libcurl at work to do much more with IMAP - fetch individual parts of

Re: Current IMAP features?

2013-02-08 Thread Ben Greear
On 02/08/2013 09:49 AM, Jiří Hruška wrote: Hi Ben, the IMAP support has been improved in the last release mostly in terms of authentication methods, but the rest is still severely limited. IIRC all it can do is fetch a message with UID 1. However I needed to use libcurl at work to do much more

RE: Current IMAP features?

2013-02-08 Thread Steve Holme
Hi Jiri, On Fri, 8 Feb 2013, Jiří Hruška wrote: Because the 7.29.0 release was already almost out when I came with the patch, these changes were postponed. Now that there is time for new features again, this work can continue. I'm in touch with Steve Holme on this, and as a matter of fact,

Re: Current IMAP features?

2013-02-08 Thread Jiří Hruška
Hi Steve, In summary I was asking if you could hold fire until my next set of changes were out the way (...). I have a couple of changes to make tonight but then I should be done - I hope this helps with your plans. Sure, no problem at all. I figured I'd wait till the stuff you had been

Re: Darwin SSL issue - missing bytes

2013-02-08 Thread Bruno de Carvalho
On Feb 8, 2013, at 5:31 PM, Nick Zitzmann n...@chronosnet.com wrote: Thank you for testing. I'll take a look later, but I don't have an iPhone 5 for iOS testing. Can you reproduce the problem under OS X? If it works there, then could you try it with the network link conditioner (which you