aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.c
Commit message (Expand)AuthorAgeFilesLines
* ft-handler: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIESGuillaume Desmottes2011-08-191-17/+8
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-2/+2
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+0
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-0/+4
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-3/+0
* ft-handler: stop instantiating a EmpathyDispatcherGuillaume Desmottes2011-02-241-10/+0
* set FileTransfer.URI on outgoing FTGuillaume Desmottes2011-02-071-0/+5
* improve hash mismatch error (#632926)Guillaume Desmottes2010-11-021-2/+1
* use tp_asv_* and TP_PROP_*Guillaume Desmottes2010-10-201-47/+23
* no more need to iterate twice over the channel classesGuillaume Desmottes2010-10-201-41/+33
* empathy-ft-handler: re-implement empathy_dispatcher_find_requestable_channel_...Guillaume Desmottes2010-10-201-6/+50
* use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-181-1/+1
* stop using Empathy's internal dispatcher to request FT channelGuillaume Desmottes2010-08-111-21/+28
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+1
* Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-261-7/+3
* add timestamp arg to empathy_dispatcher_create_channelSjoerd Simons2010-04-251-1/+2
* Add a debug message for when errors are signaledSjoerd Simons2010-02-251-0/+2
* hash_job_done: set hash_data->error to NULL when cleaning itGuillaume Desmottes2010-01-071-0/+1
* ft-handler: contact_factory_contact_cb: ref the contactGuillaume Desmottes2009-11-231-1/+1
* Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+1
* Refuse sending empty or special files (directories, char/block devices, etc.)Frédéric Péters2009-06-171-1/+18
* Free the cb_data after errors in constructionCosimo Cecchi2009-06-011-6/+10
* Use the new API.Cosimo Cecchi2009-06-011-39/+22
* Fix trailing whitespaceCosimo Cecchi2009-06-011-1/+1
* Use the new API in the handlerCosimo Cecchi2009-06-011-21/+65
* Fix trailing whitespacesCosimo Cecchi2009-06-011-3/+3
* Remove the use_hash arg and propertyCosimo Cecchi2009-06-011-44/+17
* Actually check if FT+hash is supportedCosimo Cecchi2009-06-011-40/+74
* Add GObject propreties for EmpathyFTHandlerCosimo Cecchi2009-06-011-1/+109
* Remove useless memberCosimo Cecchi2009-06-011-1/+0
* Style fixes for *_free() functionsCosimo Cecchi2009-06-011-21/+6
* Don't use slices for 4096 chunksCosimo Cecchi2009-06-011-2/+2
* Properly free memoryCosimo Cecchi2009-06-011-2/+2
* Clarify a bit the docs about checksummingCosimo Cecchi2009-06-011-2/+6
* Report the right remaining time in the progress cbCosimo Cecchi2009-06-011-1/+1
* Add a comment to make the style checker happyCosimo Cecchi2009-06-011-1/+1
* Fix coding styleCosimo Cecchi2009-06-011-13/+13
* Use the new function in EmpathyFTHandlerCosimo Cecchi2009-06-011-35/+36
* Set use_hash according to what the CM returnsCosimo Cecchi2009-06-011-0/+11
* Use the right macros to pass a gboolean as user_dataCosimo Cecchi2009-06-011-0/+2
* Document EmpathyFTHandlerCosimo Cecchi2009-06-011-0/+251
* Use != NULL for pointer checks.Cosimo Cecchi2009-06-011-7/+7
* Use g_slice_* instead of g_mallocCosimo Cecchi2009-06-011-2/+2
* Use tp_g_value_slice_new_* where possibleCosimo Cecchi2009-06-011-18/+10
* Unref the EmpathyTpContactFactoryCosimo Cecchi2009-06-011-0/+2
* Adapt the code to the tp style.Cosimo Cecchi2009-06-011-39/+40
* Don't destroy an hashtable owned by DBusCosimo Cecchi2009-06-011-2/+0
* Don't leak GErrors.Cosimo Cecchi2009-06-011-1/+3
* Handle construction errorsCosimo Cecchi2009-06-011-0/+9
* Add some debug messagesCosimo Cecchi2009-06-011-0/+12
* Add empathy_ft_handler_get_use_hashCosimo Cecchi2009-06-011-1/+19
* W.I.P. for hash on receiver side.Cosimo Cecchi2009-06-011-11/+102
* 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