summaryrefslogtreecommitdiff
path: root/libpurple/xmlnode.c
Commit message (Expand)AuthorAgeFilesLines
* This bring the yahoo unit tests up to date. I'm not sure if/why every xmlnod...Gary Kramlich2016-03-111-2/+2
* Merge release-2.x.yTomasz Wasilczyk2014-05-131-154/+256
|\
| * Merge release-2.x.yTomasz Wasilczyk2014-05-071-0/+1
| |\
| * | Remove @file from .c filesAnkit Vani2014-02-041-4/+0
| * | Fixed type name for PurpleXmlNodeAnkit Vani2013-09-241-1/+1
| * | Merged default branchAnkit Vani2013-09-211-1/+1
| |\ \
| | * | Notify API: extend purple_notify_message with PurpleRequestCommonParametersTomasz Wasilczyk2013-09-211-1/+1
| * | | Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-150/+150
| * | | Merged default branchAnkit Vani2013-08-221-0/+14
| |\ \ \ | | |/ / | |/| |
| | * | Merged default branchAnkit Vani2013-08-171-1/+1
| | |\ \
| | * | | Added GBoxed wrapping to xmlnodeAnkit Vani2013-07-161-0/+14
| * | | | Fix most of libpurple warnings about -Wsign-compareTomasz Wasilczyk2013-08-211-2/+2
| | |/ / | |/| |
| * | | Fix some debug log warnings, adjust verbosity levelTomasz Wasilczyk2013-08-161-1/+1
| |/ /
| * | xmlnode: Add xmlnode_strip_prefixesPaul Aurich2011-09-041-12/+72
| * | xmlnode: Fix some brokeness in xmlnode serialization with prefixed elements.Paul Aurich2011-09-041-6/+50
| * | Remove deprecated xmlnode functions.Elliott Sales de Andrade2011-09-021-12/+0
* | | Silence some coverity false positivesTomasz Wasilczyk2014-05-121-3/+1
| |/ |/|
* | Fix even more coverity warningsTomasz Wasilczyk2014-05-071-0/+1
|/
* jabber: Check for empty string when setting mood.Paul Aurich2011-06-271-2/+2
* Change space indentation to tab indentation on a lineMark Doliner2011-03-131-1/+1
* const-ify the xmlnode* parameter to xmlnode_get_attrib(_with_namespace)Paul Aurich2010-07-101-3/+3
* Combine the three purple_unescape_text()s into one.Paul Aurich2010-02-101-25/+0
* Correctly parse "<br>" in an XML attribute. Closes #11318.Paul Aurich2010-02-101-1/+26
* Fix this warning:Mark Doliner2009-12-021-1/+1
* Use g_strndup() for great justice.Paul Aurich2009-12-011-3/+1
* Include 'internal.h' before all other headers to make some non-gcc compilers ...Paul Aurich2009-11-271-1/+1
* These parameters aren't modifiedMark Doliner2009-06-191-2/+2
* Add xmlnode and bonjour structured error handlers.Paul Aurich2009-04-261-1/+23
* propagate from branch 'im.pidgin.pidgin' (head 11915d7ee130baca03bc72323a1406...Michael Ruprecht2009-03-161-39/+29
|\
| * Add xmlnode_set_attrib_full that enables you to set an attribute with bothElliott Sales de Andrade2009-03-131-39/+29
* | propagate from branch 'im.pidgin.pidgin' (head 133e5eca834c5d4adad0937da2cb93...Marcus Lundblad2009-03-021-26/+84
|\ \ | |/
| * propagate from branch 'im.pidgin.pidgin.next.minor' (head d24c4a9d28f21eaa47b...Elliott Sales de Andrade2009-03-021-5/+5
| |\
| * | Remove trailing whitespaceMark Doliner2009-01-261-1/+1
| * | Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-25/+11
| * | explicit merge of 'a4359f8d6420120f500339b6fe48677e700f088f'Richard Laager2009-01-021-0/+72
| |\ \
| | * \ propagate from branch 'im.pidgin.pidgin' (head cc1cc6c659d3878f285641153244b0...Richard Laager2008-11-141-0/+72
| | |\ \
| | | * | theme loader cleanup, and remove a few warningsJustin Rodriguez2008-08-261-1/+1
| | | * | partially working status icon theme stuffJustin Rodriguez2008-08-081-0/+72
* | | | | propagate from branch 'im.pidgin.pidgin' (head 545c69f0b96bacaa2f93ecfc4200bb...Michael Ruprecht2009-02-051-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | propagate from branch 'im.pidgin.pidgin' (head 0b3825b8b06bb45b93f5a5af54a365...Michael Ruprecht2009-01-021-1/+1
| |\ \ \ \ | | |/ / /
| * | | | propagate from branch 'im.pidgin.pidgin' (head 302028de1bff6dd2c94d9bcf74f8b6...Michael Ruprecht2008-11-241-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | propagate from branch 'im.pidgin.pidgin' (head ed811e1aea8072d306d472ee970bd5...Michael Ruprecht2008-07-161-0/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Added xmlnode_get_parent.Michael Ruprecht2008-07-111-0/+6
* | | | | There's no reason for these to not be const is there? This doesn'tMark Doliner2009-02-031-5/+5
| |_|_|/ |/| | |
* | | | Error messages from libxml contain their own newlinesMark Doliner2008-12-221-1/+1
| |_|/ |/| |
* | | Fix CID #391, #392Richard Laager2008-11-141-0/+2
|/ /
* | Make sure xmlnode_copy also copies the prefix and namespace_map fromElliott Sales de Andrade2008-06-281-4/+17
|/
* Patch from QuLogic to correctly set the length. Closes #4515.Sadrul Habib Chowdhury2007-12-291-0/+3
* fix a leakKa-Hing Cheung2007-12-261-0/+1
* Fix the namespace_map being leaked.Daniel Atallah2007-11-261-1/+4