kc3-lang/libevent/event_tagging.c

Branch :


Log

Author Commit Date CI Message
2026b215 2007-11-03 23:53:49 remove last vestiges of RBTREE svn:r470
7b7742fc 2007-09-16 02:26:37 optimize by removing a variable svn:r433
35983cd6 2007-08-16 21: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
753ffa56 2007-06-30 19:08:46 convert u_int8_t types to uint8_t types svn:r368
f0ff792a 2007-06-30 18:58:34 fixes from Joerg Sonnenberger: http.c is a violation of the ctype(3) interface and an unused function. test/regress_http.c are incorrect format strings. test/regress.c uses raise(3) from signal.h. evdns.c: evdns_error_strings is unused. The GET* macros can eat the semicolon from the expression. pos is passed in as off_t, so just pass that down. When assigning negativ values to unsigned variables, an explicit cast is considered good style. svn:r367
aa5c8068 2007-06-16 03:23:15 make it compile on solaris; from Andrei Nigmatulin svn:r366
b5d2f9a2 2007-03-01 06:25:18 rolling back r339: evconfig.h does not work svn:r341
127c260b 2007-02-28 04:02:29 make evconfig.h available as installed header file; not really ideal but good enough for me; from Nick Mathewson svn:r339
f86cead0 2007-02-24 08:33:07 remove artifical 16-bit restriction on evrpc entries svn:r337
868f10e7 2006-11-22 01:21:10 mingw fixes from Nick svn:r271
c4836d10 2006-11-17 06:06:17 make sure that the rpc callback receives an unmarshaled payload; make sure that the rpc reply contains a good rpc structure, too. svn:r258
94af961f 2006-07-18 06:35:48 get rid of err.h svn:r218
50f7aaef 2005-09-09 06:56:12 make it compile on mac os x svn:r183
32acc283 2005-08-27 06:29:52 a few more bug fixes svn:r177
c4e60994 2005-08-22 01:34:34 including the tagging code that is required by event_rpcgen.py; test the new functionality. svn:r172