summaryrefslogtreecommitdiff
path: root/evrpc.h
Commit message (Expand)AuthorAgeFilesLines
* Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k...Nick Mathewson2008-06-141-2/+11
* move some structure definitions from evrpc.h to evrpc-internal.hNiels Provos2008-05-131-79/+15
* r15549@tombo: nickm | 2008-05-08 11:53:11 -0400Nick Mathewson2008-05-081-0/+2
* expose a way to create the rpc context manuallyNiels Provos2008-05-011-2/+26
* allow connections to be removed from an rpc poolNiels Provos2008-05-011-5/+21
* allow hooks to get access to the connection objectNiels Provos2007-12-311-4/+10
* allow association of meta data with RPC requests for hook processingNiels Provos2007-12-291-18/+60
* allow hooks to pause RPC processing; this will allow hooks to do meaningful w...Niels Provos2007-12-271-2/+32
* improve doxygen documentationNiels Provos2007-11-041-23/+138
* provide hooks for outgoing pools; associate a base with a poolNiels Provos2007-11-031-3/+11
* simple hooks for processing incoming and outgoing rpcsNiels Provos2007-11-021-0/+34
* 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-13/+29
* support freeing of evrpc baseNiels Provos2007-05-231-0/+3
* support removing of http callbacks and removing of registered RPCsNiels Provos2007-05-231-0/+5
* EVRPC_MAKE_REQUEST needs the pool argumentNiels Provos2007-03-051-1/+1
* better conversion; cannot use event_err here.Niels Provos2007-03-031-4/+6
* proper casting for conversionNiels Provos2007-03-031-1/+2
* install evrpc.h headerNiels Provos2007-03-031-0/+8
* fix a bug where rpc would not be scheduled when they were queued; test for it.Niels Provos2006-11-221-0/+20
* don't require string literal for message nameNiels Provos2006-11-201-2/+2
* generate client request code via macro; flesh out the pools a little bit.Niels Provos2006-11-201-2/+120
* make sure that the rpc callback receives an unmarshaled payload;Niels Provos2006-11-171-7/+3
* first stab at an rpc layer; this breaks the regression test.Niels Provos2006-11-161-0/+151