log libpurple/xmlnode.c @ 26216:9f84925079d5

age author description
2009-03-13 Elliott Sales de Andrade Add xmlnode_set_attrib_full that enables you to set an attribute with both
2009-03-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
2009-02-05 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
2009-03-02 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
2009-01-26 Mark Doliner Remove trailing whitespace
2009-01-06 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
2009-01-02 Richard Laager explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
2008-11-14 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
2009-04-29 Paul Aurich *** Plucked rev d34a1589 (darkrain42@pidgin.im):
2009-02-03 Mark Doliner There's no reason for these to not be const is there? This doesn't
2008-08-26 Justin Rodriguez theme loader cleanup, and remove a few warnings
2008-08-08 Justin Rodriguez partially working status icon theme stuff
2008-08-06 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef)
2008-06-16 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
2009-01-02 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)
2008-11-24 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head df86c6f1de324e87828356aa8d5c369abd533b58)
2008-12-22 Mark Doliner Error messages from libxml contain their own newlines
2008-11-14 Richard Laager Fix CID #391, #392
2008-07-16 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
2008-07-11 Mike Ruprecht Added xmlnode_get_parent.
2008-06-28 Elliott Sales de Andrade Make sure xmlnode_copy also copies the prefix and namespace_map from
2007-12-29 Sadrul Habib Chowdhury Patch from QuLogic to correctly set the length. Closes #4515.
2007-12-26 Ka-Hing Cheung fix a leak
2007-11-26 Daniel Atallah Fix the namespace_map being leaked.
2007-11-11 Will Thompson Explicitly cast from xmlChar (== unsigned char) to char, squishing a warning.
2007-11-10 Ka-Hing Cheung make our xmlnode preserve prefixes
2007-10-20 Luke Schierer applied changes from 9d35dde0c779cca73548172223ba557f27d61882
2007-10-19 Luke Schierer applied changes from 4d50bf3b08569aa2108a9f5da47fb1548d0c7dd9
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-10 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
2007-09-05 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-04 Mark Doliner Print an error when there was a problem parsing some XML
2007-08-27 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 384c9116031084a2f41659dc9e9a4aa7bba55d86)
2007-08-23 Sean Egan xmlnode bugfix patch from Mauro Brasil
2007-07-11 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
2007-06-23 Nathan Walp fix a buddy icon bug in jabber
2007-06-07 Nathan Walp add xmlnode_get_data_unescaped(), and got rid of an unecessary realloc
2007-07-03 Andreas Monitzer Fixed a bug in xmlnode_copy, it didn't preserve the namespace in the copy.
2007-06-03 Richard Laager Kill a C99 struct initialization.
2007-03-25 Mark Doliner Correctly handle the Jabber disconnection error for signing onto the
2007-03-25 Mark Doliner Don't advertise that we support the adverts, invite and translate
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-04 Mark Doliner sf patch #1647731, from Markus Elfring
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/