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
*
Make all classes Entry, Struct, etc) new-style classes
Enji Cooper
2020-06-25
1
-4
/
+4
*
event_rpcgen.py: fix arguments-differ
Azat Khuzhin
2020-03-28
1
-2
/
+2
*
event_rpcgen.py: fix attribute-defined-outside-init
Azat Khuzhin
2020-03-28
1
-0
/
+2
*
event_rpcgen: suppress some warnings to make pylint clean
Azat Khuzhin
2020-03-28
1
-1
/
+7
*
Don't accumulate arguments in `Entry.GetTranslation`
Enji Cooper
2020-03-27
1
-1
/
+3
*
Fix improper string concatenations in lists
Enji Cooper
2020-03-27
1
-4
/
+7
*
Fix warnings regarding unused variables
Enji Cooper
2020-03-27
1
-23
/
+18
*
Don't override the `type` built-in
Enji Cooper
2020-03-27
1
-13
/
+13
*
Call `super` to call methods from the parent class
Enji Cooper
2020-03-27
1
-7
/
+7
*
Address `no-self-use` issues reported by pylint
Enji Cooper
2020-03-27
1
-33
/
+64
*
Run the code through the black formatter
Enji Cooper
2020-03-27
1
-586
/
+708
*
Reformat strings to template
Enji Cooper
2020-03-27
1
-181
/
+200
*
Add `argparse` support
Enji Cooper
2020-03-27
1
-33
/
+34
*
Precompile regular expressions
Enji Cooper
2020-03-27
1
-24
/
+34
*
Use bools instead of ints values where possible
Enji Cooper
2020-03-27
1
-23
/
+23
*
Rename all global variables to match the PEP8 spec
Enji Cooper
2020-03-27
1
-31
/
+31
*
Handle file pointers with context suite patterns
Enji Cooper
2020-03-27
1
-20
/
+17
*
Iterate over `tokens` with a for instead of while
Enji Cooper
2020-03-27
1
-5
/
+6
*
Fix indentation for `RpcGenError`
Enji Cooper
2020-03-27
1
-5
/
+9
*
Don't override `file` built-in
Enji Cooper
2020-03-27
1
-70
/
+70
*
Resolve variable name issues per PEP8
Enji Cooper
2020-03-27
1
-8
/
+9
*
Sort imports per PEP8
Enji Cooper
2020-03-27
1
-1
/
+1
*
Cleanup __func__ detection
Azat Khuzhin
2018-08-02
1
-2
/
+8
*
Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3.
Kiyoshi Aman
2017-09-25
1
-85
/
+82
*
util-internal: fix __func__ redefinition (netbsd)
Azat Khuzhin
2016-12-06
1
-1
/
+1
*
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
[next]