Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/p2p/MostlyReliablePipe.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-1273/+1273
|
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
|
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-031-13/+13
|
* Try to fix MostlyReliablePipe tracebacks in multicast stuffDan Williams2006-08-241-3/+4
|
* Get rid of pygtk.require. It doesn't make a lot of senseMarco Pesenti Gritti2006-07-161-3/+2
| | | | and recent apps are not using it anyway.
* Fixes for tracebacks on the receiving endDan Williams2006-06-291-6/+5
|
* Add positive acknowledgements to work around 802.11 + multicast unreliabilitiesDan Williams2006-06-291-9/+241
|
* Add some simple network test code for 2 machinesDan Williams2006-06-271-2/+47
|
* Split up the browser, some cleanups andMarco Pesenti Gritti2006-05-311-3/+7
|
* String-ify data before trying to pack it into the struct.Dan Williams2006-05-221-2/+2
|
* MergeMarco Pesenti Gritti2006-05-191-14/+17
|
* Get something basic workingMarco Pesenti Gritti2006-05-191-17/+14
|
* Deal with keyboard interrupt correctly.Dan Williams2006-05-191-14/+17
|
* Pathetically simplify retransmit timings.Dan Williams2006-05-191-61/+80
|
* Implement retransmit requests on receiver side, fix some stuff up.Dan Williams2006-05-181-47/+249
|
* MergeMarco Pesenti Gritti2006-05-181-7/+17
|
* Load session from .activity filesMarco Pesenti Gritti2006-05-181-17/+7
|
* Ensure that RetransmitSegment construction from data is correct.Dan Williams2006-05-181-7/+17
|
* mergeMarco Pesenti Gritti2006-05-171-9/+137
|
* Actually hook up the action buttonMarco Pesenti Gritti2006-05-171-137/+9
|
* More testcases for RetransmitSegment, and fix some RetransmitSegment bugsDan Williams2006-05-171-9/+137
|
* Add a bunch of testcasesDan Williams2006-05-171-17/+261
|
* Refactor the segment class into two type-specific classes and base classDan Williams2006-05-171-104/+215
|
* Refactor global vars into appropriate classesDan Williams2006-05-171-29/+59
|
* Add a segment type and start bits for retransmission requests.Dan Williams2006-05-161-15/+46
|
* MergeMarco Pesenti Gritti2006-05-161-0/+319
|
* Do not rely on dbus auto-activation.Marco Pesenti Gritti2006-05-161-319/+0
|
* Do message reassemblyDan Williams2006-05-161-52/+143
|
* Add start of mostly reliable UDP pipe communication codeDan Williams2006-05-161-0/+228