summaryrefslogtreecommitdiff
path: root/event_rpcgen.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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