]> code.citadel.org Git - citadel.git/blob - libCxClient/ChangeLog
made the client fall back on port 504 if there's no /etc/services entry
[citadel.git] / libCxClient / ChangeLog
1 $Log$
2 Revision 1.14  2001/06/13 15:06:44  brian
3 * Added distfiles for FreeBSD.  To create a FreeBSD package, do this:
4    make install
5    (cd distfiles/FreeBSD; pkg_create -c COMMENT -d DETAILS -f FILES libCxClient-0.xx; mv libCx*tgz ../..)
6
7 Revision 1.13  2001/06/12 14:34:06  brian
8 * Fixed sample client code to shut down _correctly_.  (...Rather than just
9   quit without free()ing memory...)
10
11 Revision 1.12  2001/06/12 11:48:54  brian
12 * Working on cleaning up code.  There were LOTS of missing free() calls.
13 Boy, was I lazy...  :)
14   This library is MUCH more stable than it was at 0.59-RELEASE checkpoint,
15   but it still has a few leaky issues.  I'm still working on fixing it.
16
17 Revision 1.11  2001/05/14 17:59:18  brian
18 * Added quick installation notes.
19
20 Revision 1.10  2001/05/14 14:01:22  brian
21 * Added multi-connection support.  libCxClient can now handle
22 multiple concurrent connections to different Citadel servers.
23 This, unfortunately, required a change in the development API.
24 Please examine the source in src/newtest.c for an example
25 of how to use the new API.
26 * Fixed some bugs in the transport layer.
27 * No new features that I can think of, but there may be some...
28
29 Revision 1.9  2001/03/13 22:45:53  brian
30 * Changed the return interface for CxMiExpRecv().  It now returns a more
31 intelligible struct representing an atomic Express Message.  UNfortunately,
32 this requires the user to free 2 things (object, object->message) as opposed
33 to one (object)...  C'est la vie...
34
35 Revision 1.8  2001/03/13 03:41:03  brian
36 * Added SLRP support (but doesn't seem to work yet...)
37
38 Revision 1.7  2001/02/22 17:14:12  brian
39 * Added MSGS_* flags to make using the new CxMsList() api easier to code for.
40
41 Revision 1.6  2001/02/22 17:05:19  brian
42 * Updated CxMsList() API to allow users to select only NEW messages, or only
43 the LAST x messages (<-skel).  THIS WILL REQUIRE CLIENT-SIDE CHANGES IN ORDER
44 FOR YOUR CLIENT TO WORK!
45
46 Revision 1.5  2001/02/19 14:50:58  brian
47 * Fixed problem in which unconnected clients send messages to file descriptor
48 0 (stdout), Now CxClSend() should do nothing if not connected.
49
50 Revision 1.4  2001/02/14 03:48:51  brian
51 * Added the NOTES file, containing some thoughts about the ASYN protocol,
52 eloquently elaborated upon by AJC (Ig).
53
54 Revision 1.3  2001/02/07 22:42:24  brian
55 * Removed ID tag.
56
57 Revision 1.2  2001/02/07 22:41:51  brian
58 * Updated ChangeLog to conform to Citadel/UX standards (kinda)  :)