log libpurple/xmlnode.c @ 29719:5abe9f74a1de

age author description
Wed, 10 Feb 2010 04:05:50 +0000 Paul Aurich Combine the three purple_unescape_text()s into one.
Wed, 10 Feb 2010 03:32:29 +0000 Paul Aurich Correctly parse "<br>" in an XML attribute. Closes #11318.
Wed, 02 Dec 2009 22:17:36 +0000 Mark Doliner Fix this warning:
Tue, 01 Dec 2009 02:54:22 +0000 Paul Aurich Use g_strndup() for great justice.
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Fri, 19 Jun 2009 00:01:39 +0000 Mark Doliner These parameters aren't modified
Sun, 26 Apr 2009 00:30:02 +0000 Paul Aurich Add xmlnode and bonjour structured error handlers.
Mon, 16 Mar 2009 02:33:48 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 5573ab30de2e34d78f13bad8ae0b2ac5de6d1083)
Fri, 13 Mar 2009 04:29:11 +0000 Elliott Sales de Andrade Add xmlnode_set_attrib_full that enables you to set an attribute with both
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Thu, 05 Feb 2009 00:31:35 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Fri, 02 Jan 2009 22:28:34 +0000 Richard Laager explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
Fri, 14 Nov 2008 06:45:16 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
Wed, 29 Apr 2009 20:57:53 +0000 Paul Aurich *** Plucked rev d34a1589 (darkrain42@pidgin.im):
Tue, 03 Feb 2009 18:56:17 +0000 Mark Doliner There's no reason for these to not be const is there? This doesn't
Tue, 26 Aug 2008 08:28:25 +0000 Justin Rodriguez theme loader cleanup, and remove a few warnings
Fri, 08 Aug 2008 01:42:46 +0000 Justin Rodriguez partially working status icon theme stuff
Wed, 06 Aug 2008 02:39:40 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef)
Mon, 16 Jun 2008 21:43:34 +0000 Justin Rodriguez added a more generic function to read xml files (and made the util version into a wrapper) so it can be used by the
Fri, 02 Jan 2009 23:14:27 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)
Mon, 24 Nov 2008 10:59:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head df86c6f1de324e87828356aa8d5c369abd533b58)
Mon, 22 Dec 2008 23:08:26 +0000 Mark Doliner Error messages from libxml contain their own newlines
Fri, 14 Nov 2008 06:29:05 +0000 Richard Laager Fix CID #391, #392
Wed, 16 Jul 2008 21:55:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
Fri, 11 Jul 2008 01:20:08 +0000 Mike Ruprecht Added xmlnode_get_parent.
Sat, 28 Jun 2008 06:55:30 +0000 Elliott Sales de Andrade Make sure xmlnode_copy also copies the prefix and namespace_map from