summaryrefslogtreecommitdiff
path: root/evrpc.h
Commit message (Expand)AuthorAgeFilesLines
* 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