summaryrefslogtreecommitdiff
path: root/event_rpcgen.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* proxy one more generatorNiels Provos2008-04-031-6/+9
* slight refactoringNiels Provos2008-04-031-125/+159
* make event_rpcgen.py generate code include event-config.hNiels Provos2008-03-031-1/+5
* improved code for evbuffer; avoids memcpyNiels Provos2008-02-281-3/+1
* r18145@catbus: nickm | 2008-02-18 15:02:20 -0500Nick Mathewson2008-02-181-18/+18
* additional add argument was missing const qualifierNiels Provos2007-12-271-1/+2
* support string arrays in event_rpcgenNiels Provos2007-12-241-105/+146
* support integer arrays in rpc structures; this involved some refactoring of ...Niels Provos2007-12-231-205/+368
* fix a bug with event_rpcgen for integersNiels Provos2007-12-131-0/+4
* pull setters/getters out of RPC structures to reduce their memory footprintNiels Provos2007-12-121-20/+26
* support for 32-bit tag numbers in rpc structuresNiels Provos2007-12-121-9/+9
* first attempts at refactoring this code to make it more readable;Niels Provos2007-09-231-259/+243
* deal with out of memory situations for reallocNiels Provos2007-09-151-9/+15
* make allocating array members in event_rpcgen more efficient, but doubling th...Niels Provos2007-09-091-4/+14
* r14618@catbus: nickm | 2007-08-16 17:11:47 -0400Nick Mathewson2007-08-161-2/+2
* make event_rpcgen.py use the uint_ types;Niels Provos2007-07-061-18/+21
* support #define in .rpc descriptionsNiels Provos2006-11-261-2/+13
* make it work with python2.2Niels Provos2006-11-191-5/+10
* use more python builtins; dont use reserved keywordsNiels Provos2006-11-181-21/+21
* oops. the enums were actually creating symbolsNiels Provos2006-05-171-1/+1
* I often need some very simple HTTP functionality, so this is a first stabNiels Provos2006-01-221-1/+1
* make it compile on mac os xNiels Provos2005-09-091-18/+18
* remove dos opportunityNiels Provos2005-08-301-0/+4
* support for arrays on structs.Niels Provos2005-08-281-11/+261
* a few more bug fixesNiels Provos2005-08-271-15/+33
* constifyNiels Provos2005-08-261-13/+14
* fix API problems for get in some typesNiels Provos2005-08-231-4/+23
* typoNiels Provos2005-08-221-2/+2
* make use of the built in warn/err codeNiels Provos2005-08-221-4/+11
* including the tagging code that is required by event_rpcgen.py; test theNiels Provos2005-08-221-18/+41
* generate marshalling code based on libeventNiels Provos2005-08-211-0/+1056