summaryrefslogtreecommitdiff
path: root/evrpc.c
Commit message (Expand)AuthorAgeFilesLines
* dereference the right field and associate the right connectionNiels Provos2007-12-311-3/+3
* allow hooks to get access to the connection objectNiels Provos2007-12-311-91/+148
* allow association of meta data with RPC requests for hook processingNiels Provos2007-12-291-0/+102
* pausing an rpc via a hook needs to deal with the fact that http callbacks fre...Niels Provos2007-12-281-5/+18
* allow hooks to pause RPC processing; this will allow hooks to do meaningful w...Niels Provos2007-12-271-60/+260
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-2/+2
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-16/+17
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-2/+0
* r16506@catbus: nickm | 2007-11-07 01:29:59 -0500Nick Mathewson2007-11-071-1/+1
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-1/+2
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* provide hooks for outgoing pools; associate a base with a poolNiels Provos2007-11-031-22/+63
* simple hooks for processing incoming and outgoing rpcsNiels Provos2007-11-021-3/+105
* r14618@catbus: nickm | 2007-08-16 17:11:47 -0400Nick Mathewson2007-08-161-1/+1
* change the signature of the client rpc callback to pass in an rpc status; the...Niels Provos2007-05-291-3/+14
* support freeing of evrpc baseNiels Provos2007-05-231-0/+6
* support removing of http callbacks and removing of registered RPCsNiels Provos2007-05-231-0/+29
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* fix a bug where rpc would not be scheduled when they were queued; test for it.Niels Provos2006-11-221-13/+79
* mingw fixes from NickNiels Provos2006-11-221-1/+5
* finish RPC client supportNiels Provos2006-11-201-8/+46
* generate client request code via macro; flesh out the pools a little bit.Niels Provos2006-11-201-10/+149
* make sure that the rpc callback receives an unmarshaled payload;Niels Provos2006-11-171-11/+17
* prefix was missing /; malformed request caused server to crashNiels Provos2006-11-161-2/+2
* first stab at an rpc layer; this breaks the regression test.Niels Provos2006-11-161-0/+212