| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [PVSMGR] Ask system for network interface before each broadcast | Johann Latocha | 2011-09-23 | 1 | -8/+10 |
| | | |||||
| * | Defect #819 | Johann Latocha | 2011-06-02 | 5 | -17/+16![]() |
| | | |||||
| * | Enhancement #821 | Johann Latocha | 2011-06-01 | 2 | -4/+8 |
| | | |||||
| * | Autoconnect bug fixed (validation) | Johann Latocha | 2011-03-29 | 1 | -1/+1 |
| | | |||||
| * | Autoconnection implemented: | Johann Latocha | 2011-03-29 | 1 | -0/+2 |
| | | | | | | | | | | Insert into ~/.config/openslx/pvs.conf [Connection] host=<host> port=<port> fingerprint=<fingerprint> sessionname=<sessionname> | ||||
| * | fix cmake paths | Sebastian Schmelzer | 2011-02-24 | 1 | -1/+1 |
| | | |||||
| * | Merge remote branch 'openslx/master' into mcastft | Sebastien Braun | 2010-10-05 | 10 | -27/+40 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | All printf() replaced with qDebug() | Johann Latocha | 2010-09-01 | 8 | -24/+23![]() |
| | | | |||||
| | * | More debugout and icon bug fixed | Johann Latocha | 2010-08-28 | 1 | -0/+3 |
| | | | |||||
| | * | Some refactoring | Johann Latocha | 2010-08-26 | 1 | -7/+3![]() |
| | | | |||||
| | * | Defect #746 | Johann Latocha | 2010-08-26 | 2 | -3/+18 |
| | | | |||||
| | * | Revoke Fabians changes. | Johann Latocha | 2010-07-10 | 2 | -10/+2![]() |
| | | | |||||
| | * | first commit to test git | Fabian Schillinger | 2010-07-09 | 2 | -2/+10 |
| | | | |||||
| * | | Fix SIGSEGV when address info cannot be parsed. | Sebastien Braun | 2010-10-05 | 1 | -0/+1 |
| | | | |||||
| * | | Fix OpenPGM error handling bug resulting in spurious warnings and/or memory ↵ | Sebastien Braun | 2010-10-05 | 1 | -1/+2 |
| | | | | | | | | | leaks. | ||||
| * | | Remove system-dependent interface enumeration code and introduce proper | Sebastien Braun | 2010-10-05 | 2 | -0/+116 |
| | | | | | | | | | Model-View portable code in its stead. | ||||
| * | | Implement Network-wide Configuration Interface for Multicast File Transfer | Sebastien Braun | 2010-10-05 | 3 | -0/+87 |
| | | | |||||
| * | | Assorted Multicast Fixes: | Sebastien Braun | 2010-10-03 | 5 | -92/+142 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | Implement GUI for receiving incoming multicast transfers | Sebastien Braun | 2010-08-04 | 2 | -22/+21![]() |
| | | | |||||
| * | | McastConfiguration's copy constructor should allow specifying a parent QObject | Sebastien Braun | 2010-07-19 | 1 | -2/+2 |
| | | | |||||
| * | | Implement initial multicast receive functionality in PVS daemon | Sebastien Braun | 2010-07-19 | 4 | -6/+253 |
| | | | |||||
| * | | Fix License header for McastConfiguration.cpp | Sebastien Braun | 2010-07-17 | 1 | -5/+14 |
| | | | |||||
| * | | Implement UI and pvsDaemon components for outgoing Multicast Transfer | Sebastien Braun | 2010-07-17 | 7 | -6/+360 |
| | | | |||||
| * | | Make McastSender work with a pre-opened socket | Sebastien Braun | 2010-07-16 | 2 | -0/+9 |
| | | | |||||
| * | | Add progress indication to McastSender and McastReceiver | Sebastien Braun | 2010-07-15 | 4 | -0/+9 |
| | | | |||||
| * | | Add isOpen() test to McastPGMSocket | Sebastien Braun | 2010-07-15 | 2 | -0/+10 |
| | | | |||||
| * | | Disable PGMCC as it is buggy | Sebastien Braun | 2010-07-15 | 1 | -3/+0![]() |
| | | | |||||
| * | | Whitespace fixes | brs | 2010-07-15 | 1 | -10/+10 |
| | | | |||||
| * | | * Upgrade OpenPGM to current trunk | Sebastien Braun | 2010-07-15 | 8 | -190/+195 |
| | | | | | | | | | | | * Implement wait-for-shutdown for McastPGMSocket * Work around bug in UDP encapsulation | ||||
| * | | Change to shorter NAK intervals for performance. | Sebastien Braun | 2010-07-14 | 1 | -3/+3 |
| | | | |||||
| * | | Make interface configurable. | Sebastien Braun | 2010-07-14 | 4 | -2/+26 |
| | | | |||||
| * | | Make UDP encapsulation correctly configurable. | Sebastien Braun | 2010-07-14 | 4 | -11/+43 |
| | | | |||||
| * | | Implement multicast transfer protocol. | Sebastien Braun | 2010-07-12 | 17 | -0/+1893 |
| |/ | |||||
| * | Defect #715, apply patch by Sébastien | Johann Latocha | 2010-07-07 | 1 | -2/+2 |
| | | |||||
| * | initial import of latest svn version | Sebastian | 2010-05-12 | 18 | -0/+2166 |

