]> git.0d.be Git - empathy.git/history - libempathy/empathy-ft-handler.c
Merge remote-tracking branch 'glassrose/add-All-service-selection-in-debug-window'
[empathy.git] / libempathy / empathy-ft-handler.c
2012-02-17 Guillaume DesmottesMerge remote-tracking branch 'glassrose/add-All-service...
2011-11-29 Guillaume DesmottesMerge remote-tracking branch 'jonny/ft'
2011-11-16 Xavier ClaessensUse _unref instead of _free _destroy when possible...
2011-11-09 Jonny Lambft-handler: start using TpFTChannel instead of EmpathyT...
2011-10-14 Danielle MadeleyMerge remote-tracking branch 'pochu/upgrade-software'
2011-10-14 Danielle MadeleyMerge remote-tracking branch 'pochu/error-dialog'
2011-10-14 Danielle MadeleyMerge remote-tracking branch 'pochu/misc-fixes'
2011-10-14 Danielle MadeleyMerge branch: 'Add top-up link to chat text when there...
2011-09-28 Xavier ClaessensUse g_cclosure_marshal_generic for all signals
2011-09-27 Guillaume Desmottesft-handler: Use TpFileTransferChannel properties
2011-09-27 Guillaume Desmottesremove empathy_tp_file_is_incoming()
2011-09-27 Guillaume DesmottesEmpathyTpFile: inherit from TpFileTransferChannel
2011-09-27 Guillaume Desmottespass to proper user action time when requesting an...
2011-08-19 Danielle MadeleyMerge branch 'trivia'
2011-08-19 Guillaume Desmottesft-handler: rely on the factory to prepare TP_CONNECTIO...
2011-04-20 Guillaume DesmottesMerge branch 'timestamp-648188'
2011-04-19 Guillaume DesmottesPort all timestamps from time_t to gint64 (#648188)
2011-04-04 Guillaume DesmottesRevert "-Fix use of include <config.h> to make sure...
2011-04-04 Kjartan Maraas-Fix use of include <config.h> to make sure translation...
2011-03-17 Kjartan MaraasFix warnings from GCC 4.6 about variables that are...
2011-02-24 Guillaume Desmottesft-handler: stop instantiating a EmpathyDispatcher
2011-02-07 Guillaume Desmottesset FileTransfer.URI on outgoing FT
2010-11-08 Guillaume DesmottesMerge branch 'preset-581029'
2010-11-02 Guillaume DesmottesMerge remote branch 'vminko/fix-609942'
2010-11-02 Guillaume Desmottesimprove hash mismatch error (#632926)
2010-10-20 Guillaume DesmottesMerge branch 'kill-dispatcher-632550'
2010-10-20 Guillaume Desmottesuse tp_asv_* and TP_PROP_*
2010-10-20 Guillaume Desmottesno more need to iterate twice over the channel classes
2010-10-20 Guillaume Desmottesempathy-ft-handler: re-implement empathy_dispatcher_fin...
2010-08-24 Cosimo CecchiMerge branch 'tls-connection'
2010-08-18 Guillaume Desmottesuse TP_USER_ACTION_TIME_* (#627165)
2010-08-11 Guillaume Desmottesstop using Empathy's internal dispatcher to request...
2010-08-05 Philip WithnallFix missing entries in switch statements
2010-05-28 Guillaume DesmottesMerge branch 'import-617971'
2010-05-26 Xavier ClaessensPort to new EmpathyTpContactFactory API
2010-05-04 Guillaume DesmottesMerge branch 'timestamp-615976'
2010-04-24 Sjoerd Simonsadd timestamp arg to empathy_dispatcher_create_channel
2010-02-24 Sjoerd SimonsMerge branch 'requests'. Fixes: #598905
2010-02-24 Sjoerd SimonsAdd a debug message for when errors are signaled
2010-01-06 Guillaume Desmotteshash_job_done: set hash_data->error to NULL when cleani...
2009-11-23 Guillaume Desmottesft-handler: contact_factory_contact_cb: ref the contact
2009-08-26 Xavier ClaessensMerge branch 'debug-window'
2009-08-25 Sjoerd SimonsMerge branch 'mc5', fixes bug #590165
2009-08-21 Sjoerd SimonsMerge back from master
2009-08-01 Cosimo CecchiMerge branch 'master' into mc5
2009-07-28 Sjoerd SimonsMerge commit 'upstream/master' into mc5
2009-07-16 Sjoerd SimonsRemove last references to mission-control 4
2009-06-28 Xavier ClaessensMerge commit 'elliot/bug-584703-c'
2009-06-17 Frédéric PétersRefuse sending empty or special files (directories...
2009-06-04 Jonny LambMerge branch 'debug'
2009-06-01 Cosimo CecchiMerge branch 'ft_rework'
2009-06-01 Cosimo CecchiFree the cb_data after errors in construction
2009-06-01 Cosimo CecchiUse the new API.
2009-06-01 Cosimo CecchiFix trailing whitespace
2009-06-01 Cosimo CecchiUse the new API in the handler
2009-06-01 Cosimo CecchiFix trailing whitespaces
2009-06-01 Cosimo CecchiRemove the use_hash arg and property
2009-06-01 Cosimo CecchiActually check if FT+hash is supported
2009-06-01 Cosimo CecchiAdd GObject propreties for EmpathyFTHandler
2009-06-01 Cosimo CecchiRemove useless member
2009-06-01 Cosimo CecchiStyle fixes for *_free() functions
2009-06-01 Cosimo CecchiDon't use slices for 4096 chunks
2009-06-01 Cosimo CecchiProperly free memory
2009-06-01 Cosimo CecchiClarify a bit the docs about checksumming
2009-06-01 Cosimo CecchiReport the right remaining time in the progress cb
2009-06-01 Cosimo CecchiAdd a comment to make the style checker happy
2009-06-01 Cosimo CecchiFix coding style
2009-06-01 Cosimo CecchiUse the new function in EmpathyFTHandler
2009-06-01 Cosimo CecchiSet use_hash according to what the CM returns
2009-06-01 Cosimo CecchiUse the right macros to pass a gboolean as user_data
2009-06-01 Cosimo CecchiDocument EmpathyFTHandler
2009-06-01 Cosimo CecchiUse != NULL for pointer checks.
2009-06-01 Cosimo CecchiUse g_slice_* instead of g_malloc
2009-06-01 Cosimo CecchiUse tp_g_value_slice_new_* where possible
2009-06-01 Cosimo CecchiUnref the EmpathyTpContactFactory
2009-06-01 Cosimo CecchiAdapt the code to the tp style.
2009-06-01 Cosimo CecchiDon't destroy an hashtable owned by DBus
2009-06-01 Cosimo CecchiDon't leak GErrors.
2009-06-01 Cosimo CecchiHandle construction errors
2009-06-01 Cosimo CecchiAdd some debug messages
2009-06-01 Cosimo CecchiAdd empathy_ft_handler_get_use_hash
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
next