summaryrefslogtreecommitdiff
path: root/libpurple/xfer.c
Commit message (Expand)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-8/+9
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-1/+1
* Replace purple_input_remove by g_source_removeElliott Sales de Andrade2022-09-291-6/+6
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Rename purple-gio.[ch] to purplegio.[ch] to match the other filesGary Kramlich2022-09-121-1/+1
* Add source files to GObject introspectionElliott Sales de Andrade2022-08-021-10/+21
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-0/+1
* Fix several typos in libpurpleElliott Sales de Andrade2021-10-101-1/+1
* Set the prereq type for all Protocol interfaces to PurpleProtocolGary Kramlich2021-08-121-1/+2
* Fix the includes for the purpleenums renameGary Kramlich2021-08-031-1/+1
* migrate libpurple to the ConversationManager APIGary Kramlich2021-07-221-14/+17
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-5/+5
* Port libpurple from purple_protocols_ to purple_protocol_manager_Gary Kramlich2021-03-021-1/+1
* Implement mitigation for GHSL-2021-045Gary Kramlich2021-02-071-1/+2
* Convert proxy code in xfer to gio.Elliott Sales de Andrade2020-12-171-16/+38
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+3
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+2
* Fix some issues that scanbuild had identifiedGary Kramlich2020-04-091-3/+3
* Add freezes around multi-notifies in xfers.Elliott Sales de Andrade2019-12-271-4/+12
* Remove now-unused PurpleXferUiOps.destroy.Elliott Sales de Andrade2019-12-221-7/+0
* Change PurpleXferUiOps.add_xfer to PurpleXfer:visible property.Elliott Sales de Andrade2019-12-221-14/+39
* Remove PurpleXfer UI data storage.Elliott Sales de Andrade2019-12-221-36/+0
* Convert PurpleXferUiOps.add_thumbnail to a signal.Elliott Sales de Andrade2019-12-211-6/+14
* Remove PurpleXferUiOps.cancel_* UI ops.Elliott Sales de Andrade2019-12-211-13/+0
* Replace PurpleXferUiOps.update_progress by PurpleXfer.progress.Elliott Sales de Andrade2019-12-211-25/+12
* Remove xfer signals for status changes.Elliott Sales de Andrade2019-12-211-62/+0
* Convert xfer I/O operations from UI ops to signals.Elliott Sales de Andrade2019-12-211-96/+253
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-151-1/+1
* Fix some possible leaks.Elliott Sales de Andrade2019-11-051-2/+1
* Fix some static analysis warnings.Elliott Sales de Andrade2019-10-011-3/+6
* Fix some minor warnings.Elliott Sales de Andrade2019-09-271-2/+2
* Replace purple_str_size_to_units by g_format_size.Elliott Sales de Andrade2019-09-101-1/+1
* Convert file transfer times to monotonic clock.Elliott Sales de Andrade2019-09-101-56/+17
* Fix broken `priv != NULL` checks in libpurple.Elliott Sales de Andrade2019-08-071-58/+92
* Move extraneous NULL-checks in xfer to public function.Elliott Sales de Andrade2019-08-071-3/+3
* Cleanups from reviewGary Kramlich2019-07-041-11/+14
* Make PurpleXfer a derivable type and create subclasses in all the protocols t...Gary Kramlich2019-07-021-297/+275
* libpurple: Port almost self-contained code from g_type_class_add_private()Mike Ruprecht2018-12-061-131/+98
* libpurple: Remove pointer registration for DBus APIMike Ruprecht2018-10-021-5/+0
* xfer: Rename PurpleProtocolXferInterface.send() to send_file()Mike Ruprecht2018-05-031-6/+6
* Remove some trailing whitespace and commented codeGary Kramlich2017-12-141-1/+1
* start implement the _new_xfer test, stopping here as there a lot more auxilia...Gary Kramlich2017-11-261-9/+11
* Fix the argument names so there's no confusionGary Kramlich2017-11-251-12/+12
* Clean up a bunch of the cruft I accidentally createdGary Kramlich2017-11-241-9/+25
* Update the PurpleProtocolXferInterface to pass around the interfance instance...Gary Kramlich2017-09-071-3/+3
* Initial attempt at removing the magic around PurpleProtocolXferInterfaceGary Kramlich2017-08-311-0/+47
* libpurple/xfer.c: Silence warnings in purple_xfer_set_thumbnail()Mike Ruprecht2017-06-151-2/+4
* Merge release-2.x.y into defaultdx2017-06-121-8/+19
* Fix purple_xfer_write() during do_transfer()Jakub Adam2016-04-071-8/+19
* Initial fix of file transfer by removing extra calls to purple_xfer_set_bytes...Michael McConville2015-07-231-23/+21