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
/
event_rpcgen.py
Commit message (
Expand
)
Author
Age
*
Fix a memory leak when unmarshalling RPC object arrays
Nick Mathewson
2010-04-23
*
Add void* arguments to request_new and reply_new evrpc hooks
Shuo Chen
2010-04-14
*
Tolerate code that returns from a fatal_cb.
Nick Mathewson
2009-11-20
*
Fix a declaration of __func__ in rpcgen.
Nick Mathewson
2009-11-16
*
Some tweaks to Brodie Thesfield's MSVC patch.
Nick Mathewson
2009-07-28
*
Remove all trailing whitespace from end-of-line.
Nick Mathewson
2009-07-17
*
Allow C identifiers as struct names; allow multiple comments in .rpc files; f...
Niels Provos
2009-07-03
*
Allow specifying the output filename for rpcgen; based on work by jmansion; p...
Niels Provos
2009-07-03
*
fix preamble of rpcgen-generated files to rely on event2 includes; based on w...
Niels Provos
2009-07-03
*
Raise RpcGenError in event_rpcgen.py; from jmanison and Zack Weinberg
Niels Provos
2009-07-03
*
remove vararg macros for accessing evrpc structs
Niels Provos
2009-04-25
*
Fix c89 bugs reported by Cory Stup.
Nick Mathewson
2009-04-23
*
Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h
Nick Mathewson
2009-04-17
*
Remove all trailing whitespace in all the source files.
Nick Mathewson
2009-01-27
*
support 64-bit integers in rpc structs
Niels Provos
2008-06-21
*
r19601@catbus: nickm | 2008-05-05 11:45:04 -0400
Nick Mathewson
2008-05-05
*
proxy one more generator
Niels Provos
2008-04-03
*
slight refactoring
Niels Provos
2008-04-03
*
make event_rpcgen.py generate code include event-config.h
Niels Provos
2008-03-03
*
improved code for evbuffer; avoids memcpy
Niels Provos
2008-02-28
*
r18145@catbus: nickm | 2008-02-18 15:02:20 -0500
Nick Mathewson
2008-02-18
*
additional add argument was missing const qualifier
Niels Provos
2007-12-27
*
support string arrays in event_rpcgen
Niels Provos
2007-12-24
*
support integer arrays in rpc structures; this involved some refactoring of ...
Niels Provos
2007-12-23
*
fix a bug with event_rpcgen for integers
Niels Provos
2007-12-13
*
pull setters/getters out of RPC structures to reduce their memory footprint
Niels Provos
2007-12-12
*
support for 32-bit tag numbers in rpc structures
Niels Provos
2007-12-12
*
first attempts at refactoring this code to make it more readable;
Niels Provos
2007-09-23
*
deal with out of memory situations for realloc
Niels Provos
2007-09-15
*
make allocating array members in event_rpcgen more efficient, but doubling th...
Niels Provos
2007-09-09
*
r14618@catbus: nickm | 2007-08-16 17:11:47 -0400
Nick Mathewson
2007-08-16
*
make event_rpcgen.py use the uint_ types;
Niels Provos
2007-07-06
*
support #define in .rpc descriptions
Niels Provos
2006-11-26
*
make it work with python2.2
Niels Provos
2006-11-19
*
use more python builtins; dont use reserved keywords
Niels Provos
2006-11-18
*
oops. the enums were actually creating symbols
Niels Provos
2006-05-17
*
I often need some very simple HTTP functionality, so this is a first stab
Niels Provos
2006-01-22
*
make it compile on mac os x
Niels Provos
2005-09-09
*
remove dos opportunity
Niels Provos
2005-08-30
*
support for arrays on structs.
Niels Provos
2005-08-28
*
a few more bug fixes
Niels Provos
2005-08-27
*
constify
Niels Provos
2005-08-26
*
fix API problems for get in some types
Niels Provos
2005-08-23
*
typo
Niels Provos
2005-08-22
*
make use of the built in warn/err code
Niels Provos
2005-08-22
*
including the tagging code that is required by event_rpcgen.py; test the
Niels Provos
2005-08-22
*
generate marshalling code based on libevent
Niels Provos
2005-08-21