kc3-lang/libevent/evrpc.c

Branch :


Log

Author Commit Date CI Message
f74e7258 2007-11-07 06:01:57 r16501@catbus: nickm | 2007-11-07 01:00:31 -0500 This is one of those patches which will either make matters far simpler after the bugs shake out, or will get reverted pretty quick once we realize that it is a stupid idea. We now post-process the config.h file into a new event-config.h file, whose macros are prefixed with _EVENT_ and which is thus safe for headers to include. Using this, we can define replacement timeval manipulation functions in evutil.h, and use them uniformly through our code. We can also detect which headers are needful in event.h, and include them as required. This is also the perfect time to remove the long-deprecated acconfig.h file, so that autoheader no longer warns. Should resolve the following issues: [ 1826530 ] Header files should have access to autoconf output. [ 1826545 ] acconfig.h is deprecated. [ 1826564 ] On some platforms, event.h can't be included alone. svn:r492
2026b215 2007-11-03 23:53:49 remove last vestiges of RBTREE svn:r470
1d3a008a 2007-11-03 22:51:26 provide hooks for outgoing pools; associate a base with a pool svn:r468
65236aa8 2007-11-02 06:34:04 simple hooks for processing incoming and outgoing rpcs svn:r466
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
3794534f 2007-05-29 05:38:58 change the signature of the client rpc callback to pass in an rpc status; the status allows us to determine if an error happened. svn:r363
621a1b29 2007-05-23 05:31:33 support freeing of evrpc base svn:r356
0c280824 2007-05-23 05:20:59 support removing of http callbacks and removing of registered RPCs svn:r355
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
2d028ef6 2006-11-22 06:54:28 fix a bug where rpc would not be scheduled when they were queued; test for it. allow a configurable timeout for connections and RPCs. svn:r274
868f10e7 2006-11-22 01:21:10 mingw fixes from Nick svn:r271
ff43ed5b 2006-11-20 07:44:37 finish RPC client support svn:r269
fda1216b 2006-11-20 03:32:53 generate client request code via macro; flesh out the pools a little bit. svn:r268
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
44bd5ab4 2006-11-16 08:49:26 prefix was missing /; malformed request caused server to crash svn:r256
f554234f 2006-11-16 07:36:20 first stab at an rpc layer; this breaks the regression test. svn:r254