aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.c
Commit message (Expand)AuthorAgeFilesLines
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-1/+1
* use tp_clear_object()Guillaume Desmottes2011-02-071-17/+4
* tp-file: use the self->priv patternGuillaume Desmottes2011-02-071-219/+180
* Set FileTransfer.URI when accepting a file (#641707)Guillaume Desmottes2011-02-071-10/+39
* use tp_channel_get_requested()Guillaume Desmottes2010-09-131-3/+1
* Ignore socket errors when closing the file-transfer channelLouis-Francis Ratté-Boulianne2010-08-111-2/+7
* tp-file: remove unused ready variableGuillaume Desmottes2010-08-111-1/+0
* tp-file: no need to pass the incoming property during constructionGuillaume Desmottes2010-08-111-10/+9
* tp-file: include netinet/in.hJasper Lievisse Adriaanse2010-04-271-0/+1
* Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+1
* Merge branch 'ft_ipv4'Cosimo Cecchi2009-06-121-24/+162
|\
| * Drop PORT access control support for nowCosimo Cecchi2009-06-121-15/+7
| * Fix make checkCosimo Cecchi2009-06-071-1/+1
| * Emit an error for socket types we don't handleCosimo Cecchi2009-06-071-5/+26
| * Use empathy_uint_compareCosimo Cecchi2009-06-071-13/+1
| * Build fix after rebaseCosimo Cecchi2009-06-071-1/+1
| * Initialize the address and port valuesCosimo Cecchi2009-06-071-12/+34
| * Add support for IPV4 socketsCosimo Cecchi2009-06-071-25/+68
| * Look at the available socket typeCosimo Cecchi2009-06-071-0/+72
* | Correctly propagate Provide/Accept errorsWill Thompson2009-06-101-2/+3
|/
* Don't chain up to constructorCosimo Cecchi2009-06-011-2/+0
* Use _constructed instead of _constructorCosimo Cecchi2009-06-011-15/+8
* Fix coding styleCosimo Cecchi2009-06-011-5/+5
* Use the right macros to pass a gboolean as user_dataCosimo Cecchi2009-06-011-11/+12
* Document EmpathyTpFileCosimo Cecchi2009-06-011-17/+70
* Use != NULL for pointer checks.Cosimo Cecchi2009-06-011-16/+16
* Adapt the code to the tp style.Cosimo Cecchi2009-06-011-53/+55
* Wait for channel close before closing the socketCosimo Cecchi2009-06-011-14/+24
* Don't leak GErrors.Cosimo Cecchi2009-06-011-0/+1
* Cleanup after rebase v2Cosimo Cecchi2009-06-011-0/+10
* First cleanup after rebaseCosimo Cecchi2009-06-011-18/+0
* Ensure the callbacks are only run onceCosimo Cecchi2009-06-011-0/+12
* React to Tp remote errorsCosimo Cecchi2009-06-011-3/+57
* Don't set the status to cancelled when closingCosimo Cecchi2009-06-011-16/+23
* Don't notify progress for zero bytesCosimo Cecchi2009-06-011-23/+8
* First implementation of error handlingCosimo Cecchi2009-06-011-32/+2
* Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-011-4/+2
* Use proper DEBUG() messagesCosimo Cecchi2009-06-011-1/+0
* Use values from TpFileTransferStateCosimo Cecchi2009-06-011-9/+9
* Only close the FT operation after the state changeCosimo Cecchi2009-06-011-4/+9
* Set the "incoming" property at constructCosimo Cecchi2009-06-011-4/+21
* Sync with changes in masterCosimo Cecchi2009-06-011-17/+30
* Cleanup in EmpathyTpFile style.Cosimo Cecchi2009-06-011-194/+185
* Make libempathy compile with the new changes.Cosimo Cecchi2009-06-011-90/+79
* Modify EmpathyFTHandler to adapt to the changes in EmpathyTpFile API.Cosimo Cecchi2009-06-011-4/+2
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-972/+410
* Reference empathy_tp_file_is_ready in the "ready" property.Jonny Lamb2009-04-251-1/+2
* Remove incorrect emacs modeline.Jonny Lamb2009-04-251-1/+0
* Added more words to empathy_tp_file_is_ready.Jonny Lamb2009-04-251-0/+4
* Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-251-7/+1
* Use a tp-glib constant rather than a magic number.Jonny Lamb2009-04-251-1/+1
* Update EmpathyTpFile documentation.Jonny Lamb2009-04-251-16/+147
* Add gtk-doc for new functionsXavier Claessens2009-04-251-0/+16
* Refresh each second instead of each 2 secondsXavier Claessens2009-04-251-1/+1
* Display the file transfer speed and calculate remaining time more dynamically.Xavier Claessens2009-04-251-13/+77
* tp-file: ready property has to be read onlyGuillaume Desmottes2009-04-241-5/+1
* tp-file: implement getter/setter for the ready propertyGuillaume Desmottes2009-04-241-0/+6
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-4/+12
* There is no "contact" property on EmpathyTpFileXavier Claessens2009-04-221-2/+0
* Port EmpathyTpFile to new API and add a ready propertyXavier Claessens2009-04-221-43/+129
* Fix memleak in empathy_tp_file_accept. Free content of priv->filename beforeLars-Peter Clausen2009-04-211-0/+1
* Merge branch 'fix-ft' into to-mergeGuillaume Desmottes2009-03-181-8/+38
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-211-29/+27
* Removed extensions.h inclusion in public API.Jonny Lamb2009-01-171-2/+4
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Don't close channels as a side-effect of disposing wrapper objectsSjoerd Simons2009-01-101-3/+2
* Add a function to explicitly close File channelsSjoerd Simons2009-01-101-1/+8
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Start file transfer if the state is already open when we get the unix socketSjoerd Simons2008-12-231-0/+3
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...Xavier Claessens2008-11-221-37/+0
* Cleanup of ft_manager_add_tp_file_to_list.Xavier Claessens2008-11-221-0/+7
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...Xavier Claessens2008-11-221-5/+68
* Fix signature of signal cb, start the transfer only if we have the socket pat...Xavier Claessens2008-11-221-24/+28
* Change state when the channel is invalidated only if an error occured.Xavier Claessens2008-11-221-5/+11
* Simplify a little bit the code when abording a FTXavier Claessens2008-11-221-4/+5
* Cancel the FT if we can't get the transfer methodXavier Claessens2008-11-221-1/+2
* Remove unused empathy_tp_file_get_idXavier Claessens2008-11-221-18/+0
* Simplify the code to start a file transferXavier Claessens2008-11-221-72/+35
* When the channel is invalidated, change state to CANCELLED.Xavier Claessens2008-11-221-32/+18
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-221-1/+1
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-221-86/+26
* empathy-tp-file.c: actually implement the getter of GObject propertiesXavier Claessens2008-11-221-0/+24
* empathy-tp-file: reorder FileTransfer D-Bus properties using the same order a...Xavier Claessens2008-11-221-7/+10
* tp_file_constructor: get the ContentHashType and ContentType values from the ...Xavier Claessens2008-11-221-0/+6
* Implement latest ft draftXavier Claessens2008-11-221-3/+7
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-8/+9
* Renamed free_copy_data_if_closed to copy_data_unref and have a ref_count in t...Jonny Lamb2008-11-221-17/+22
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-54/+39
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Removed useless libtelepathy headers. (Jonny Lamb)Jonny Lamb2008-11-221-4/+0
* Removed useless +0.5 in get_time_remaining. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Made state_change_reason None in the constructor instead of an invalid value....Jonny Lamb2008-11-221-5/+2
* Removed pointless test whether the tp_file is a GObject in the finalize funct...Jonny Lamb2008-11-221-2/+1
* Use empathy_time_get_current_time instead of g_get_current_time. (Jonny Lamb)Jonny Lamb2008-11-221-15/+6
* Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* Removed account property of EmpathyTpFile as it's only actually used once and...Jonny Lamb2008-11-221-27/+6
* Made property-getting synchronous again so there isn't a massive race conditi...Jonny Lamb2008-11-221-45/+30
* Updated parameter checks to return appropriate values. (Jonny Lamb)Jonny Lamb2008-11-221-9/+12
* Add parameter checks to public functions. (Jonny Lamb)Jonny Lamb2008-11-221-1/+24
* Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi...Jonny Lamb2008-11-221-248/+157
* Re-ordered EmpathyTpFile so static functions need no declaration at the top o...Jonny Lamb2008-11-221-493/+474
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)Jonny Lamb2008-11-221-80/+85
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-221-2/+4
* Various whitespace and comment fixes. (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-221-2/+38
* Removed SocketPath channel property. (Jonny Lamb)Jonny Lamb2008-11-221-19/+0
* Added ContentHashType channel property, and renamed ContentMD5 to ContentHash...Jonny Lamb2008-11-221-13/+25
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Replaced the Direction channel property a more-private GObject incoming prope...Jonny Lamb2008-11-221-22/+18
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1178
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-221-1040/+0
* Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-0/+7
* Added a workaround to EmpathyTpFile's finalize function so it doesn't run g_o...Jonny Lamb2008-11-221-1/+2
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1032