summaryrefslogtreecommitdiff
path: root/libempathy/empathy-ft-factory.c
Commit message (Expand)AuthorAgeFilesLines
* prefix Telepathy bus names with TP_Guillaume Desmottes2014-02-061-1/+1
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+2
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-0/+2
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-5/+0
* ft-factory: ensure that the factory stays alive while empathy_ft_handler_new_...Guillaume Desmottes2012-06-261-2/+4
* client-factory: stop creating EmpathyTpFile objectsJonny Lamb2011-11-091-1/+1
* ft-handler: start using TpFTChannel instead of EmpathyTpFileJonny Lamb2011-11-091-1/+1
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+2
* EmpathyTpFile: inherit from TpFileTransferChannelGuillaume Desmottes2011-09-271-9/+3
* pass to proper user action time when requesting an outgoing FTGuillaume Desmottes2011-09-271-2/+3
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-11/+4
* define constants for handler bus nameGuillaume Desmottes2011-03-171-1/+2
* ft-factory: don't leak the handlerGuillaume Desmottes2011-02-161-0/+12
* fix coding styleGuillaume Desmottes2011-02-161-10/+13
* Use TpSimpleHandler to handle incoming file transfer (#623139)Guillaume Desmottes2010-08-111-35/+93
* Remove the use_hash arg and propertyCosimo Cecchi2009-06-011-13/+5
* Fix coding styleCosimo Cecchi2009-06-011-2/+2
* Remove useless GET_PRIVCosimo Cecchi2009-06-011-2/+0
* Use NULL instead of FALSECosimo Cecchi2009-06-011-1/+1
* Document EmpathyFTFactoryCosimo Cecchi2009-06-011-0/+83
* Use != NULL for pointer checks.Cosimo Cecchi2009-06-011-1/+1
* Adapt the code to the tp style.Cosimo Cecchi2009-06-011-15/+15
* Handle construction errorsCosimo Cecchi2009-06-011-19/+6
* Add use_hash params for incoming transfersCosimo Cecchi2009-06-011-2/+3
* Update the EmpathyFTFactory APICosimo Cecchi2009-06-011-2/+3
* Handle errors coming from the EmpathyFTFactoryCosimo Cecchi2009-06-011-1/+1
* Rethink a bit the logic for an incoming transfer.Cosimo Cecchi2009-06-011-10/+33
* We don't need dispose, finalize and private fields in EmpathyFTFactory (yet?).Cosimo Cecchi2009-06-011-31/+1
* Make libempathy compile with the new changes.Cosimo Cecchi2009-06-011-6/+18
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-6/+18
* Implement empathy_ft_factory_claim_channel and make naming uniform.Cosimo Cecchi2009-06-011-5/+18
* Fix the build.Cosimo Cecchi2009-06-011-1/+1
* Implement hashing of the file. Make it compile.Cosimo Cecchi2009-06-011-5/+8
* Initial commit for EmpathyFTFactory and EmpathyFTHandler.Cosimo Cecchi2009-06-011-0/+147