Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 434 2

latest revision download Branch trunk

434 annotated / raw | Diffs: previous, other | Lines: 382 ( +13, -44 )

Created: 2008-07-27 01:11:44 -0400 (4 months 5 days ago) | Author: derek | Changeset: 434

use a read write lock on the internal audio buffer,
so it is more efficient in handling audio. This will
allow concurrent reads of the member's audio buffer.

410 annotated / raw | Diffs: previous, other | Lines: 413 ( +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..

396 annotated / raw | Diffs: previous, other | Lines: 403 ( +5, -5 )

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).

159 annotated / raw | Diffs: previous, other | Lines: 403 ( +4, -1 )

Created: 2006-11-06 20:10:49 -0500 (2 years ago) | Author: derek | Changeset: 159

Get the closedown of members and participants to work correctly.
Add PTRACE statements.

155 annotated / raw | Diffs: previous, other | Lines: 400 ( +11, -9 )

Created: 2006-11-05 21:08:36 -0500 (2 years ago) | Author: derek | Changeset: 155

Big tidyup.
Remove the use of PSafePtr structures in a class decleration.
Use SafeReference and SafeDereference to keep the pointers good.
Move activeMembers and activeRooms to be public components of the manager.

151 annotated / raw | Diffs: previous, other | Lines: 398 ( +60, -18 )

Created: 2006-10-27 22:30:31 -0400 (2 years 1 month ago) | Author: derek | Changeset: 151

More tidyups. Move to nicer variable names, and fix PSafePtr issues,
and get threading closer to right.

150 annotated / raw | Diffs: previous, other | Lines: 356 ( +3, -10 )

Created: 2006-10-27 19:40:34 -0400 (2 years 1 month ago) | Author: derek | Changeset: 150

Add some better handling of the members in a participant dict.
Better use of PSafePtrs. More testing required.

2 new annotated / raw | Lines: 363 ( +363, -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.