Fri, 01 May 2020 04:42:52 -0500 Gary Kramlich move all protocols, purple plugins, and purple tests to use purple.h instead of including files individually file | diff | annotate
Mon, 21 Oct 2019 16:31:36 +0200 Fabrice Bellet fix various memory leaks memory-leaks file | diff | annotate
Sun, 03 Nov 2019 20:37:07 +0300 qarkai Add new and free functions for structs to reduce duplication file | diff | annotate
Fri, 18 Oct 2019 23:30:32 +0300 qarkai Use g_list_free_full instead of manual iterations file | diff | annotate
Wed, 02 Oct 2019 06:21:41 -0400 Elliott Sales de Andrade Remove redundant conditions. 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
Mon, 01 Apr 2019 22:19:54 -0400 Elliott Sales de Andrade Remove unnecessary struct tags. file | diff | annotate
Sun, 08 Oct 2017 20:44:26 +0300 Arkadiy Illarionov Merged default into xdg-dirs xdg-dirs file | diff | annotate
Fri, 07 Jul 2017 11:50:28 +0300 qarkai Don't migrate cache files xdg-dirs file | diff | annotate
Fri, 30 Jun 2017 17:36:48 +0300 Arkadiy Illarionov Merged default into xdg-dirs xdg-dirs file | diff | annotate
Sun, 02 Oct 2016 08:13:03 +0300 qarkai Migrate xmpp-caps.xml to XDG cache dir xdg-dirs file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Thu, 01 Jun 2017 19:59:58 -0500 Mike Ruprecht Remove purple_base64_encode/decode() wrappers file | diff | annotate
Fri, 02 Jun 2017 15:19:48 -0500 Mike Ruprecht Avoid hardcoding buffer sizes passed to g_checksum_update() file | diff | annotate
Fri, 02 Jun 2017 15:14:32 -0500 Mike Ruprecht jabber: Only attempt to calculate hash for supported hashes file | diff | annotate
Fri, 02 Jun 2017 15:09:01 -0500 Mike Ruprecht jabber: Rework jabber_caps_calculate_hash() to allow any size digest file | diff | annotate
Thu, 01 Jun 2017 19:09:16 -0500 Mike Ruprecht jabber: Don't overwrite checksum_size for g_checksum_get_digest() file | diff | annotate
Thu, 29 Sep 2016 20:09:55 -0500 Mike Ruprecht jabber: Port to use GChecksum instead of PurpleHash file | diff | annotate
Thu, 23 Mar 2017 19:19:01 +0300 qarkai Replace misused g_str_equal() with purple_strequal() string-comparison-r2 file | diff | annotate
Wed, 21 Oct 2015 10:16:09 -0400 Michael McConville Assign pointers to NULL rather than 0. file | diff | annotate
Mon, 07 Apr 2014 20:02:22 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 26 Jan 2014 02:36:49 +0530 Ankit Vani Merge default branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 21 Jan 2014 02:37:31 +0530 Ankit Vani Update protocol IDs in codebase 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
Sun, 18 Aug 2013 00:04:13 +0530 Ankit Vani Replaced some _prpl_ stuff with _protocol_ soc.2013.gobjectification.plugins file | diff | annotate
Thu, 03 Apr 2014 18:01:10 +0200 Tomasz Wasilczyk Fix most of libpurple clang scan-build warnings file | diff | annotate
Sun, 26 Jan 2014 02:09:31 +0530 Ankit Vani Remove some unnecessary g_object_(un)ref's, and relocate one to avoid a possible leak 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
Sun, 16 Jun 2013 05:59:31 +0530 Ankit Vani Refactor the codebase to use PurpleHash soc.2013.gobjectification file | diff | annotate
Sat, 15 Jun 2013 20:52:38 +0530 Ankit Vani Initialized a hasher to NULL soc.2013.gobjectification file | diff | annotate
Sat, 15 Jun 2013 14:28:31 +0530 Ankit Vani Refactored protocols bonjour, gg, jabber to use the GObject-based PurpleCipher soc.2013.gobjectification file | diff | annotate
Sun, 05 May 2013 14:59:11 +0200 Tomasz Wasilczyk ciphers cleanup: salt and digest lengths file | diff | annotate
Mon, 09 Jan 2012 11:30:40 +0000 Andrew Victor Our minimum version of GLib does not have a g_list_free_full(). file | diff | annotate
Thu, 22 Dec 2011 06:28:12 +0000 Elliott Sales de Andrade Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko. file | diff | annotate
Thu, 22 Dec 2011 06:14:38 +0000 Elliott Sales de Andrade Use g_list_prepend, since we're going to sort this list afterwards. file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
Tue, 30 Aug 2011 19:11:26 +0000 Andrew Victor Convert jabber prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data(). file | diff | annotate
Wed, 11 May 2011 04:20:12 +0000 Paul Aurich jabber/caps: Reorganize for the purpose of making clang's analyzer happier file | diff | annotate
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace file | diff | annotate
Sat, 10 Jul 2010 02:02:21 +0000 Paul Aurich jabber: Move another function out of caps.c... file | diff | annotate
Sat, 10 Jul 2010 00:59:19 +0000 Paul Aurich jabber: Move (and harden) a function to xdata.c file | diff | annotate
Sat, 10 Jul 2010 00:35:52 +0000 Paul Aurich jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps file | diff | annotate
Fri, 09 Jul 2010 22:49:17 +0000 Paul Aurich jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292 file | diff | annotate
Fri, 09 Jul 2010 22:14:03 +0000 Paul Aurich jabber: Start adding some caps tests file | diff | annotate
Wed, 17 Mar 2010 02:27:28 +0000 Paul Aurich jabber: Space efficiency. file | diff | annotate
Fri, 27 Nov 2009 17:07:19 +0000 Paul Aurich jabber: More namespaces! This is a good stopping point for now. file | diff | annotate
Mon, 26 Oct 2009 03:47:25 +0000 Paul Aurich jabber: Plug another leak. file | diff | annotate
Mon, 31 Aug 2009 03:29:48 +0000 Paul Aurich jabber: Reduce severity of "Ignoring exts..." message. file | diff | annotate
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl. file | diff | annotate
Sat, 22 Aug 2009 02:40:01 +0000 Paul Aurich Update various header copyrights thanks to licensecheck. file | diff | annotate
Fri, 21 Aug 2009 19:17:48 +0000 Paul Aurich jabber: Print out the expected/generated caps hashes. file | diff | annotate
Fri, 14 Aug 2009 05:20:24 +0000 Paul Aurich This is annoying, but am I actually missing anything? file | diff | annotate
Mon, 22 Jun 2009 23:39:56 +0000 Paul Aurich This works better. file | diff | annotate
Mon, 22 Jun 2009 23:36:56 +0000 Paul Aurich Don't crash when the seemingly impossible occurs. file | diff | annotate
Mon, 22 Jun 2009 22:46:09 +0000 Paul Aurich Fix a lost reference when we only fetch an unknown ext. file | diff | annotate
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in. file | diff | annotate
Fri, 08 May 2009 02:50:17 +0000 Paul Aurich I forgot to finish this comment before coming back from dinner and committing. file | diff | annotate
Fri, 08 May 2009 02:38:39 +0000 Paul Aurich Only call jabber_caps_get_info if we don't have all the information we want. file | diff | annotate
(0) -100 -60 tip

mercurial