summaryrefslogtreecommitdiffstats
path: root/common/eurephia_xml.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Code clean up. Moved xmlReplaceChars() to eurephia_xml.cDavid Sommerseth2009-09-271-0/+21
* Make eurephiaXML_ParserResultMsg() return NULL if input XML document pointer ...David Sommerseth2009-09-271-1/+4
* Don't assert() if the input XML doc to eurephiaXML_IsResult() is NULL.David Sommerseth2009-09-261-1/+4
* Added extra check on node pointer, to avoid possible SEGVDavid Sommerseth2009-09-261-1/+1
* Added eurephiaXML_IsResultMsg() to check if an XML doc is a ResultMsg documentDavid Sommerseth2009-09-251-0/+16
* Fixed and cleaned up Doxygen commentsDavid Sommerseth2009-09-221-2/+14
* Rewrote eurephiaXML_ResultMsg() to also support adding an xmlNode* with more ...David Sommerseth2009-09-211-9/+63
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-5/+5
* Added more comments to the common filesDavid Sommerseth2009-09-021-0/+76
* Make eurephiaXML_getRoot(...) return root element when no nodeset is givenDavid Sommerseth2009-04-021-1/+1
* Added simple function for returning results and errors as XMLDavid Sommerseth2009-04-021-0/+38
* Fixed some possible issues with the XML implementation, regarding UTF-8David Sommerseth2009-03-291-2/+17
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+2
* Avoid segfault if xmlDoc or XML root element is NULL in eurephiaXML_getRoot(...)David Sommerseth2009-03-221-2/+1
* Corrected wrong declaration of xmlExtractContent(...) and xmlGetNodeContent(...)David Sommerseth2008-12-201-2/+10
* Added common eurephiaXML functions for creating and reading eurephia XML docu...David Sommerseth2008-12-171-0/+56
* Added simple functions for extracting char * from XML nodesDavid Sommerseth2008-12-151-0/+49