summaryrefslogtreecommitdiffstats
path: root/src/net/mcast
Commit message (Expand)AuthorAgeFilesLines
* fix cmake pathsSebastian Schmelzer2011-02-241-1/+1
* 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 l...Sebastien Braun2010-10-051-1/+2
* Implement Network-wide Configuration Interface for Multicast File TransferSebastien Braun2010-10-051-0/+17
* Assorted Multicast Fixes:Sebastien Braun2010-10-034-91/+141
* 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-192-6/+48
* Fix License header for McastConfiguration.cppSebastien Braun2010-07-171-5/+14
* Implement UI and pvsDaemon components for outgoing Multicast TransferSebastien Braun2010-07-174-3/+55
* 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
* 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