summaryrefslogtreecommitdiff
path: root/event_rpcgen.py
Commit message (Expand)AuthorAgeFilesLines
* Make all classes Entry, Struct, etc) new-style classesEnji Cooper2020-06-251-4/+4
* event_rpcgen.py: fix arguments-differAzat Khuzhin2020-03-281-2/+2
* event_rpcgen.py: fix attribute-defined-outside-initAzat Khuzhin2020-03-281-0/+2
* event_rpcgen: suppress some warnings to make pylint cleanAzat Khuzhin2020-03-281-1/+7
* Don't accumulate arguments in `Entry.GetTranslation`Enji Cooper2020-03-271-1/+3
* Fix improper string concatenations in listsEnji Cooper2020-03-271-4/+7
* Fix warnings regarding unused variablesEnji Cooper2020-03-271-23/+18
* Don't override the `type` built-inEnji Cooper2020-03-271-13/+13
* Call `super` to call methods from the parent classEnji Cooper2020-03-271-7/+7
* Address `no-self-use` issues reported by pylintEnji Cooper2020-03-271-33/+64
* Run the code through the black formatterEnji Cooper2020-03-271-586/+708
* Reformat strings to templateEnji Cooper2020-03-271-181/+200
* Add `argparse` supportEnji Cooper2020-03-271-33/+34
* Precompile regular expressionsEnji Cooper2020-03-271-24/+34
* Use bools instead of ints values where possibleEnji Cooper2020-03-271-23/+23
* Rename all global variables to match the PEP8 specEnji Cooper2020-03-271-31/+31
* Handle file pointers with context suite patternsEnji Cooper2020-03-271-20/+17
* Iterate over `tokens` with a for instead of whileEnji Cooper2020-03-271-5/+6
* Fix indentation for `RpcGenError`Enji Cooper2020-03-271-5/+9
* Don't override `file` built-inEnji Cooper2020-03-271-70/+70
* Resolve variable name issues per PEP8Enji Cooper2020-03-271-8/+9
* Sort imports per PEP8Enji Cooper2020-03-271-1/+1
* Cleanup __func__ detectionAzat Khuzhin2018-08-021-2/+8
* Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3.Kiyoshi Aman2017-09-251-85/+82
* util-internal: fix __func__ redefinition (netbsd)Azat Khuzhin2016-12-061-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-10-261-1/+1
|\
| * Use python2 rather than pythonRoss Lagerwall2012-10-231-1/+1
* | New --quiet option for event_rpcgen.pyNick Mathewson2012-08-281-5/+16
* | event_rpcgen.py now prints status information to stdout and errors to stderr.Ross Lagerwall2012-03-061-5/+5
* | Make event_rpcgen.py output conform to indentifier conventions, moreNick Mathewson2012-02-291-7/+7
* | Make event_rpcgen.py output conform to indentifier conventionsNick Mathewson2012-02-291-3/+3
|/
* Update copyright notices to 2012Nick Mathewson2012-02-101-1/+2
* add a requested docstring for event_rpcgen.CommandLine.__init__Nick Mathewson2010-10-251-0/+5
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Fix a memory leak when unmarshalling RPC object arraysNick Mathewson2010-04-231-17/+23
* Add void* arguments to request_new and reply_new evrpc hooksShuo Chen2010-04-141-0/+7
* Tolerate code that returns from a fatal_cb.Nick Mathewson2009-11-201-2/+0
* Fix a declaration of __func__ in rpcgen.Nick Mathewson2009-11-161-1/+1
* Some tweaks to Brodie Thesfield's MSVC patch.Nick Mathewson2009-07-281-0/+4
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-5/+5
* Allow C identifiers as struct names; allow multiple comments in .rpc files; f...Niels Provos2009-07-031-9/+16
* Allow specifying the output filename for rpcgen; based on work by jmansion; p...Niels Provos2009-07-031-43/+83
* fix preamble of rpcgen-generated files to rely on event2 includes; based on w...Niels Provos2009-07-031-16/+13
* Raise RpcGenError in event_rpcgen.py; from jmanison and Zack WeinbergNiels Provos2009-07-031-47/+44
* remove vararg macros for accessing evrpc structsNiels Provos2009-04-251-12/+1
* Fix c89 bugs reported by Cory Stup.Nick Mathewson2009-04-231-0/+2
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-2/+2
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-73/+73
* support 64-bit integers in rpc structsNiels Provos2008-06-211-11/+21
* r19601@catbus: nickm | 2008-05-05 11:45:04 -0400Nick Mathewson2008-05-051-1/+4