summaryrefslogtreecommitdiff
path: root/evrpc-internal.h
Commit message (Expand)AuthorAge
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-17
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-27
* move some structure definitions from evrpc.h to evrpc-internal.hNiels Provos2008-05-13
* 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
* 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
* fix a bug where rpc would not be scheduled when they were queued; test for it.Niels Provos2006-11-22
* generate client request code via macro; flesh out the pools a little bit.Niels Provos2006-11-20
* prefix was missing /; malformed request caused server to crashNiels Provos2006-11-16
* first stab at an rpc layer; this breaks the regression test.Niels Provos2006-11-16