]> git.0d.be Git - empathy.git/history - libempathy/empathy-ft-handler.c
Merge branch 'sasl'
[empathy.git] / libempathy / empathy-ft-handler.c
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
2009-06-01 Cosimo CecchiAdd some useful APIs to EmpathyFTHandler
2009-06-01 Cosimo CecchiRethink a bit the logic for an incoming transfer.
2009-06-01 Cosimo CecchiEmit the transfer_started signal as soon as we start...
2009-06-01 Cosimo CecchiFree memory in _finalize inside EmpathyFTHandler.
2009-06-01 Cosimo CecchiMake libempathy compile with the new changes.
2009-06-01 Cosimo CecchiModify EmpathyFTHandler to adapt to the changes in...
2009-06-01 Cosimo CecchiRemove the RequestData struct.
2009-06-01 Cosimo CecchiW.I.P. for heavy lifting on EmpathyTpFile.
2009-06-01 Cosimo CecchiDon't schedule the next read two times when we're finis...
2009-06-01 Cosimo CecchiAdd debug spew.
2009-06-01 Cosimo CecchiAdd some error handling and keep on adding progress...
2009-06-01 Cosimo CecchiFix the build.
2009-06-01 Cosimo CecchiStart implementing signals inside EmpathyFTHandler.
2009-06-01 Cosimo CecchiFix the build.
2009-06-01 Cosimo CecchiSet more meaningful names for EmpathyFTHandler public...
2009-06-01 Cosimo CecchiCall the dispatcher to create the Channel after we...
2009-06-01 Cosimo CecchiImplement hashing of the file. Make it compile.
2009-06-01 Cosimo CecchiLittle cleanup.
2009-06-01 Cosimo CecchiInitial commit for EmpathyFTFactory and EmpathyFTHandler.