summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Collapse)AuthorAgeFilesLines
* [PVSMGR] Ask system for network interface before each broadcastJohann Latocha2011-09-231-8/+10
|
* Defect #819Johann Latocha2011-06-025-17/+16Star
|
* Enhancement #821Johann Latocha2011-06-012-4/+8
|
* Autoconnect bug fixed (validation)Johann Latocha2011-03-291-1/+1
|
* Autoconnection implemented:Johann Latocha2011-03-291-0/+2
| | | | | | | | | Insert into ~/.config/openslx/pvs.conf [Connection] host=<host> port=<port> fingerprint=<fingerprint> sessionname=<sessionname>
* fix cmake pathsSebastian Schmelzer2011-02-241-1/+1
|
* Merge remote branch 'openslx/master' into mcastftSebastien Braun2010-10-0510-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 Latocha2010-09-018-24/+23Star
| |
| * More debugout and icon bug fixedJohann Latocha2010-08-281-0/+3
| |
| * Some refactoringJohann Latocha2010-08-261-7/+3Star
| |
| * Defect #746Johann Latocha2010-08-262-3/+18
| |
| * Revoke Fabians changes.Johann Latocha2010-07-102-10/+2Star
| |
| * first commit to test gitFabian Schillinger2010-07-092-2/+10
| |
* | Fix SIGSEGV when address info cannot be parsed.Sebastien Braun2010-10-051-0/+1
| |
* | Fix OpenPGM error handling bug resulting in spurious warnings and/or memory ↵Sebastien Braun2010-10-051-1/+2
| | | | | | | | leaks.
* | Remove system-dependent interface enumeration code and introduce properSebastien Braun2010-10-052-0/+116
| | | | | | | | Model-View portable code in its stead.
* | Implement Network-wide Configuration Interface for Multicast File TransferSebastien Braun2010-10-053-0/+87
| |
* | Assorted Multicast Fixes:Sebastien Braun2010-10-035-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 transfersSebastien Braun2010-08-042-22/+21Star
| |
* | McastConfiguration's copy constructor should allow specifying a parent QObjectSebastien Braun2010-07-191-2/+2
| |
* | Implement initial multicast receive functionality in PVS daemonSebastien Braun2010-07-194-6/+253
| |
* | Fix License header for McastConfiguration.cppSebastien Braun2010-07-171-5/+14
| |
* | Implement UI and pvsDaemon components for outgoing Multicast TransferSebastien Braun2010-07-177-6/+360
| |
* | Make McastSender work with a pre-opened socketSebastien Braun2010-07-162-0/+9
| |
* | Add progress indication to McastSender and McastReceiverSebastien Braun2010-07-154-0/+9
| |
* | Add isOpen() test to McastPGMSocketSebastien Braun2010-07-152-0/+10
| |
* | Disable PGMCC as it is buggySebastien Braun2010-07-151-3/+0Star
| |
* | Whitespace fixesbrs2010-07-151-10/+10
| |
* | * Upgrade OpenPGM to current trunkSebastien Braun2010-07-158-190/+195
| | | | | | | | | | * Implement wait-for-shutdown for McastPGMSocket * Work around bug in UDP encapsulation
* | Change to shorter NAK intervals for performance.Sebastien Braun2010-07-141-3/+3
| |
* | Make interface configurable.Sebastien Braun2010-07-144-2/+26
| |
* | Make UDP encapsulation correctly configurable.Sebastien Braun2010-07-144-11/+43
| |
* | Implement multicast transfer protocol.Sebastien Braun2010-07-1217-0/+1893
|/
* Defect #715, apply patch by SébastienJohann Latocha2010-07-071-2/+2
|
* initial import of latest svn versionSebastian2010-05-1218-0/+2166