aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-file.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)xclaesse2008-11-221-1178/+0
* Fixed function declaration style. (Jonny Lamb)xclaesse2008-11-221-21/+46
* Converted sources to Collabora coding style. (Jonny Lamb)xclaesse2008-11-221-186/+182
* Changed order of closing channel and cancelling socket transfers. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Fixed small coding style issue. (Jonny Lamb)xclaesse2008-11-221-2/+0
* Implemented empathy_file_cancel. (Jonny Lamb)xclaesse2008-11-221-0/+12
* Handled TransferredBytes signal properly and show in the progress bar. (Jonny...xclaesse2008-11-221-7/+17
* Actually use accept and receive file functions. (Jonny Lamb)xclaesse2008-11-221-2/+10
* Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb)xclaesse2008-11-221-18/+68
* Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny L...xclaesse2008-11-221-2/+20
* Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)xclaesse2008-11-221-2/+0
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)xclaesse2008-11-221-429/+815
* Push the notify::state and notify::transferred-bytes signals from EmpathyTpFi...xclaesse2008-11-221-2/+29
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)xclaesse2008-11-221-0/+650