]> code.citadel.org Git - citadel.git/history - citadel/citadel_ipc.c
* New experimental message formatter - try it, you'll like it!
[citadel.git] / citadel / citadel_ipc.c
2002-12-01 Michael Hampton* New experimental message formatter - try it, you...
2002-11-10 Michael Hampton* Convert some more routines to new IPC code
2002-10-25 Michael Hampton* Fix the status line not updating with the new wait...
2002-10-25 Art Cancro* When in fullscreen mode, display an "X" icon in the...
2002-10-18 Michael Hampton* More signed/unsigned fixes (for the new progress...
2002-10-17 Michael Hampton* Convert room listings and some aide functions to...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-10-15 Michael Hampton* IPC support for resumable downloads
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...