Re: Added BSD-style lwIP TCP/IP stack support

2011-08-05 Thread Gisle Vanem
Yang Tse yangs...@gmail.com wrote: I've made this happen, and have been able to compile curl and libcurl with lwIP 1.4.0 sockets on Win32. Great. Does it actually work too? I've been looking at lwIP and built it so far as to the netif stuff. Do you have a working netif driver for Win32? If

Re:Re:Re:Re: git clone over https failure while using socks proxy. any suggestions?thanks.

2011-08-05 Thread jelly
I tested only curl, it reports Proxy CONNECT aborted. jelly@jelly-PC2 ~ $ echo $http_proxy jelly@jelly-PC2 ~ $ curl https://code.google.com/p/wiztodo curl: (35) Unknown SSL protocol error in connection to code.google.com:443 jelly@jelly-PC2 ~ $ export http_proxy=localhost:9050

RE: [PATCH] Added AUTH NTLM for SMTP (Part 2)

2011-08-05 Thread Steve Holme
Hi Yang, On Thu, 4 Aug 2011, Yang Tse wrote: Could you provide a single consolidated patch rebased at tonight's git ? Taking in account that ... No problem. I have updated my branch with your suggestions and am able to provide a consolidated patch as requested. However, I am still getting

Re: [PATCH] Added AUTH NTLM for SMTP (Part 2)

2011-08-05 Thread Michael Wood
Hi On 5 August 2011 10:54, Steve Holme steve_ho...@hotmail.com wrote: Hi Yang, On Thu, 4 Aug 2011, Yang Tse wrote: Could you provide a single consolidated patch rebased at tonight's git ? Taking in account that ... No problem. I have updated my branch with your suggestions and am able to

RE: [PATCH] Added AUTH NTLM for SMTP (Part 2)

2011-08-05 Thread Steve Holme
On Fri, 5 Aug 2011, Michael Wood wrote: I've not used TortoiseGit, so I'm not sure exactly what you're doing. Basically, you should be doing a git fetch (or git fetch origin master) to update the origin/master remote branch to the latest version. Then you should rebase your current branch

Re: [PATCH] Added AUTH NTLM for SMTP (Part 2)

2011-08-05 Thread Michael Wood
On 5 August 2011 13:14, Steve Holme steve_ho...@hotmail.com wrote: On Fri, 5 Aug 2011, Michael Wood wrote: I've not used TortoiseGit, so I'm not sure exactly what you're doing. Basically, you should be doing a git fetch (or git fetch origin master) to update the origin/master remote branch

RE: [PATCH] Added AUTH NTLM for SMTP (Part 2)

2011-08-05 Thread Steve Holme
On Fri, 5 Aug 2011, Michael Wood wrote: Yes, merging the commits... I'm not sure what the best way is to do that. I finally got there but unfortunately I had just finished the rebase before I received your email about the squash ;-) I then ran in issues of trying to produce a single patch

Converting shell level curl to libcurl (linux)

2011-08-05 Thread Jeremy . Levine
I have a working curl scripts I would like to convert to lib curl bellow is an example of one curl \ -k -d@/home/test/curl/login.req.xml\ -HSOAPAction:/Serv//Interface/Service.serviceagent/portTypeEndpoint/LogInOp \

Re: Converting shell level curl to libcurl (linux)

2011-08-05 Thread Michael Wood
Hi On 5 August 2011 15:45, jeremy.lev...@interactivedata.com wrote: I have a  working  curl scripts  I would like to convert to lib curl bellow is an example of one  curl     \  -k -d@/home/test/curl/login.req.xml\

Re:Re:Re:Re:Re:Re:Re: git clone over https failure while using socks proxy. any suggestions?thanks.

2011-08-05 Thread jelly
I know why curl report No URL Set Error. There are some bugs in the latest two commits. If i switch to 40597fd git ignore src/config-win32.h, It works ok. It seems that i git clone ok while using socks proxy, but I can't find any information about socks proxy. so i doubet socks proxy was not

Re: Added BSD-style lwIP TCP/IP stack support

2011-08-05 Thread Yang Tse
2011/8/5 Gisle Vanem wrote: Yang Tse yangs...@gmail.com wrote: I've made this happen, and have been able to compile curl and libcurl with lwIP 1.4.0 sockets on Win32. Great. Does it actually work too? I've been looking at lwIP and built it so far as to the netif stuff. Do you have a

Re: Converting shell level curl to libcurl (linux)

2011-08-05 Thread Daniel Stenberg
On Fri, 5 Aug 2011, jeremy.lev...@interactivedata.com wrote: The examples are close but I can't seem to figure out the -H Check out the httpcustomheader.c example! and -o handling. I can covert the -o from a file to a buffer if needed. Basically a matter of handling the

Re: git clone over https failure while using socks proxy.

2011-08-05 Thread Daniel Stenberg
On Sat, 6 Aug 2011, jelly wrote: PLEASE stop the top-posting. I've already asked you. It really makes your mails hard to read and this thread hard to track. (I trimmed the subject line to feature less rubbish.) I have updated libcurl to the new version, but i get No URL Set error. Did you

Re:Re: git clone over https failure while using socks proxy.

2011-08-05 Thread jelly
Did you really rebuild it then as you should've? not clean before make.What if you run the test suite, does all the tests still run fine? I can't reproduce Url Not Set problem on commit 817b863466fd9812cb7a2305b66a39f2c0c24dbc.using this version, i can run curl --socks5 localhost:9050