summaryrefslogtreecommitdiff
path: root/evrpc.h
Commit message (Expand)AuthorAge
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* move more code directly into evrpc.c; provide backwards compatible vararg macrosNiels Provos2009-04-25
* refactor evrpc.h header filerNiels Provos2009-04-25
* refactor evrpc.h header filerNiels Provos2009-04-25
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-27
* Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k...Nick Mathewson2008-06-14
* move some structure definitions from evrpc.h to evrpc-internal.hNiels Provos2008-05-13
* r15549@tombo: nickm | 2008-05-08 11:53:11 -0400Nick Mathewson2008-05-08
* expose a way to create the rpc context manuallyNiels Provos2008-05-01
* allow connections to be removed from an rpc poolNiels Provos2008-05-01
* allow hooks to get access to the connection objectNiels Provos2007-12-31
* allow association of meta data with RPC requests for hook processingNiels Provos2007-12-29
* allow hooks to pause RPC processing; this will allow hooks to do meaningful w...Niels Provos2007-12-27
* improve doxygen documentationNiels Provos2007-11-04
* provide hooks for outgoing pools; associate a base with a poolNiels Provos2007-11-03
* simple hooks for processing incoming and outgoing rpcsNiels Provos2007-11-02
* r14618@catbus: nickm | 2007-08-16 17:11:47 -0400Nick Mathewson2007-08-16
* change the signature of the client rpc callback to pass in an rpc status; the...Niels Provos2007-05-29
* support freeing of evrpc baseNiels Provos2007-05-23
* support removing of http callbacks and removing of registered RPCsNiels Provos2007-05-23
* EVRPC_MAKE_REQUEST needs the pool argumentNiels Provos2007-03-05
* better conversion; cannot use event_err here.Niels Provos2007-03-03
* proper casting for conversionNiels Provos2007-03-03
* install evrpc.h headerNiels Provos2007-03-03
* fix a bug where rpc would not be scheduled when they were queued; test for it.Niels Provos2006-11-22
* don't require string literal for message nameNiels Provos2006-11-20
* generate client request code via macro; flesh out the pools a little bit.Niels Provos2006-11-20
* make sure that the rpc callback receives an unmarshaled payload;Niels Provos2006-11-17
* first stab at an rpc layer; this breaks the regression test.Niels Provos2006-11-16