Commit Graph

18 Commits

Author SHA1 Message Date
darin@netscape.com
727f594850 1) add clientUp and clientDown ipc module notifications
2) cleanup some comments in ipcModule.h
2002-11-15 08:01:55 +00:00
darin@netscape.com
36ce30e043 eliminate primary name from "client hello" (not needed, and added
problematic dependency on libpref).
2002-11-14 19:37:01 +00:00
darin@netscape.com
1f32f793a0 cleaning up ipcCommandModule 2002-11-12 01:13:51 +00:00
darin@netscape.com
836e4743f0 initial version of CLIENT_INFO support 2002-11-11 06:32:27 +00:00
darin@netscape.com
ae9226e787 make daemon PlatformSendMsg async on XP_WIN. 2002-11-10 22:34:47 +00:00
darin@netscape.com
6c4f2416f9 IPC module methods should not depend on ipcMessage class. 2002-11-10 06:21:24 +00:00
darin@netscape.com
ad56fa7219 fix memory leaks 2002-11-08 23:44:31 +00:00
darin@netscape.com
b09bc43487 add ipcModuleMethods::init 2002-11-07 06:00:10 +00:00
darin@netscape.com
2b96b74799 added ipcModuleUtil.h to simplify using the new plug-in API 2002-11-07 05:54:56 +00:00
darin@netscape.com
52479d7d97 major overhaul of daemon plug-in module story. modules now talk to the
daemon through a table of function pointers.  this greatly simplifies the
linker magic required to allow the modules to talk with the daemon.
2002-11-07 04:56:06 +00:00
darin@netscape.com
2936853bac added inline utility version of IPC_SendMsg that takes a client ID instead
of an ipcClient pointer.
2002-11-06 19:56:30 +00:00
darin@netscape.com
8075a39ae4 implemented ADD_TARGET/DEL_TARGET messages.
added ipcIDList
2002-11-04 19:46:34 +00:00
darin@netscape.com
7e7ba5e4fe implement ADD_NAME and DEL_NAME messages.
implement part of ADD_TARGET and DEL_TARGET messages.
2002-11-04 06:35:32 +00:00
darin@netscape.com
5c209b46c2 forwarding messages now works 2002-11-03 01:54:46 +00:00
darin@netscape.com
f926ed4060 implement QueryClientByName 2002-11-02 18:57:15 +00:00
darin@netscape.com
b567e99321 next round of revisions
1) added ipcQueue<>
2) added ipcLog
3) closer to having a working QueryClientByName
4) build fix
2002-11-02 02:45:24 +00:00
darin@netscape.com
e55ae73a0a 1) updated IPCM protocol
2) added ipcMessage primitives to simplify IPCM protocol implementation
3) added ipcMessageCast to simplify casting raw messages to specific types
4) added function table in ipcCommandModule
2002-11-01 09:08:25 +00:00
darin@netscape.com
eab2474fae adding IPC framework -- NOT PART OF THE BUILD 2002-10-31 08:19:27 +00:00