summaryrefslogtreecommitdiff
path: root/evrpc-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add an include to evrpc-internal to fix openbsd compilation warningNick Mathewson2014-03-121-0/+1
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-4/+4
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-3/+3
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* Clean up syntax on TAILQ_ENTRY() usageGilad Benjamini2010-08-131-3/+3
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-4/+4
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-2/+2
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* move some structure definitions from evrpc.h to evrpc-internal.hNiels Provos2008-05-131-0/+76
* allow hooks to get access to the connection objectNiels Provos2007-12-311-1/+13
* allow association of meta data with RPC requests for hook processingNiels Provos2007-12-291-1/+16
* allow hooks to pause RPC processing; this will allow hooks to do meaningful w...Niels Provos2007-12-271-2/+16
* provide hooks for outgoing pools; associate a base with a poolNiels Provos2007-11-031-4/+22
* simple hooks for processing incoming and outgoing rpcsNiels Provos2007-11-021-0/+12
* fix a bug where rpc would not be scheduled when they were queued; test for it.Niels Provos2006-11-221-0/+2
* generate client request code via macro; flesh out the pools a little bit.Niels Provos2006-11-201-0/+10
* prefix was missing /; malformed request caused server to crashNiels Provos2006-11-161-1/+1
* first stab at an rpc layer; this breaks the regression test.Niels Provos2006-11-161-0/+45