Re: [Libevent-users] [PATCH] Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.

2013-03-07 Thread Patrick Pelletier
On 03/07/2013 08:51 AM, Nick Mathewson wrote: Thanks! Is there no way to do this *without* importing a big pile of code from curl? That seems kinda extreme. We could go back to Catalin's original, which accepts certificates that don't match the host. It guess it's a question of what an examp

[Libevent-users] libpropeller - high level multithreaded library built with libevent

2013-03-07 Thread Sergey Zavadski
For some time now I have been working on libpropeller - https://github.com/sergeyzavadski/libpropeller. It is a high level multi threaded library, that has full HTTP support (but is possible to build custom TCP servers as well). It is written in C++ and using libevent's bufferevents as the founda

Re: [Libevent-users] [PATCH] Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.

2013-03-07 Thread Nick Mathewson
On Wed, Mar 6, 2013 at 11:48 PM, Patrick Pelletier wrote: > On 02/27/2013 10:22 PM, Patrick Pelletier wrote: >> >> But now, without further ado, here is my branch which takes Catalin's >> original https-client.c, fixes a few small issues (or things which I >> considered issues in my opinion), and