On Sun, Feb 3, 2013 at 10:58 AM, fabien pichot wrote:
> Hello,
>
> I didn't lurk that ML that much, so I'm not really sure about the way to send
> patches. But anyway, attached is a patch that makes the error codes public and
> add two functions to get the error and the http request from the evrpc
On Tue, Jan 22, 2013 at 12:50 AM, Nick Mathewson wrote:
> On Mon, Jan 21, 2013 at 9:28 PM, fabien pichot
> wrote:
>> Hello,
>>
>> I'm currently working on a prototype of decentralized VPN, and I'm
>> using libevent for anything related to network.
>>
>> Recently, I decided to write RPC to commun
On Mon, Jan 21, 2013 at 9:28 PM, fabien pichot wrote:
> Hello,
>
> I'm currently working on a prototype of decentralized VPN, and I'm
> using libevent for anything related to network.
>
> Recently, I decided to write RPC to communicate between my nodes. And
> after a quick hovering on evrpc/evhttp