Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model/filetransfer.py
Commit message (Collapse)AuthorAgeFilesLines
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-2/+2
|
* let the logger do the formattingSascha Silbe2009-08-241-10/+10
|
* Add TODO about splice_asyncTomeu Vizoso2009-08-061-0/+1
|
* Correctly close the input stream in file transfers #682Tomeu Vizoso2009-04-071-10/+7
|
* Add test code for file transfersTomeu Vizoso2009-04-061-0/+13
|
* pass byte_arrays=True to {Accept,Provide}FileGuillaume Desmottes2009-03-171-2/+3
| | | | | | The unix socket address is supposed to be an 'ay' and not a 's' according to the spec. This change make the code works with both so it can be used with old bugged CM's and new ones.
* Remove transfer icon from frame when the local user cancels it #483Tomeu Vizoso2009-03-121-3/+15
|
* unDRAFTs FileTransferSimon Schampijer2009-02-181-1/+1
|
*