index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evrpc.h
Commit message (
Expand
)
Author
Age
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
move more code directly into evrpc.c; provide backwards compatible vararg macros
Niels Provos
2009-04-25
*
refactor evrpc.h header filer
Niels Provos
2009-04-25
*
refactor evrpc.h header filer
Niels Provos
2009-04-25
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
*
Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k...
Nick Mathewson
2008-06-14
*
move some structure definitions from evrpc.h to evrpc-internal.h
Niels Provos
2008-05-13
*
r15549@tombo: nickm | 2008-05-08 11:53:11 -0400
Nick Mathewson
2008-05-08
*
expose a way to create the rpc context manually
Niels Provos
2008-05-01
*
allow connections to be removed from an rpc pool
Niels Provos
2008-05-01
*
allow hooks to get access to the connection object
Niels Provos
2007-12-31
*
allow association of meta data with RPC requests for hook processing
Niels Provos
2007-12-29
*
allow hooks to pause RPC processing; this will allow hooks to do meaningful w...
Niels Provos
2007-12-27
*
improve doxygen documentation
Niels Provos
2007-11-04
*
provide hooks for outgoing pools; associate a base with a pool
Niels Provos
2007-11-03
*
simple hooks for processing incoming and outgoing rpcs
Niels Provos
2007-11-02
*
r14618@catbus: nickm | 2007-08-16 17:11:47 -0400
Nick Mathewson
2007-08-16
*
change the signature of the client rpc callback to pass in an rpc status; the...
Niels Provos
2007-05-29
*
support freeing of evrpc base
Niels Provos
2007-05-23
*
support removing of http callbacks and removing of registered RPCs
Niels Provos
2007-05-23
*
EVRPC_MAKE_REQUEST needs the pool argument
Niels Provos
2007-03-05
*
better conversion; cannot use event_err here.
Niels Provos
2007-03-03
*
proper casting for conversion
Niels Provos
2007-03-03
*
install evrpc.h header
Niels Provos
2007-03-03
*
fix a bug where rpc would not be scheduled when they were queued; test for it.
Niels Provos
2006-11-22
*
don't require string literal for message name
Niels Provos
2006-11-20
*
generate client request code via macro; flesh out the pools a little bit.
Niels Provos
2006-11-20
*
make sure that the rpc callback receives an unmarshaled payload;
Niels Provos
2006-11-17
*
first stab at an rpc layer; this breaks the regression test.
Niels Provos
2006-11-16