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: 317 ( +15, -3 )

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: 305 ( +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..

397 annotated / raw | Diffs: previous, other | Lines: 295 ( +4, -4 )

Created: 2008-03-27 22:11:53 -0400 (8 months ago) | Author: derek | Changeset: 397

Move away from BOOL, TRUE, FALSE.
start working on a configure script to build the library.

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

Created: 2007-04-19 22:30:57 -0400 (19 months ago) | Author: derek | Changeset: 247

fixes, so it compiles with the absolute latest opal cvs.
This includes precompiled headers of ptlib.h, which does supposedly
reduce the compile time.

155 annotated / raw | Diffs: previous, other | Lines: 293 ( +3, -0 )

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: 290 ( +28, -3 )

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: 265 ( +1, -1 )

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.

60 annotated / raw | Diffs: previous, other | Lines: 265 ( +3, -3 )

Created: 2006-08-08 19:07:15 -0400 (2 years 3 months ago) | Author: derek | Changeset: 60

Remove the SS prefix to applications like voip, am and mcu.
This is done at the code level, and public Id level.

Update the server docs to describe the adviseontermination,
connection with no id, and whoami commands.

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