summaryrefslogtreecommitdiff
path: root/libempathy/empathy-ft-handler.c
Commit message (Expand)AuthorAgeFilesLines
* set FileTransfer.URI on outgoing FTGuillaume Desmottes2011-02-071-37/+22
* 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-241-1/+2
* Add a debug message for when errors are signaledSjoerd Simons2010-02-241-0/+2
* hash_job_done: set hash_data->error to NULL when cleaning itGuillaume Desmottes2010-01-061-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