HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / ipc_c_tcp.c
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-02-26 Stu Markadded exit for text client connection drop
2005-02-16 Art Cancro*** empty log message ***
2004-09-03 Art Cancro* setup.c: Changes to inittab-twiddling to make it...
2004-02-26 Michael Hampton* Client stability and enhancements:
2003-03-20 Michael Hampton* connection_died(): Don't crash before printing messag...
2003-01-16 Art Cancro* citadel_ipc.c: when issuing a SPEX command, send...
2002-10-06 Michael Hampton* Move (nearly) all IPC-related code to citadel_ipc...
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-03-26 Nathan Bryantremoved last vestiges of "#ifdef CIT_CLIENT" conditiona...
2002-03-26 Nathan Bryant * support autoconf 2.53
2002-03-14 Nathan Bryantavoid symbol clash with curses' "timeout" function...
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-02-10 Nathan Bryant - replace cdb_trunc with a complete version of the...
2002-01-26 Michael Hampton* Better error reporting in connection_died(), kills...
2002-01-20 Michael Hampton* curses client: use the status line as "input" line...
2002-01-19 Michael Hampton* fix link for libcitserver.so to tools.o which I broke...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2002-01-06 Michael Hampton* SSL/TLS support for the Citadel/UX wire protocol
2001-11-15 Art Cancro* hack.doc: updated to reflect Cit86Net compatibility...
2001-08-06 Nathan Bryantmade the client fall back on port 504 if there's no...
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2000-12-30 Art Cancro* more buffer size stuff
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-09-24 Art Cancro* ipc_c_tcp.c: don't hardcode BBSDIR path for unix...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-02 Art Cancro* Bind unix socket prior to TCP socket for citadel...
2000-05-20 Art Cancro* Fixed bug in client API that was causing netproc...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-10 Art Cancro* Set server_is_local when using unix domain sockets
2000-03-07 Art Cancro* socket stuff
2000-03-05 Art Cancro* Added support for protocols over Unix domain sockets.
1999-10-26 Art Cancro* Removed the auto-reconnect stuff... it was locking...
1999-07-16 Art Cancro * Improved auto-reconnect by NOT using SIGPIPE and...
1999-05-26 Art Cancroerr??
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-29 Nathan Bryantirix fixen
1999-01-24 Art Cancro * Added a "room order" key to the room record...
1998-12-24 Art Cancro * citadel.c: added some experimental code to...
1998-11-10 Nathan Bryant * commands.c, control.c, cux2ascii.c, file_ops...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-27 Nathan Bryant * sysdep.c (client_gets), ipc_c_tcp.c (serv_get...
1998-10-12 Nathan Bryant * ipc_c_tcp.c: fix infinite loop on long line...
1998-10-01 Nathan Bryant * .cvsignore: add so_locations (generated by...
1998-09-16 Nathan Bryant * ipc_c_tcp.c: Fixed up some #include/prototypi...
1998-09-16 Art Cancro * ipc_c_tcp.c: Reversed any changes that have...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-06 Art CancroGot the CitadelAPI library to the point where the serve...
1998-08-01 Nathan BryantSat Aug 1 18:32:52 EDT 1998 Nathan Bryant <bryant...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-11 Art CancroInitial revision