summaryrefslogtreecommitdiff
path: root/libempathy/empathy-ft-handler.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-2/+3
* time: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-3/+3
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-1/+1
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-1/+0
* include telepathy-glib.hGuillaume Desmottes2012-09-171-4/+0
* libraries and plugins must be using gi18n-lib.hXavier Claessens2012-07-301-1/+1
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* ft-handler: create EmpathyContact from TpContactGuillaume Desmottes2012-05-081-32/+5
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
* Merge remote-tracking branch 'jonny/ft'Guillaume Desmottes2011-11-291-81/+163
|\
| * ft-handler: start using TpFTChannel instead of EmpathyTpFileJonny Lamb2011-11-091-81/+163
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-2/+2
|/
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-8/+7
* ft-handler: Use TpFileTransferChannel propertiesGuillaume Desmottes2011-09-271-15/+17
* remove empathy_tp_file_is_incoming()Guillaume Desmottes2011-09-271-1/+1
* EmpathyTpFile: inherit from TpFileTransferChannelGuillaume Desmottes2011-09-271-10/+5
* pass to proper user action time when requesting an outgoing FTGuillaume Desmottes2011-09-271-3/+23
* 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-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