Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

439 by derek on 06 August 2008, 16:44:46 -0400 (32 days ago) sort out a faulty ptrace message.

trunk/server/main.cxx 439 history download (+1 -1) diffs

438 by derek on 27 July 2008, 22:22:05 -0400 (42 days ago) Correctly cope with the times when the supervisor could not connect to
the server. Should be more robust now on startup..

trunk/am/main.cxx 438 history download (+16 -11) diffs

trunk/am/manager.cxx 438 history download (+4 -18) diffs

trunk/am/manager.h 438 history download (+4 -11) diffs

trunk/am/supervisor.cxx 438 history download (+1 -4) diffs

trunk/mcu/main.cxx 438 history download (+19 -9) diffs

… 5 more files in changeset.
437 by derek on 27 July 2008, 19:56:10 -0400 (42 days ago) check that the user has specified a python variable to
hold the output of the requestnewid operation. mark this
as a compile error if name not specified. Ensure this
compile error is correctly cleared…

trunk/callflow/src/dnd.cpp 437 history download (+0 -1) diffs

trunk/callflow/src/requestnode.cpp 437 history download (+14 -0) diffs

trunk/callflow/src/requestnode.h 437 history download (+6 -0) diffs

trunk/callflow/src/shapelist.cpp 437 history download (+2 -1) diffs

436 by derek on 27 July 2008, 19:26:14 -0400 (42 days ago) Tidy up the errorchecking - ensure that the python code
copes with faulty input better.

trunk/callflow/src/requestnode.cpp 436 history download (+15 -3) diffs

435 by derek on 27 July 2008, 01:22:16 -0400 (43 days ago) requestnewid command is changed, to now include a unique identifying string.
this means one RequestNewId node on the panel will not interfere with another.
Alternatively, multiple uses of a RequestNew…

trunk/callflow/src/requestnode.cpp 435 history download (+3 -2) diffs

trunk/callflow/src/shapelist.cpp 435 history download (+1 -0) diffs

434 by derek on 27 July 2008, 01:11:44 -0400 (43 days ago) 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.

trunk/mcu/member.cxx 434 history download (+13 -44) diffs

trunk/mcu/member.h 434 history download (+15 -3) diffs

433 by derek on 27 July 2008, 00:47:16 -0400 (43 days ago) Big tidy up. Move all comamnd handling to use Const,
so that the strings are handled as efficiently as possible.

trunk/am/comms.cxx 433 history download (+8 -8) diffs

trunk/am/comms.h 433 history download (+8 -8) diffs

trunk/am/manager.cxx 433 history download (+10 -4) diffs

trunk/am/manager.h 433 history download (+1 -1) diffs

trunk/am/supervisor.cxx 433 history download (+8 -8) diffs

… 17 more files in changeset.
432 by derek on 25 July 2008, 01:00:20 -0400 (45 days ago) Lots of tidy ups to improve the efficiency of the voip subsystem.
Minor cleanups to callflow to make it more robust.

trunk/callflow/src/callstartstop.cpp 432 history download (+12 -0) diffs

trunk/callflow/src/endcall.cpp 432 history download (+0 -4) diffs

trunk/callflow/src/transfermedia.cpp 432 history download (+18 -16) diffs

trunk/sofa/include/sofa/messages.h 432 history download (+0 -6) diffs

trunk/sofa/src/messages.cxx 432 history download (+4 -12) diffs

… 8 more files in changeset.
431 by derek on 21 July 2008, 23:13:27 -0400 (48 days ago) Tidy up operation so it operates correctly when just the write file is specified.
Improve reporting on the status command to accurate describe what is happening.

trunk/am/audio.cxx 431 history download (+10 -8) diffs

trunk/am/comms.cxx 431 history download (+6 -3) diffs

430 by derek on 20 July 2008, 22:45:12 -0400 (49 days ago) Add additional command of (iaxstatus  and iaxstatus full)
This command reports on the usage in OPAL's iax lists.

trunk/voip/mymanager.cxx 430 history download (+1 -1) diffs

trunk/voip/mymanager.h 430 history download (+10 -0) diffs

trunk/voip/supervisor.cxx 430 history download (+72 -0) diffs

trunk/voip/supervisor.h 430 history download (+36 -0) diffs

429 by derek on 20 July 2008, 22:43:21 -0400 (49 days ago) Tidy up formatting of doxygen comment.

trunk/server/main.h 429 history download (+3 -2) diffs

428 by derek on 20 July 2008, 22:42:45 -0400 (49 days ago) Modify example forloop for clarity.

trunk/callflow/tests/forloop.src 428 history download (+1 -1) diffs

427 by derek on 20 July 2008, 22:42:15 -0400 (49 days ago) Tidy up formatting.
Add new methods so descendant class can process additional commands.

trunk/sofa/include/sofa/messages.h 427 history download (+19 -1) diffs

trunk/sofa/src/messages.cxx 427 history download (+31 -3) diffs

426 by derek on 07 July 2008, 23:54:03 -0400 (2 months 1 day ago) Get information for status improved. Can query the status of nodes
which have disconnected from the message server, but are still in the aplication.
Get the setting of id and server to work correctly.…

trunk/voip/jocall.h 426 history download (+3 -0) diffs

trunk/voip/main.cxx 426 history download (+6 -4) diffs

trunk/voip/mymanager.cxx 426 history download (+59 -12) diffs

trunk/voip/mymanager.h 426 history download (+9 -1) diffs

trunk/voip/supervisor.cxx 426 history download (+6 -2) diffs

425 by derek on 02 July 2008, 23:52:27 -0400 (2 months 6 days ago) Tidy up locks in creation of identities.
Now, we correctly set them, so there is no deadlock on faulty initialisation.

trunk/sofa/src/messages.cxx 425 history download (+23 -21) diffs

424 by derek on 02 July 2008, 23:45:34 -0400 (2 months 6 days ago) Go back to no up arrow - it breaks the shell...

trunk/server/client.py 424 history download (+2 -2) diffs

423 by derek on 18 June 2008, 23:46:07 -0400 (2 months 20 days ago) Work hard to get keyboard events to be detected.
They refuse to be detected.ARRRGGGH.

trunk/callflow/src/callflow.cpp 423 history download (+28 -3) diffs

trunk/callflow/src/callflow.h 423 history download (+32 -2) diffs

trunk/callflow/src/canvas.cpp 423 history download (+6 -1) diffs

trunk/callflow/src/canvas.h 423 history download (+3 -11) diffs

422 by derek on 16 June 2008, 01:10:08 -0400 (2 months 23 days ago) Another attempt to make event handling of key clicks work.

trunk/callflow/src/callflow.cpp 422 history download (+3 -2) diffs

trunk/callflow/src/callflow.h 422 history download (+4 -1) diffs

trunk/callflow/src/canvas.cpp 422 history download (+17 -0) diffs

trunk/callflow/src/canvas.h 422 history download (+37 -4) diffs

421 by derek on 15 June 2008, 19:28:22 -0400 (2 months 23 days ago) Try (unsuccessfully) to get the editor to respond to keypresses. This USED to work.
Now, the thing is a bit broken. Sigh

trunk/callflow/src/callflow.cpp 421 history download (+5 -1) diffs

trunk/callflow/src/callflow.h 421 history download (+4 -0) diffs

trunk/callflow/src/canvas.cpp 421 history download (+4 -3) diffs

trunk/callflow/src/canvas.h 421 history download (+3 -2) diffs

420 by derek on 12 June 2008, 23:12:30 -0400 (2 months 26 days ago) tidy up the command line handler to do things like up-arrow correctly,
and to have a prompt symbol.

trunk/server/client.py 420 history download (+2 -2) diffs

419 by derek on 12 June 2008, 23:11:52 -0400 (2 months 26 days ago) Add handling of the messageframe so that descendants can work out
when they have started running.

Tidy up the dumpmem command, to have less allocs in it.

trunk/sofa/include/sofa/messages.h 419 history download (+14 -9) diffs

trunk/sofa/src/messages.cxx 419 history download (+3 -32) diffs

418 by derek on 12 June 2008, 23:10:18 -0400 (2 months 26 days ago) Tidy up the handling of memory leak checking,
add some callbacks to find when the supervisor has started.

trunk/voip/Makefile 418 history download (+0 -1) diffs

trunk/voip/comms.cxx 418 history download (+0 -1) diffs

trunk/voip/jocall.cxx 418 history download (+0 -1) diffs

trunk/voip/main.cxx 418 history download (+0 -2) diffs

trunk/voip/mymanager.cxx 418 history download (+8 -2) diffs

… 5 more files in changeset.
417 by derek on 27 May 2008, 19:09:44 -0400 (3 months 11 days ago) Fix the comms constructor, so we avoid the call of pure virtual functions.
the commsProvider internal thread must start work after the creation of everything has completed.

Correctly send a message b…

trunk/am/comms.cxx 417 history download (+1 -0) diffs

trunk/mcu/comms.cxx 417 history download (+1 -0) diffs

trunk/sofa/include/sofa/messlist.h 417 history download (+9 -2) diffs

trunk/sofa/src/messages.cxx 417 history download (+8 -32) diffs

trunk/sofa/src/messlist.cxx 417 history download (+12 -7) diffs

… 3 more files in changeset.
416 by derek on 26 May 2008, 23:02:56 -0400 (3 months 12 days ago) Changes resulting from upgrades to the ptlib/opal library.

trunk/Makefile 416 history download (+1 -1) diffs

trunk/voip/jocall.cxx 416 history download (+0 -2) diffs

trunk/voip/udpconnection.cxx 416 history download (+37 -35) diffs

trunk/voip/udpconnection.h 416 history download (+10 -0) diffs

415 by derek on 25 May 2008, 21:36:03 -0400 (3 months 13 days ago) Work hard on callflow so it compiles and runs a bit nicer.
Fix compatibility issues with wxwidgets 2.8.

trunk/callflow/src/acceptcall.cpp 415 history download (+11 -0) diffs

trunk/callflow/src/acceptcall.h 415 history download (+11 -0) diffs

trunk/callflow/src/callflow.cpp 415 history download (+22 -1) diffs

trunk/callflow/src/callflow.h 415 history download (+11 -0) diffs

trunk/callflow/src/callstartstop.cpp 415 history download (+9 -0) diffs

… 60 more files in changeset.
414 by derek on 23 May 2008, 01:04:54 -0400 (3 months 16 days ago) Many lines of tedious cahnges to get it to compile on wxWidgets 2.8 Sigh, job not finished.

trunk/callflow/bitmaps/ControlsEndHere.xpm 414 history download (+1 -1) diffs

trunk/callflow/bitmaps/ControlsIf.xpm 414 history download (+1 -1) diffs

trunk/callflow/bitmaps/Controlsend_for.xpm 414 history download (+1 -1) diffs

trunk/callflow/bitmaps/Controlsfor.xpm 414 history download (+1 -1) diffs

trunk/callflow/bitmaps/Controlsstart.xpm 414 history download (+1 -1) diffs

… 69 more files in changeset.
413 by derek on 20 May 2008, 17:59:53 -0400 (3 months 18 days ago) Add calls to mtrace for memory usage checking..

trunk/voip/main.cxx 413 history download (+4 -0) diffs

412 by derek on 20 May 2008, 17:59:05 -0400 (3 months 18 days ago) Tidy up the dumping of memory while a sofa utility is running..

trunk/sofa/include/sofa/messages.h 412 history download (+6 -0) diffs

trunk/sofa/src/messages.cxx 412 history download (+26 -12) diffs

411 by derek on 13 May 2008, 22:51:20 -0400 (3 months 25 days ago) The building of MessageFrame instances in the library now checks the
message frames created. Those that are terminated (for whatever reason) are
automatically deleted. New ones are then built.

trunk/sofa/include/sofa/messlist.h 411 history download (+4 -0) diffs

trunk/sofa/src/messlist.cxx 411 history download (+37 -12) diffs

410 by derek on 13 May 2008, 00:51:52 -0400 (3 months 26 days ago) 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..

trunk/am/audio.cxx 410 history download (+10 -0) diffs

trunk/am/audio.h 410 history download (+10 -0) diffs

trunk/am/comms.cxx 410 history download (+10 -0) diffs

trunk/am/comms.h 410 history download (+10 -0) diffs

trunk/am/counts.cxx 410 history download (+10 -0) diffs

… 58 more files in changeset.
earlier earlier | later later