Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-04-15 | Merge: | Tim Potter | 1 | -0/+1 | |
>A struct must contain at least one declaration according to C99, but >gcc allows it to be empty. Should fix miscellaneous breakage on >the compile farm. (This used to be commit ad42419a840dc94dfd35a083e08a0ad9cbd8f2bf) | |||||
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 1 | -0/+74 | |
requests and responses and is only compiled in when --enable-developer is passed to configure. It includes server and client side code for generating and responding to functions on this pipe. The functions are: - AddOne: add one to the uint32 argument and return ig - EchoData: echo back a variable sized char array to the caller - SourceData: request a variable sized char array - SinkData: send a variable sized char array and throw it away There's a win32 implementation of the client and server in the junkcode CVS repository in the rpcecho-win32 subdirectory. (This used to be commit 4ccd34ef836eba05f81dc2da73fd7cfaac201798) |