Re: PATCH: Fix for bug 440

2013-03-28 Thread Arunav Sanyal
Patch in required format, sorry about the previous error daniel Command run : diff -u http.c http_new.c difference.txt(ran on ubunu 12.10 gnu diff) curl version - 7.29.0 This patch fixes bug 440 Contents of difference.txt:- --- http.c2013-03-27 22:42:30.827335094 +0530 +++ http_new.c

Re: Errors/crashes with FTP using multi interface?

2013-03-28 Thread Sam Deane
On 13 Feb 2013, at 22:51, Daniel Stenberg dan...@haxx.se wrote: You don't need to convert anything to our standard test format, but if you want us to really be able to help you debug this then you must help us repeat the problem. The easiest way to do that is for you to write a new and

Re: Errors/crashes with FTP using multi interface?

2013-03-28 Thread Sam Deane
A follow-up to the message I just sent. I've managed to strip out quite a bit of extraneous stuff from the example I sent earlier. This one is more compact, and still crashes. multi-gcd-crashtest.c Description: Binary data Critical ingredients seem to be: Using FTP. Setting

BBHTTP - a rich Cocoa wrapper for libcurl

2013-03-28 Thread Bruno de Carvalho
Howdy, With the recent help from Nick Zitzmann in sorting out all the Darwin SSL related issues, BBHTTP has now reached a stable enough state to be ready for prime time. BBHTTP is a rich wrapper for libcurl written in Objective-C for iOS 5+ and OSX 10.7+ that features a modern Objective-C

Re: Errors/crashes with FTP using multi interface?

2013-03-28 Thread Daniel Stenberg
On Thu, 28 Mar 2013, Sam Deane wrote: I've eliminated GCD dispatch sources as a culprit I think, by writing an alternative version of the test which uses curl_multi_wait/curl_multi_perform, instead of curl_multi_socket_action plus callbacks. This one also exhibits the same crash: 1. You

Re: curl_multi_socket_action, epoll and HTTP redirect

2013-03-28 Thread Daniel Stenberg
On Tue, 5 Mar 2013, Erik Johansson wrote: I'm attaching two files that I have used to reproduce this problem: httpserver.py - Starts two servers on two different ports where one redirects to the other. curlepoll.c - Test program that reproduce the problem. Ok, I've run the code. Can you

Compile libcurl using MS VS2008

2013-03-28 Thread Anton Barketov
Hi to all! I am new to libcurl project and i want to contribute to it. But i have a problem. Would you be so kind to help me with compiling and linking on Windows platform? I can't find any vcproj and solution files in it. How can i generate them? Thanks in advance! -- Best Regards, Anton

Re: Compile libcurl using MS VS2008

2013-03-28 Thread Nick Zitzmann
On Mar 28, 2013, at 5:19 PM, Anton Barketov forwa.g...@gmail.com wrote: Hi to all! I am new to libcurl project and i want to contribute to it. But i have a problem. Would you be so kind to help me with compiling and linking on Windows platform? I can't find any vcproj and solution

Re: Compile libcurl using MS VS2008

2013-03-28 Thread Anton Barketov
Hi, Nick! I've tried to compile step by step using BUILD.WINDOWS.txt manual and get current output: *http://pastebin.com/WaauQ5gc* *Any* suggestions? Try building it from the command line. The instructions for building with Visual Studio are in the winbuild\BUILD.WINDOWS.txt file that came

Re: Compile libcurl using MS VS2008

2013-03-28 Thread Nick Zitzmann
On Mar 28, 2013, at 5:49 PM, Anton Barketov forwa.g...@gmail.com wrote: (please don't top-post) I've tried to compile step by step using BUILD.WINDOWS.txt manual and get current output: http://pastebin.com/WaauQ5gc Any suggestions? If you're building from the trunk, or if curlbuild.h is