summaryrefslogtreecommitdiff
path: root/event_rpcgen.py
Commit message (Expand)AuthorAge
* Fix a memory leak when unmarshalling RPC object arraysNick Mathewson2010-04-23
* Add void* arguments to request_new and reply_new evrpc hooksShuo Chen2010-04-14
* Tolerate code that returns from a fatal_cb.Nick Mathewson2009-11-20
* Fix a declaration of __func__ in rpcgen.Nick Mathewson2009-11-16
* Some tweaks to Brodie Thesfield's MSVC patch.Nick Mathewson2009-07-28
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-17
* Allow C identifiers as struct names; allow multiple comments in .rpc files; f...Niels Provos2009-07-03
* Allow specifying the output filename for rpcgen; based on work by jmansion; p...Niels Provos2009-07-03
* fix preamble of rpcgen-generated files to rely on event2 includes; based on w...Niels Provos2009-07-03
* Raise RpcGenError in event_rpcgen.py; from jmanison and Zack WeinbergNiels Provos2009-07-03
* remove vararg macros for accessing evrpc structsNiels Provos2009-04-25
* Fix c89 bugs reported by Cory Stup.Nick Mathewson2009-04-23
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-17
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-27
* support 64-bit integers in rpc structsNiels Provos2008-06-21
* r19601@catbus: nickm | 2008-05-05 11:45:04 -0400Nick Mathewson2008-05-05
* proxy one more generatorNiels Provos2008-04-03
* slight refactoringNiels Provos2008-04-03
* make event_rpcgen.py generate code include event-config.hNiels Provos2008-03-03
* improved code for evbuffer; avoids memcpyNiels Provos2008-02-28
* r18145@catbus: nickm | 2008-02-18 15:02:20 -0500Nick Mathewson2008-02-18
* additional add argument was missing const qualifierNiels Provos2007-12-27
* support string arrays in event_rpcgenNiels Provos2007-12-24
* support integer arrays in rpc structures; this involved some refactoring of ...Niels Provos2007-12-23
* fix a bug with event_rpcgen for integersNiels Provos2007-12-13
* pull setters/getters out of RPC structures to reduce their memory footprintNiels Provos2007-12-12
* support for 32-bit tag numbers in rpc structuresNiels Provos2007-12-12
* first attempts at refactoring this code to make it more readable;Niels Provos2007-09-23
* deal with out of memory situations for reallocNiels Provos2007-09-15
* make allocating array members in event_rpcgen more efficient, but doubling th...Niels Provos2007-09-09
* r14618@catbus: nickm | 2007-08-16 17:11:47 -0400Nick Mathewson2007-08-16
* make event_rpcgen.py use the uint_ types;Niels Provos2007-07-06
* support #define in .rpc descriptionsNiels Provos2006-11-26
* make it work with python2.2Niels Provos2006-11-19
* use more python builtins; dont use reserved keywordsNiels Provos2006-11-18
* oops. the enums were actually creating symbolsNiels Provos2006-05-17
* I often need some very simple HTTP functionality, so this is a first stabNiels Provos2006-01-22
* make it compile on mac os xNiels Provos2005-09-09
* remove dos opportunityNiels Provos2005-08-30
* support for arrays on structs.Niels Provos2005-08-28
* a few more bug fixesNiels Provos2005-08-27
* constifyNiels Provos2005-08-26
* fix API problems for get in some typesNiels Provos2005-08-23
* typoNiels Provos2005-08-22
* make use of the built in warn/err codeNiels Provos2005-08-22
* including the tagging code that is required by event_rpcgen.py; test theNiels Provos2005-08-22
* generate marshalling code based on libeventNiels Provos2005-08-21