]> git.0d.be Git - empathy.git/history - libempathy/empathy-ft-handler.c
W.I.P. for hash on receiver side.
[empathy.git] / libempathy / empathy-ft-handler.c
2009-06-01 Cosimo CecchiW.I.P. for hash on receiver side.
2009-06-01 Cosimo CecchiAdd use_hash params for incoming transfers
2009-06-01 Cosimo CecchiAdd the USE_HASH property in class_init
2009-06-01 Cosimo CecchiMake checksum optional when sending
2009-06-01 Cosimo CecchiFirst cleanup after rebase
2009-06-01 Cosimo CecchiSimplify the hashing code
2009-06-01 Cosimo CecchiEnsure the callbacks are only run once
2009-06-01 Cosimo CecchiAdd back speed and remaining time
2009-06-01 Cosimo CecchiProperly ref/unref the request table
2009-06-01 Cosimo CecchiProperly emit the TRANSFER_STARTED signal
2009-06-01 Cosimo CecchiFirst implementation of error handling
2009-06-01 Cosimo CecchiTotal FileTransfer draft spec exorcism
2009-06-01 Cosimo CecchiRework the logic of cancelling transfers
2009-06-01 Cosimo CecchiUse proper DEBUG() messages
2009-06-01 Cosimo CecchiOnly close the FT operation after the state change
2009-06-01 Cosimo CecchiEmit the TRANSFER_STARTED signal
2009-06-01 Cosimo CecchiAdd is_completed and is_cancelled API
2009-06-01 Cosimo CecchiAdd empathy_ft_handler_get_total_bytes API
2009-06-01 Cosimo CecchiAdd empathy_ft_handler_get_transferred_bytes API
2009-06-01 Cosimo CecchiAdd some useful APIs to EmpathyFTHandler
2009-06-01 Cosimo CecchiRethink a bit the logic for an incoming transfer.
2009-06-01 Cosimo CecchiEmit the transfer_started signal as soon as we start...
2009-06-01 Cosimo CecchiFree memory in _finalize inside EmpathyFTHandler.
2009-06-01 Cosimo CecchiMake libempathy compile with the new changes.
2009-06-01 Cosimo CecchiModify EmpathyFTHandler to adapt to the changes in...
2009-06-01 Cosimo CecchiRemove the RequestData struct.
2009-06-01 Cosimo CecchiW.I.P. for heavy lifting on EmpathyTpFile.
2009-06-01 Cosimo CecchiDon't schedule the next read two times when we're finis...
2009-06-01 Cosimo CecchiAdd debug spew.
2009-06-01 Cosimo CecchiAdd some error handling and keep on adding progress...
2009-06-01 Cosimo CecchiFix the build.
2009-06-01 Cosimo CecchiStart implementing signals inside EmpathyFTHandler.
2009-06-01 Cosimo CecchiFix the build.
2009-06-01 Cosimo CecchiSet more meaningful names for EmpathyFTHandler public...
2009-06-01 Cosimo CecchiCall the dispatcher to create the Channel after we...
2009-06-01 Cosimo CecchiImplement hashing of the file. Make it compile.
2009-06-01 Cosimo CecchiLittle cleanup.
2009-06-01 Cosimo CecchiInitial commit for EmpathyFTFactory and EmpathyFTHandler.