Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 439 2

latest revision download Branch trunk

439 annotated / raw | Diffs: previous, other | Lines: 963 ( +1, -1 )

Created: 2008-08-06 16:44:46 -0400 (3 months 25 days ago) | Author: derek | Changeset: 439

sort out a faulty ptrace message.

410 annotated / raw | Diffs: previous, other | Lines: 963 ( +10, -0 )

Created: 2008-05-13 00:51:52 -0400 (6 months ago) | Author: derek | Changeset: 410

tidy up emacs strings at end of the files soas to make Emacs editing consistant.
Work on the building of new comms identities for voip..

406 annotated / raw | Diffs: previous, other | Lines: 953 ( +5, -3 )

Created: 2008-05-02 01:08:14 -0400 (6 months ago) | Author: derek | Changeset: 406

Bring up to date with current ptlib code for memory tracking.

396 annotated / raw | Diffs: previous, other | Lines: 951 ( +20, -20 )

Created: 2008-03-27 18:33:08 -0400 (8 months ago) | Author: derek | Changeset: 396

Move to the new ptlib/opal layout, with bool, and not BOOL, and true,
(but not TRUE)  and false (but not FALSE).

246 annotated / raw | Diffs: previous, other | Lines: 951 ( +5, -5 )

Created: 2007-04-19 21:45:40 -0400 (19 months ago) | Author: derek | Changeset: 246

Fix formatting of messages that are handled.

241 annotated / raw | Diffs: previous, other | Lines: 951 ( +4, -4 )

Created: 2007-02-13 19:20:25 -0500 (21 months ago) | Author: derek | Changeset: 241

Improve reporting, so it is clear what messages are receveived,
and what messages are sent from the server.

235 annotated / raw | Diffs: previous, other | Lines: 951 ( +6, -8 )

Created: 2007-01-16 22:41:35 -0500 (22 months ago) | Author: derek | Changeset: 235

Tidy up the formatting of messages, add new callback to the voip module.
Add more options, so handle more possibilities for the voipNode:Answer xxxx cmd.

209 annotated / raw | Diffs: previous, other | Lines: 953 ( +0, -2 )

Created: 2006-11-19 18:20:19 -0500 (2 years ago) | Author: derek | Changeset: 209

Remove a message to the console.

183 annotated / raw | Diffs: previous, other | Lines: 955 ( +2, -2 )

Created: 2006-11-13 15:06:42 -0500 (2 years ago) | Author: derek | Changeset: 183

Fix a compile issue resulting from a new version of pwlib.

100 annotated / raw | Diffs: previous, other | Lines: 955 ( +4, -3 )

Created: 2006-09-18 19:47:44 -0400 (2 years 2 months ago) | Author: derek | Changeset: 100

Update library to work better.

65 annotated / raw | Diffs: previous, other | Lines: 954 ( +6, -6 )

Created: 2006-08-13 21:22:15 -0400 (2 years 3 months ago) | Author: derek | Changeset: 65

Minor tidyups.

62 annotated / raw | Diffs: previous, other | Lines: 954 ( +47, -40 )

Created: 2006-08-10 00:34:04 -0400 (2 years 3 months ago) | Author: derek | Changeset: 62

Split up a long long method into two "longish" methods.
Makes it much more readable as to what is going on.

61 annotated / raw | Diffs: previous, other | Lines: 947 ( +10, -2 )

Created: 2006-08-09 13:52:05 -0400 (2 years 3 months ago) | Author: mjerris | Changeset: 61

Compile changes for msvc 2005.

59 annotated / raw | Diffs: previous, other | Lines: 939 ( +48, -0 )

Created: 2006-08-08 18:08:02 -0400 (2 years 3 months ago) | Author: derek | Changeset: 59

Add ability for server to generate a unique ID. This is useful for when there are
multiple controllers, and we don't know the id of the other controllers.
Add command to query server, and ask the server what our id is. This command is used
when we ask the server to assign us an ID.
Add facility so that when node X dies on the server, the server will advise node Y.
This is useful to handle the case when node X crashes.

2 new annotated / raw | Lines: 891 ( +891, -0 )

Created: 2006-05-17 19:11:59 -0400 (2 years 6 months ago) | Author: derek | Changeset: 2

Initial release of the Sofa Switch set of utilities.