aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.c
Commit message (Expand)AuthorAgeFilesLines
* Add use_hash params for incoming transfersCosimo Cecchi2009-06-011-4/+6
* Add the USE_HASH property in class_initCosimo Cecchi2009-06-011-3/+8
* Make checksum optional when sendingCosimo Cecchi2009-06-011-5/+19
* First cleanup after rebaseCosimo Cecchi2009-06-011-41/+39
* Simplify the hashing codeCosimo Cecchi2009-06-011-70/+48
* Ensure the callbacks are only run onceCosimo Cecchi2009-06-011-0/+3
* Add back speed and remaining timeCosimo Cecchi2009-06-011-17/+49
* Properly ref/unref the request tableCosimo Cecchi2009-06-011-7/+14
* Properly emit the TRANSFER_STARTED signalCosimo Cecchi2009-06-011-8/+11
* First implementation of error handlingCosimo Cecchi2009-06-011-36/+25
* Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-011-5/+4
* Rework the logic of cancelling transfersCosimo Cecchi2009-06-011-3/+16
* Use proper DEBUG() messagesCosimo Cecchi2009-06-011-8/+8
* Only close the FT operation after the state changeCosimo Cecchi2009-06-011-0/+2
* Emit the TRANSFER_STARTED signalCosimo Cecchi2009-06-011-0/+3
* Add is_completed and is_cancelled APICosimo Cecchi2009-06-011-12/+52
* Add empathy_ft_handler_get_total_bytes APICosimo Cecchi2009-06-011-4/+16
* Add empathy_ft_handler_get_transferred_bytes APICosimo Cecchi2009-06-011-0/+12
* Add some useful APIs to EmpathyFTHandlerCosimo Cecchi2009-06-011-2/+77
* Rethink a bit the logic for an incoming transfer.Cosimo Cecchi2009-06-011-3/+23
* Emit the transfer_started signal as soon as we start an incoming transfer.Cosimo Cecchi2009-06-011-0/+5
* Free memory in _finalize inside EmpathyFTHandler.Cosimo Cecchi2009-06-011-0/+20
* Make libempathy compile with the new changes.Cosimo Cecchi2009-06-011-2/+1
* Modify EmpathyFTHandler to adapt to the changes in EmpathyTpFile API.Cosimo Cecchi2009-06-011-7/+40
* Remove the RequestData struct.Cosimo Cecchi2009-06-011-147/+120
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-45/+149
* Don't schedule the next read two times when we're finished reading the stream.Cosimo Cecchi2009-06-011-1/+0
* Add debug spew.Cosimo Cecchi2009-06-011-0/+19
* Add some error handling and keep on adding progress signals.Cosimo Cecchi2009-06-011-13/+62
* Fix the build.Cosimo Cecchi2009-06-011-2/+6
* Start implementing signals inside EmpathyFTHandler.Cosimo Cecchi2009-06-011-7/+73
* Fix the build.Cosimo Cecchi2009-06-011-2/+3
* Set more meaningful names for EmpathyFTHandler public methods.Cosimo Cecchi2009-06-011-6/+9
* Call the dispatcher to create the Channel after we have built the request.Cosimo Cecchi2009-06-011-6/+73
* Implement hashing of the file. Make it compile.Cosimo Cecchi2009-06-011-12/+365
* Little cleanup.Cosimo Cecchi2009-06-011-3/+3
* Initial commit for EmpathyFTFactory and EmpathyFTHandler.Cosimo Cecchi2009-06-011-0/+216