]> git.0d.be Git - empathy.git/history - libempathy
Updated Oriya Translation
[empathy.git] / libempathy /
2009-06-07 Cosimo CecchiInitialize the address and port values
2009-06-07 Cosimo CecchiAdd support for IPV4 sockets
2009-06-07 Cosimo CecchiLook at the available socket type
2009-06-05 Jonny LambAdd simple flymake support.
2009-06-04 Jonny LambMerge branch 'debug'
2009-06-04 Jonny LambCoding style fixes.
2009-06-01 Cosimo CecchiMerge branch 'ft_rework'
2009-06-01 Sjoerd SimonsDon't set NM presence state on connect when it was...
2009-06-01 Cosimo CecchiFree the cb_data after errors in construction
2009-06-01 Cosimo CecchiUpdate copyright header
2009-06-01 Cosimo CecchiClarify the docs
2009-06-01 Cosimo CecchiUse the new API.
2009-06-01 Cosimo CecchiHopefully proper version of _find_requestable_channel_c...
2009-06-01 Cosimo CecchiFix trailing whitespace
2009-06-01 Cosimo CecchiAdapt EmpathyCallHandler to the new API
2009-06-01 Cosimo CecchiUse the new API in the handler
2009-06-01 Cosimo CecchiFree the list after calling the callback
2009-06-01 Cosimo CecchiAdd a helper uint_compare function
2009-06-01 Cosimo CecchiUpdate the requestable channel classes API
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 CecchiUse the new API in the call handler
2009-06-01 Cosimo CecchiAdd find_requestable_channel_classes
2009-06-01 Cosimo CecchiDon't chain up to constructor
2009-06-01 Cosimo CecchiAdd GObject propreties for EmpathyFTHandler
2009-06-01 Cosimo CecchiUse _constructed instead of _constructor
2009-06-01 Cosimo CecchiRemove useless member
2009-06-01 Cosimo CecchiRemove the g_idle sources on destroy
2009-06-01 Cosimo CecchiActually see if the connection is ready
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 CecchiEmit the callback always in an idle
2009-06-01 Cosimo CecchiUse the new function in EmpathyFTHandler
2009-06-01 Cosimo CecchiAdd empathy_dispatcher_find_channel_class_async()
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 CecchiDocument EmpathyTpFile
2009-06-01 Cosimo CecchiRemove useless GET_PRIV
2009-06-01 Cosimo CecchiRemove useless define
2009-06-01 Cosimo CecchiUse NULL instead of FALSE
2009-06-01 Cosimo CecchiDocument EmpathyFTFactory
2009-06-01 Cosimo CecchiMove the error declaration in empathy-tp-file.h
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 CecchiWait for channel close before closing the socket
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 CecchiUpdate the EmpathyFTFactory API
2009-06-01 Cosimo CecchiMake checksum optional when sending
2009-06-01 Cosimo CecchiCleanup after rebase v2
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 CecchiReact to Tp remote errors
2009-06-01 Cosimo CecchiProperly ref/unref the request table
2009-06-01 Cosimo CecchiDon't set the status to cancelled when closing
2009-06-01 Cosimo CecchiHandle errors coming from the EmpathyFTFactory
2009-06-01 Cosimo CecchiProperly emit the TRANSFER_STARTED signal
2009-06-01 Cosimo CecchiDon't notify progress for zero bytes
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 CecchiUse values from TpFileTransferState
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 CecchiSet the "incoming" property at construct
2009-06-01 Cosimo CecchiSync with changes in master
2009-06-01 Cosimo CecchiAdd is_completed and is_cancelled API
2009-06-01 Cosimo CecchiRemove some of the EmpFileTransferState crack
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 CecchiFix indentation of function prototype
2009-06-01 Cosimo CecchiRemove useless include of empathy-tp-file.h
2009-06-01 Cosimo CecchiRemove dead code in EmpathyDispatcher
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 CecchiWe don't need dispose, finalize and private fields...
2009-06-01 Cosimo CecchiCleanup in EmpathyTpFile style.
2009-06-01 Cosimo CecchiMake libempathy compile with the new changes.
2009-06-01 Cosimo CecchiModify EmpathyFTHandler to adapt to the changes in...
next