index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
event_rpcgen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-10-26
1
-1
/
+1
|
\
|
*
Use python2 rather than python
Ross Lagerwall
2012-10-23
1
-1
/
+1
*
|
New --quiet option for event_rpcgen.py
Nick Mathewson
2012-08-28
1
-5
/
+16
*
|
event_rpcgen.py now prints status information to stdout and errors to stderr.
Ross Lagerwall
2012-03-06
1
-5
/
+5
*
|
Make event_rpcgen.py output conform to indentifier conventions, more
Nick Mathewson
2012-02-29
1
-7
/
+7
*
|
Make event_rpcgen.py output conform to indentifier conventions
Nick Mathewson
2012-02-29
1
-3
/
+3
|
/
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+2
*
add a requested docstring for event_rpcgen.CommandLine.__init__
Nick Mathewson
2010-10-25
1
-0
/
+5
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Fix a memory leak when unmarshalling RPC object arrays
Nick Mathewson
2010-04-23
1
-17
/
+23
*
Add void* arguments to request_new and reply_new evrpc hooks
Shuo Chen
2010-04-14
1
-0
/
+7
*
Tolerate code that returns from a fatal_cb.
Nick Mathewson
2009-11-20
1
-2
/
+0
*
Fix a declaration of __func__ in rpcgen.
Nick Mathewson
2009-11-16
1
-1
/
+1
*
Some tweaks to Brodie Thesfield's MSVC patch.
Nick Mathewson
2009-07-28
1
-0
/
+4
*
Remove all trailing whitespace from end-of-line.
Nick Mathewson
2009-07-17
1
-5
/
+5
*
Allow C identifiers as struct names; allow multiple comments in .rpc files; f...
Niels Provos
2009-07-03
1
-9
/
+16
*
Allow specifying the output filename for rpcgen; based on work by jmansion; p...
Niels Provos
2009-07-03
1
-43
/
+83
*
fix preamble of rpcgen-generated files to rely on event2 includes; based on w...
Niels Provos
2009-07-03
1
-16
/
+13
*
Raise RpcGenError in event_rpcgen.py; from jmanison and Zack Weinberg
Niels Provos
2009-07-03
1
-47
/
+44
*
remove vararg macros for accessing evrpc structs
Niels Provos
2009-04-25
1
-12
/
+1
*
Fix c89 bugs reported by Cory Stup.
Nick Mathewson
2009-04-23
1
-0
/
+2
*
Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h
Nick Mathewson
2009-04-17
1
-2
/
+2
*
Remove all trailing whitespace in all the source files.
Nick Mathewson
2009-01-27
1
-73
/
+73
*
support 64-bit integers in rpc structs
Niels Provos
2008-06-21
1
-11
/
+21
*
r19601@catbus: nickm | 2008-05-05 11:45:04 -0400
Nick Mathewson
2008-05-05
1
-1
/
+4
*
proxy one more generator
Niels Provos
2008-04-03
1
-6
/
+9
*
slight refactoring
Niels Provos
2008-04-03
1
-125
/
+159
*
make event_rpcgen.py generate code include event-config.h
Niels Provos
2008-03-03
1
-1
/
+5
*
improved code for evbuffer; avoids memcpy
Niels Provos
2008-02-28
1
-3
/
+1
*
r18145@catbus: nickm | 2008-02-18 15:02:20 -0500
Nick Mathewson
2008-02-18
1
-18
/
+18
*
additional add argument was missing const qualifier
Niels Provos
2007-12-27
1
-1
/
+2
*
support string arrays in event_rpcgen
Niels Provos
2007-12-24
1
-105
/
+146
*
support integer arrays in rpc structures; this involved some refactoring of ...
Niels Provos
2007-12-23
1
-205
/
+368
*
fix a bug with event_rpcgen for integers
Niels Provos
2007-12-13
1
-0
/
+4
*
pull setters/getters out of RPC structures to reduce their memory footprint
Niels Provos
2007-12-12
1
-20
/
+26
*
support for 32-bit tag numbers in rpc structures
Niels Provos
2007-12-12
1
-9
/
+9
*
first attempts at refactoring this code to make it more readable;
Niels Provos
2007-09-23
1
-259
/
+243
*
deal with out of memory situations for realloc
Niels Provos
2007-09-15
1
-9
/
+15
*
make allocating array members in event_rpcgen more efficient, but doubling th...
Niels Provos
2007-09-09
1
-4
/
+14
*
r14618@catbus: nickm | 2007-08-16 17:11:47 -0400
Nick Mathewson
2007-08-16
1
-2
/
+2
*
make event_rpcgen.py use the uint_ types;
Niels Provos
2007-07-06
1
-18
/
+21
*
support #define in .rpc descriptions
Niels Provos
2006-11-26
1
-2
/
+13
*
make it work with python2.2
Niels Provos
2006-11-19
1
-5
/
+10
*
use more python builtins; dont use reserved keywords
Niels Provos
2006-11-18
1
-21
/
+21
*
oops. the enums were actually creating symbols
Niels Provos
2006-05-17
1
-1
/
+1
*
I often need some very simple HTTP functionality, so this is a first stab
Niels Provos
2006-01-22
1
-1
/
+1
*
make it compile on mac os x
Niels Provos
2005-09-09
1
-18
/
+18
*
remove dos opportunity
Niels Provos
2005-08-30
1
-0
/
+4
*
support for arrays on structs.
Niels Provos
2005-08-28
1
-11
/
+261
*
a few more bug fixes
Niels Provos
2005-08-27
1
-15
/
+33
[next]