summaryrefslogtreecommitdiffstats
path: root/src/pvs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PVS]Johann Latocha2011-04-191-36/+25Star
| | | | | * System/User scope configuration (/etc/xdg/openslx/ and ~/.config/openslx/) * Restricted mode available
* Autoconnect bug fixed (2)Johann Latocha2011-03-291-2/+1Star
|
* Autoconnect bug fixed (validation)Johann Latocha2011-03-291-0/+1
|
* Autoconnection implemented:Johann Latocha2011-03-291-0/+14
| | | | | | | | | Insert into ~/.config/openslx/pvs.conf [Connection] host=<host> port=<port> fingerprint=<fingerprint> sessionname=<sessionname>
* Win32 clean outJohann Latocha2011-03-021-21/+1Star
|
* moved filter for ProcessList to pvsmgr.conf (this way the user cant modify ↵Fabian Schillinger2010-11-101-6/+5Star
| | | | its filter)
* fixed typoFabian Schillinger2010-11-081-1/+1
|
* modified showprocessesFabian Schillinger2010-11-081-9/+8Star
|
* CleanupFabian Schillinger2010-11-051-9/+10
|
* Process start/stop/view functionalityFabian Schillinger2010-11-051-1/+7
| | | | Cleanup
* Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-051-5/+15
|\ | | | | | | | | Conflicts: src/gui/mainWindow.cpp
| * Merge input handling work to masterSebastien Braun2010-11-041-5/+15
| |\
| | * Fix stupid Typo bug.Sebastien Braun2010-10-111-1/+1
| | |
| | * Add access control check to input event handling in PVS daemonSebastien Braun2010-10-111-2/+11
| | |
| | * Rework template meta-magicSebastien Braun2010-10-071-3/+4
| | | | | | | | | | | | | | | | | | | | | - No more implicit dependency on Boost.MPL - Better documentation for template magic - Move input handler policies to handler definitions where they belong - Separate out event descriptions from handlers
* | | Process start/stop/view functionalityFabian Schillinger2010-11-051-5/+25
|/ / | | | | | | | | | | | | Cleanup write to logfiles if start/stop/view of processes failed added some prompts stop more then one process at the same time
* | Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-011-0/+261
|\| | | | | | | | | | | | | | | Conflicts: CMakeLists.txt src/core/pvsConnectionManager.cpp src/pvs.cpp src/pvs.h
| * Merge remote branch 'openslx/mcastft' into inputSebastien Braun2010-10-061-28/+295
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt i18n/pvs_ar_JO.ts i18n/pvs_de_DE.ts i18n/pvs_es_MX.ts i18n/pvs_fr_FR.ts i18n/pvs_pl_PL.ts i18n/pvsmgr_ar_JO.ts i18n/pvsmgr_de_DE.ts i18n/pvsmgr_es_MX.ts i18n/pvsmgr_fr_FR.ts i18n/pvsmgr_pl_PL.ts icons/README pvsmgr.qrc src/gui/mainWindow.cpp src/pvs.cpp src/pvs.h src/pvsDaemon.cpp src/util/clientGUIUtils.h
| | * Merge remote branch 'openslx/master' into mcastftSebastien Braun2010-10-051-39/+61
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt pvsmgr.qrc src/gui/clientConfigDialog.cpp src/gui/mainWindow.cpp src/gui/ui/mainwindow.ui src/gui/ui/mainwindowtouch.ui src/pvs.cpp src/pvs.h src/pvsDaemon.cpp src/pvsgui.cpp
| | * | Fix SIGSEGV-generating lookup bug when incoming multicast transfers are retriedSebastien Braun2010-10-051-1/+1
| | | |
| | * | Implement Network-wide Configuration Interface for Multicast File TransferSebastien Braun2010-10-051-1/+57
| | | |
| | * | Assorted Multicast Fixes:Sebastien Braun2010-10-031-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade bundled OpenPGM to SVN r1135 - Timing fixes: Make all rate-limited and timer-pending operation wait for at least 1ms to avoid busy-waiting - No distinction between sending and receiving sockets when setting up socket options (Receivers need to be able to send anyway when using PGMCC). - Switch from fixed-rate transmission to using PGMCC for congestion control. - Remove some obnoxious debugging outputs - Some white space fixes - Introduce a short waiting time before actually starting file transmission in order to allow enough SPM messages to be sent so that receivers can initialize properly. - Fix MCASTFTANNOUNCE message to include full file name instead of basename. - Fix generateMcastTransferID in order to gather more random IDs. PVSGUI may become confused if transfer IDs are reused. - Properly dispose of clientFileReceiveDialog when multicast transfer is finished. - Properly display transfer size in clientFileReceiveDialog
| | * | Make PGM interface configurableSebastien Braun2010-08-041-0/+7
| | | |
| | * | Fix a bug where transfer IDs would linger in the pvs daemon's data ↵Sebastien Braun2010-08-041-0/+1
| | | | | | | | | | | | | | | | structures after cancellation.
| | * | Implement GUI for receiving incoming multicast transfersSebastien Braun2010-08-041-2/+17
| | | |
| | * | Fix parsing of incoming MCASTFTRETRY messagesSebastien Braun2010-07-191-1/+1
| | | |
| | * | Implement initial multicast receive functionality in PVS daemonSebastien Braun2010-07-191-0/+85
| | | |
| | * | Remember to delete outgoing transfers when they are finished or failedSebastien Braun2010-07-171-0/+11
| | | |
| | * | Implement UI and pvsDaemon components for outgoing Multicast TransferSebastien Braun2010-07-171-0/+60
| | | |
| * | | Refactor InputEvent handler code.Sebastien Braun2010-10-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation.
| * | | Implement first version of basic input event supportSebastien Braun2010-10-051-0/+24
| |/ /
* | / Process start/stop/view functionalityFabian Schillinger2010-11-011-5/+78
| |/ |/| | | | | | | | | | | | | processWidget - shows a list of processes on one client, allows to start ans stop processes processesDialog - shows every processWidget as a tab processesStartDialog - starts process entered in messageEdit added handling of new pvscommands
* | All printf() replaced with qDebug()Johann Latocha2010-09-011-2/+2
| |
* | Defect #644 and cleanout some old codeJohann Latocha2010-08-301-9/+2Star
| |
* | PVS output errors fixedJohann Latocha2010-08-301-3/+4
| |
* | Bug fixed: create config-dirJohann Latocha2010-08-291-0/+4
| |
* | Feature #633Johann Latocha2010-08-291-0/+3
| |
* | Enhancement #587Johann Latocha2010-08-281-3/+6
| |
* | Anpassungen fuer Win32-build.Alexander Hoppe2010-08-031-5/+22
| | | | | | | | | | | | | | Aufspaltung der ClientGUIUtils in 2 Versionen Anpassungen des HomeDir Alle Aenderungen sollten unschaedlich fuer den Linux-build-Prozess sein.
* | Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-07-101-18/+15Star
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: i18n/pvs_ar_JO.ts i18n/pvs_de_DE.ts i18n/pvs_es_MX.ts i18n/pvs_fr_FR.ts i18n/pvs_pl_PL.ts
| * | Configuration by pvs via D-Bus. Old .allow ist now deprecated, config file: ↵Johann Latocha2010-07-101-18/+15Star
| | | | | | | | | | | | .config/openslx/pvs.conf
* | | Inserted some Buttons in GUI and TouchGUI and modified handling of commands ↵Fabian Schillinger2010-07-101-0/+13
|/ / | | | | | | | | | | in pvs.cpp for later remote Command/Process enhancement
* | Revoke Fabians changes.Johann Latocha2010-07-101-12/+0Star
| |
* | first commit to test gitFabian Schillinger2010-07-091-0/+12
|/
* initial import of latest svn versionSebastian2010-05-121-0/+629