* Mac OS X build fixes (everything but serv_imap now builds)
[citadel.git] / citadel / citadel_ipc.c
2002-10-14 Michael Hampton* Mac OS X build fixes (everything but serv_imap now...
2002-10-07 Art Cancro* Build fixes for Solaris box without OpenSSL installed
2002-10-06 Michael Hampton* Move (nearly) all IPC-related code to citadel_ipc...
2002-10-02 Michael Hampton* File/image uploads now implemented in terms of the...
2002-09-29 Michael Hampton* File and attachment downloads now use the new IPC...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-09-08 Art Cancro* Fixed a crashy crashy bug in the AGUP protocol functi...
2002-09-03 Art Cancro* Added MSG4 support to client-side IPC
2002-08-03 Art Cancro* blah
2002-08-03 Art Cancro* citadel_ipc.c: Attempted to clean up memory allocation
2002-07-21 Art Cancro* Added in some infrastructure to switch the client...
2002-07-21 Michael Hampton* citadel_ipc.c: Fix for segfault on empty messages
2002-07-19 Art Cancro* citadel_ipc.c: changed various buffer lengths from...
2002-07-01 Michael Hampton* Misc. routines converted to new IPC code
2002-06-29 Michael Hampton* Convert whobbs, serv_info, misc. functions to new...
2002-06-25 Michael Hampton* gotonext() now uses new IPC code to retrieve room...
2002-06-25 Michael Hampton* remove a debugging trap I accidentally left in the...
2002-06-24 Michael Hampton* Buffer overflow fixes and minor cleanup in IPC code
2002-06-24 Michael Hampton* Message reading and other functions which use the...
2002-06-22 Michael Hampton* Use a new IPC API (in citadel_ipc.c). Partially...