Thu, 23 Mar 2023 22:03:45 -0500 Elliott Sales de Andrade Fix leaked errors file | diff | annotate
Tue, 21 Mar 2023 01:59:19 -0500 Elliott Sales de Andrade Use g_clear_handle_id everywhere file | diff | annotate
Tue, 21 Mar 2023 00:39:45 -0500 Elliott Sales de Andrade Use g_clear_* helpers where useful file | diff | annotate
Tue, 07 Feb 2023 00:55:49 -0600 Markus Fischer fix memory leak originating in purple_prefs_connect_callback release-2.x.y file | diff | annotate
Sun, 11 Dec 2022 22:56:34 -0600 Elliott Sales de Andrade Bump C standard to C99 for libpurple files and fix warnings file | diff | annotate
Thu, 03 Nov 2022 03:27:07 -0500 Elliott Sales de Andrade Fix libpurple compile on Windows file | diff | annotate
Wed, 26 Oct 2022 02:58:05 -0500 Elliott Sales de Andrade Remove C99-obsoleted constructs file | diff | annotate
Fri, 30 Sep 2022 03:12:09 -0500 Gary Kramlich Remove auto-replies file | diff | annotate
Tue, 20 Sep 2022 02:55:07 -0500 Gary Kramlich Remove PurplePrefsUiOps. file | diff | annotate
Mon, 12 Sep 2022 22:54:13 -0500 Gary Kramlich Stop including internal.h everywhere when we really don't need it. file | diff | annotate
Sun, 11 Sep 2022 00:33:00 -0500 Elliott Sales de Andrade Prepare GSettings schemas and a default settings backend file | diff | annotate
Sat, 08 Jan 2022 15:35:51 -0600 Gary Kramlich Move the path based functions from util.c to their own file. file | diff | annotate
Fri, 22 Oct 2021 02:40:28 -0500 Gary Kramlich Only use an info message if we were unable to load the system default preferences file | diff | annotate
Tue, 01 Jun 2021 20:15:16 -0500 Gary Kramlich Fix some issues scanbuild found in prefs.c release-2.x.y file | diff | annotate
Fri, 26 Feb 2021 00:17:26 -0600 Arkadiy Illarionov Use g_list_copy_deep instead of manual copy/transform file | diff | annotate
Fri, 12 Feb 2021 04:07:08 -0600 Gary Kramlich Add a compatiblity layer for g_s?list_free_full and port everything to it. release-2.x.y file | diff | annotate
Sat, 02 Jan 2021 00:37:22 -0600 Gary Kramlich Remove some old work arounds for coverity. file | diff | annotate
Thu, 13 Aug 2020 22:03:41 -0500 Gary Kramlich remove the old sound api file | diff | annotate
Fri, 01 May 2020 12:13:35 -0500 Gary Kramlich Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h file | diff | annotate
Sun, 10 Nov 2019 16:29:55 +0100 Fabrice Bellet fix heap-use-after-free in prefs removal use-after-free file | diff | annotate
Tue, 05 Nov 2019 20:27:32 -0500 Elliott Sales de Andrade Re-write remove_prefs to not use recursion. file | diff | annotate
Wed, 30 Oct 2019 22:19:59 -0400 Elliott Sales de Andrade Use g_rename directly instead of rename. file | diff | annotate
Wed, 16 Oct 2019 01:06:17 +0300 qarkai Use GSList functions instead of manual iterations file | diff | annotate
Tue, 01 Oct 2019 07:24:51 +0000 Gary Kramlich Merged in default (pull request #580) file | diff | annotate
Tue, 01 Oct 2019 01:38:06 -0400 Elliott Sales de Andrade Use g_list_free_full instead of g_list_foreach+g_list_free. file | diff | annotate
Tue, 01 Oct 2019 02:21:00 -0400 Elliott Sales de Andrade Fix some static analysis warnings. file | diff | annotate
Fri, 15 Feb 2019 01:19:10 -0500 Elliott Sales de Andrade Move more libpurple files to ~/.config. file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Fri, 19 Aug 2016 23:51:13 -0500 Gary Kramlich Fix prefs for stuff that was broken in the merge file | diff | annotate
Fri, 19 Aug 2016 23:03:37 -0500 Gary Kramlich Monster merge everything file | diff | annotate
Fri, 17 Jun 2016 21:47:57 -0400 Daniel Atallah Fix PurpleAccountPrefsUiOps build on Windows where we #define rename as wpurple_rename release-2.x.y file | diff | annotate
Thu, 16 Jun 2016 02:10:34 -0300 dx Implement PurplePrefsUiOps.(dis)connect_callback from instantbird release-2.x.y file | diff | annotate
Wed, 15 Jun 2016 04:59:21 -0300 dx Add PurplePrefsUiOps API from instantbird release-2.x.y file | diff | annotate
Tue, 20 May 2014 10:36:58 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Wed, 16 Apr 2014 12:04:51 +0530 Ankit Vani Merge default branch soc.2013.gobjectification.plugins file | diff | annotate
Thu, 06 Feb 2014 20:02:57 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Tue, 21 Jan 2014 03:45:11 +0530 Ankit Vani Merge default branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 21 Jan 2014 01:28:36 +0530 Ankit Vani Revert all the migration stuff soc.2013.gobjectification.plugins file | diff | annotate
Mon, 20 Jan 2014 23:44:09 +0530 Ankit Vani Migrate old protocol IDs to new if *.xml version < 1.1 soc.2013.gobjectification.plugins file | diff | annotate
Mon, 20 Jan 2014 07:28:30 +0530 Ankit Vani Log prefs.xml migration soc.2013.gobjectification.plugins file | diff | annotate
Mon, 20 Jan 2014 07:08:40 +0530 Ankit Vani Update versions of XML files to "1.1", and warn if reading from a newer version soc.2013.gobjectification.plugins file | diff | annotate
Sat, 18 Jan 2014 22:32:09 +0530 Ankit Vani Clean up old "/plugins/lopl" prefs as Mark suggested soc.2013.gobjectification.plugins file | diff | annotate
Sat, 18 Jan 2014 03:46:41 +0530 Ankit Vani Re-revert pref renames soc.2013.gobjectification.plugins file | diff | annotate
Sat, 18 Jan 2014 03:41:54 +0530 Ankit Vani No more loader plugins for libpurple, so remove the "/plugins/lopl" base pref soc.2013.gobjectification.plugins file | diff | annotate
Fri, 17 Jan 2014 21:45:33 +0530 Ankit Vani Backed out changeset bc6040e3f9c8 soc.2013.gobjectification.plugins file | diff | annotate
Fri, 17 Jan 2014 18:22:02 +0530 Ankit Vani Revert pref renames soc.2013.gobjectification.plugins file | diff | annotate
Sun, 12 Jan 2014 16:17:47 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 07 Sep 2013 00:11:42 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 14:24:24 +0530 Ankit Vani Renamed some prpl stuff to protocol stuff. soc.2013.gobjectification.plugins file | diff | annotate
Mon, 19 May 2014 23:18:28 +0200 Tomasz Wasilczyk Imgupload: add use_url_desc pref file | diff | annotate
Sat, 17 May 2014 15:35:35 +0200 Tomasz Wasilczyk Fix coverity dead code warnings file | diff | annotate
Tue, 15 Apr 2014 23:40:50 +0200 Tomasz Wasilczyk cross-win32: fix libpurple code warnings and errors file | diff | annotate
Tue, 15 Apr 2014 17:51:34 +0200 Tomasz Wasilczyk cross-win32: tidy remaining macros - SSL_CERTIFICATES_DIR, BUILDDIR, CONFDIR file | diff | annotate
Tue, 15 Apr 2014 16:51:42 +0200 Tomasz Wasilczyk cross-win32: make dirs more flexible, add them to the config.h file | diff | annotate
Thu, 06 Feb 2014 18:56:36 +0530 Ankit Vani gtk-doc prep: *_get_type() functions are hidden as standard GType-returning funcs, so rename them. file | diff | annotate
Tue, 21 Jan 2014 03:38:03 +0530 Ankit Vani Make purple_prefs_update_old private file | diff | annotate
Wed, 08 Jan 2014 22:55:28 -0800 Mark Doliner Remove unused and unneeded purple_prefs_set_generic function. file | diff | annotate
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Fri, 16 Aug 2013 11:12:24 +0200 Tomasz Wasilczyk Fix some debug log warnings, adjust verbosity level file | diff | annotate
Sat, 18 May 2013 16:02:23 +0200 Tomasz Wasilczyk Use GStatBuf instead of struct stat file | diff | annotate
(0) -100 -60 tip

mercurial