| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -0/+1 |
* | Refuse sending empty or special files (directories, char/block devices, etc.) | Frédéric Péters | 2009-06-17 | 1 | -1/+18 |
* | Free the cb_data after errors in construction | Cosimo Cecchi | 2009-06-01 | 1 | -6/+10 |
* | Use the new API. | Cosimo Cecchi | 2009-06-01 | 1 | -39/+22 |
* | Fix trailing whitespace | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
* | Use the new API in the handler | Cosimo Cecchi | 2009-06-01 | 1 | -21/+65 |
* | Fix trailing whitespaces | Cosimo Cecchi | 2009-06-01 | 1 | -3/+3 |
* | Remove the use_hash arg and property | Cosimo Cecchi | 2009-06-01 | 1 | -44/+17 |
* | Actually check if FT+hash is supported | Cosimo Cecchi | 2009-06-01 | 1 | -40/+74 |
* | Add GObject propreties for EmpathyFTHandler | Cosimo Cecchi | 2009-06-01 | 1 | -1/+109 |
* | Remove useless member | Cosimo Cecchi | 2009-06-01 | 1 | -1/+0 |
* | Style fixes for *_free() functions | Cosimo Cecchi | 2009-06-01 | 1 | -21/+6 |
* | Don't use slices for 4096 chunks | Cosimo Cecchi | 2009-06-01 | 1 | -2/+2 |
* | Properly free memory | Cosimo Cecchi | 2009-06-01 | 1 | -2/+2 |
* | Clarify a bit the docs about checksumming | Cosimo Cecchi | 2009-06-01 | 1 | -2/+6 |
* | Report the right remaining time in the progress cb | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
* | Add a comment to make the style checker happy | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
* | Fix coding style | Cosimo Cecchi | 2009-06-01 | 1 | -13/+13 |
* | Use the new function in EmpathyFTHandler | Cosimo Cecchi | 2009-06-01 | 1 | -35/+36 |
* | Set use_hash according to what the CM returns | Cosimo Cecchi | 2009-06-01 | 1 | -0/+11 |
* | Use the right macros to pass a gboolean as user_data | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
* | Document EmpathyFTHandler | Cosimo Cecchi | 2009-06-01 | 1 | -0/+251 |
* | Use != NULL for pointer checks. | Cosimo Cecchi | 2009-06-01 | 1 | -7/+7 |
* | Use g_slice_* instead of g_malloc | Cosimo Cecchi | 2009-06-01 | 1 | -2/+2 |
* | Use tp_g_value_slice_new_* where possible | Cosimo Cecchi | 2009-06-01 | 1 | -18/+10 |
* | Unref the EmpathyTpContactFactory | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
* | Adapt the code to the tp style. | Cosimo Cecchi | 2009-06-01 | 1 | -39/+40 |
* | Don't destroy an hashtable owned by DBus | Cosimo Cecchi | 2009-06-01 | 1 | -2/+0 |
* | Don't leak GErrors. | Cosimo Cecchi | 2009-06-01 | 1 | -1/+3 |
* | Handle construction errors | Cosimo Cecchi | 2009-06-01 | 1 | -0/+9 |
* | Add some debug messages | Cosimo Cecchi | 2009-06-01 | 1 | -0/+12 |
* | Add empathy_ft_handler_get_use_hash | Cosimo Cecchi | 2009-06-01 | 1 | -1/+19 |
* | W.I.P. for hash on receiver side. | Cosimo Cecchi | 2009-06-01 | 1 | -11/+102 |
* | Add use_hash params for incoming transfers | Cosimo Cecchi | 2009-06-01 | 1 | -4/+6 |
* | Add the USE_HASH property in class_init | Cosimo Cecchi | 2009-06-01 | 1 | -3/+8 |
* | Make checksum optional when sending | Cosimo Cecchi | 2009-06-01 | 1 | -5/+19 |
* | First cleanup after rebase | Cosimo Cecchi | 2009-06-01 | 1 | -41/+39 |
* | Simplify the hashing code | Cosimo Cecchi | 2009-06-01 | 1 | -70/+48 |
* | Ensure the callbacks are only run once | Cosimo Cecchi | 2009-06-01 | 1 | -0/+3 |
* | Add back speed and remaining time | Cosimo Cecchi | 2009-06-01 | 1 | -17/+49 |
* | Properly ref/unref the request table | Cosimo Cecchi | 2009-06-01 | 1 | -7/+14 |
* | Properly emit the TRANSFER_STARTED signal | Cosimo Cecchi | 2009-06-01 | 1 | -8/+11 |
* | First implementation of error handling | Cosimo Cecchi | 2009-06-01 | 1 | -36/+25 |
* | Total FileTransfer draft spec exorcism | Cosimo Cecchi | 2009-06-01 | 1 | -5/+4 |
* | Rework the logic of cancelling transfers | Cosimo Cecchi | 2009-06-01 | 1 | -3/+16 |
* | Use proper DEBUG() messages | Cosimo Cecchi | 2009-06-01 | 1 | -8/+8 |
* | Only close the FT operation after the state change | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
* | Emit the TRANSFER_STARTED signal | Cosimo Cecchi | 2009-06-01 | 1 | -0/+3 |
* | Add is_completed and is_cancelled API | Cosimo Cecchi | 2009-06-01 | 1 | -12/+52 |
* | Add empathy_ft_handler_get_total_bytes API | Cosimo Cecchi | 2009-06-01 | 1 | -4/+16 |
* | Add empathy_ft_handler_get_transferred_bytes API | Cosimo Cecchi | 2009-06-01 | 1 | -0/+12 |
* | Add some useful APIs to EmpathyFTHandler | Cosimo Cecchi | 2009-06-01 | 1 | -2/+77 |
* | Rethink a bit the logic for an incoming transfer. | Cosimo Cecchi | 2009-06-01 | 1 | -3/+23 |
* | Emit the transfer_started signal as soon as we start an incoming transfer. | Cosimo Cecchi | 2009-06-01 | 1 | -0/+5 |
* | Free memory in _finalize inside EmpathyFTHandler. | Cosimo Cecchi | 2009-06-01 | 1 | -0/+20 |
* | Make libempathy compile with the new changes. | Cosimo Cecchi | 2009-06-01 | 1 | -2/+1 |
* | Modify EmpathyFTHandler to adapt to the changes in EmpathyTpFile API. | Cosimo Cecchi | 2009-06-01 | 1 | -7/+40 |
* | Remove the RequestData struct. | Cosimo Cecchi | 2009-06-01 | 1 | -147/+120 |
* | W.I.P. for heavy lifting on EmpathyTpFile. | Cosimo Cecchi | 2009-06-01 | 1 | -45/+149 |
* | Don't schedule the next read two times when we're finished reading the stream. | Cosimo Cecchi | 2009-06-01 | 1 | -1/+0 |
* | Add debug spew. | Cosimo Cecchi | 2009-06-01 | 1 | -0/+19 |
* | Add some error handling and keep on adding progress signals. | Cosimo Cecchi | 2009-06-01 | 1 | -13/+62 |
* | Fix the build. | Cosimo Cecchi | 2009-06-01 | 1 | -2/+6 |
* | Start implementing signals inside EmpathyFTHandler. | Cosimo Cecchi | 2009-06-01 | 1 | -7/+73 |
* | Fix the build. | Cosimo Cecchi | 2009-06-01 | 1 | -2/+3 |
* | Set more meaningful names for EmpathyFTHandler public methods. | Cosimo Cecchi | 2009-06-01 | 1 | -6/+9 |
* | Call the dispatcher to create the Channel after we have built the request. | Cosimo Cecchi | 2009-06-01 | 1 | -6/+73 |
* | Implement hashing of the file. Make it compile. | Cosimo Cecchi | 2009-06-01 | 1 | -12/+365 |
* | Little cleanup. | Cosimo Cecchi | 2009-06-01 | 1 | -3/+3 |
* | Initial commit for EmpathyFTFactory and EmpathyFTHandler. | Cosimo Cecchi | 2009-06-01 | 1 | -0/+216 |