event_rpcgen.py


Log

Author Commit Date CI Message
Niels Provos 3c1a6a68 2007-09-23T03:49:28 first attempts at refactoring this code to make it more readable; mostly changing to dictionaries for format strings svn:r450
Niels Provos 640c61ba 2007-09-15T00:53:47 deal with out of memory situations for realloc svn:r429
Niels Provos babd622f 2007-09-09T03:10:16 make allocating array members in event_rpcgen more efficient, but doubling the size of available slots every time we run out. svn:r421
Nick Mathewson 35983cd6 2007-08-16T21:12:53 r14618@catbus: nickm | 2007-08-16 17:11:47 -0400 In ANSI C, int func() is a function with unspecified arguments, whereas int func(void) is a function that takes no arguments. Using int func() to mean a function with no arguments is a C++ism, so let's not use or generate it. svn:r395
Niels Provos b15d715c 2007-07-06T03:36:31 make event_rpcgen.py use the uint_ types; make event.h include stdint.h (wonder which OS that will break) svn:r369
Niels Provos c1aa5480 2006-11-26T16:13:17 support #define in .rpc descriptions svn:r278
Niels Provos 3a15f7d4 2006-11-19T02:03:43 make it work with python2.2 svn:r267
Niels Provos 226fd50a 2006-11-18T21:27:42 use more python builtins; dont use reserved keywords svn:r266
Niels Provos ebf5333f 2006-05-17T13:13:31 oops. the enums were actually creating symbols svn:r212
Niels Provos a3bb4a03 2006-01-22T05:08:50 I often need some very simple HTTP functionality, so this is a first stab at integrating something really simple with HTTP. The interface is still evolving as I start messing with it. Not all the interfaces are properly exported yet. I am also trying to figure out how to intelligently hide the details about the different structures from users, so that that things can be changed around later. svn:r196
Niels Provos 50f7aaef 2005-09-09T06:56:12 make it compile on mac os x svn:r183
Niels Provos 7000fe66 2005-08-30T06:02:09 remove dos opportunity svn:r180
Niels Provos b4ab56dc 2005-08-28T23:48:16 support for arrays on structs. svn:r178
Niels Provos 32acc283 2005-08-27T06:29:52 a few more bug fixes svn:r177
Niels Provos 2813f1b0 2005-08-26T02:15:54 constify svn:r176
Niels Provos aaf56fb6 2005-08-23T07:43:11 fix API problems for get in some types svn:r175
Niels Provos 6e55da60 2005-08-22T01:39:54 typo svn:r174
Niels Provos e5ab86a7 2005-08-22T01:38:23 make use of the built in warn/err code svn:r173
Niels Provos c4e60994 2005-08-22T01:34:34 including the tagging code that is required by event_rpcgen.py; test the new functionality. svn:r172
Niels Provos 949cbd12 2005-08-21T16:25:02 generate marshalling code based on libevent svn:r171