NTP with libCURL?

2014-10-10 Thread Jon Torrey
Hi everyone, Pretty straightforward question - Does libCURL offer the capability of NTP or a way to at least emulate NTP? I say emulate because NTP is just sending a UDP message to a server, I think. Thanks all, JT --- List admin: h

Re: Networking Question : Windows vs *Unix

2014-08-27 Thread Jon Torrey
gethostEnt gethostbyaddr gethostbyname gethostbyname2 gethostname On Tue, Aug 26, 2014 at 5:18 PM, Daniel Stenberg wrote: > On Tue, 26 Aug 2014, Jon Torrey wrote: > > Recently, I have written an application which uses the same code but does >> not behave normally. Curl fails to

Networking Question : Windows vs *Unix

2014-08-26 Thread Jon Torrey
Hey everyone, In the past, I wrote a prototype application which makes HTTP PUT requests on a Windows machine which communicates with an API using REST-style commands. This application works flawlessly in the fact that it resolves hostnames just fine. Recently, I have written an application whic

Re: removal of POSIX

2014-08-18 Thread Jon Torrey
knowledgeable people may be able to help me. Regards, JT On Sat, Aug 16, 2014 at 6:04 PM, Daniel Stenberg wrote: > On Fri, 15 Aug 2014, Jon Torrey wrote: > > This question is fairly simple and may be redundant, but is there any way >> to strip libCURL of all POSIX functional

removal of POSIX

2014-08-15 Thread Jon Torrey
This question is fairly simple and may be redundant, but is there any way to strip libCURL of all POSIX functionality? I have been working on the porting of libCURL to my system and have gotten it to compile and link successfully, but during runtime I am getting access denied errors on system call

Re: Porting libcurl on embedded system with proprietary OS

2014-07-25 Thread Jon Torrey
Also - if anyone happens to have an INTEGRITY config file and could send me it as an example that would be greatly appreciated. Thanks, JT On Fri, Jul 25, 2014 at 10:54 AM, Jon Torrey wrote: > A simple approach can be to just run ./configure once on your linux >> machine, then go th

Re: Porting libcurl on embedded system with proprietary OS

2014-07-25 Thread Jon Torrey
ood idea. I am in the process of doing that now and will get back with you if it fails/succeeds. Thanks, JT On Fri, Jul 25, 2014 at 10:08 AM, Daniel Stenberg wrote: > On Fri, 25 Jul 2014, Jon Torrey wrote: > > I have noticed it is very complex. Was very interested if there was any &

Re: Porting libcurl on embedded system with proprietary OS

2014-07-25 Thread Jon Torrey
ne the platform it needs to configure for and that is why I did a search. I have access to any INTEGRITY files including the manuals, fyi. Thanks, JT On Thu, Jul 24, 2014 at 4:31 PM, Dan Fandrich wrote: > On Thu, Jul 24, 2014 at 09:39:00AM -0400, Jon Torrey wrote: > > I am currently at

Porting libcurl on embedded system with proprietary OS

2014-07-24 Thread Jon Torrey
Hi everyone, I am currently attempting to port over libcurl to an ARM-based embedded system with a proprietary operating system. After practicing building on both Linux and Windows and capturing the output of the process in text files and reading over them, I have what might be an easy question t

Re: Static Library Compilation - Borland

2014-06-02 Thread Jon Torrey
ne of the most useful things I've ran into in a while regarding support / discussion for this extremely useful library. Regards, JT On Mon, Jun 2, 2014 at 12:52 PM, Gisle Vanem wrote: > "Jon Torrey" wrote: > > I thought by default I didn't need to define SS

Re: Static Library Compilation - Borland

2014-06-02 Thread Jon Torrey
error. Maybe I am unsure by exactly what you mean. On Fri, May 30, 2014 at 4:40 PM, Daniel Stenberg wrote: > On Fri, 30 May 2014, Jon Torrey wrote: > > Error Buffer = Protocol https not supported or disabled in libcurl >> > > This says all you need. HTTPS is not enabled

Static Library Compilation - Borland

2014-05-30 Thread Jon Torrey
Hi all, *Background :* Previously in the past, I had an active topic on resolving the error of not being able to complete a build using the Borland compiler, or in this case, 'make borland'. The cause of this was that the new /vtls features were not added into the Makefile. Just for reference h

Re: Building libcurl with Borland BCC5.5 compiler

2014-05-10 Thread Jon Torrey
I will be in on Monday to run the test and also send an attachment of all the output. On Fri, May 9, 2014 at 1:14 PM, Steve Holme wrote: > On Fri, 9 May 2014, Steve Holme wrote: > > > I will push my changes - but are you also able to give these a > > final test please? > > I've pushed commit 0a

Re: Building libcurl with Borland BCC5.5 compiler

2014-05-09 Thread Jon Torrey
Hey Steve, Sorry for the delay, I was away from the desk this afternoon. After sending the e-mail I then realized, CRAP, I bet it would be beneficial to say exactly what changes were made. Here in summary are the changes. I am not 100% aware of the original content of these lines so please bare

Re: Building libcurl with Borland BCC5.5 compiler

2014-05-09 Thread Jon Torrey
.\BCC_obj\vtls directory, no files are placed inside of it during the make process. I will leave this up to the real developers ( you guys ) to decide on what to do with this. Thank you for your generosity and the kick ass library you have put together. Regards, JT On Fri, May 9, 2014 at 9:08

Re: Building libcurl with Borland BCC5.5 compiler

2014-05-09 Thread Jon Torrey
roblem I think is that TLIB is looking inside BCC)obj/vtls but there is nothing inside of it, it is empty. However, openssl.obj is inside /BCC_obj. On Thu, May 8, 2014 at 4:06 PM, Steve Holme wrote: > On Thu, 8 May 2014, Jon Torrey wrote: > > > Thank you for the speedy reply

Re: Building libcurl with Borland BCC5.5 compiler

2014-05-08 Thread Jon Torrey
i.obj & +vtls/openssl.obj & Warning: unknown command line switch 'o' ignored Error: unexpected char 'p' in command line ** error 1 ** deleting libcurl.lib ** error 1 ** deleting borland Seems to me there may be a typo in a file somewhere. I am not familiar enough wit

Re: Building libcurl with Borland BCC5.5 compiler

2014-05-07 Thread Jon Torrey
know if this helps, but openssl.c/.h are in the /vtls subdirectory inside /lib. We obviously have the source files. Regards, JT On Tue, May 6, 2014 at 7:29 PM, Steve Holme wrote: > On Tue, 6 May 2014, Jon Torrey wrote: > > > 1. After read the instructions in GIT-INFO, I ran buil

Re: Building libcurl with Borland BCC5.5 compiler

2014-05-06 Thread Jon Torrey
openssl path to the appropriate location inside Makefile.b32 I have also done a search and cannot find openssl.obj on my system, meaning it must be created during the build process. On Tue, May 6, 2014 at 3:00 AM, Daniel Stenberg wrote: > On Mon, 5 May 2014, Jon Torrey wrote: > > *1. At

Building libcurl with Borland BCC5.5 compiler

2014-05-05 Thread Jon Torrey
I have been attempting to build and compile libcurl on my Windows machine. More specifically, with HTTP_ONLY to start out with for now. I want to get familiar with building this library so I can port it over to my own system. I did put a #define HTTP_ONLY in the top of config-win32.h and curl_se