summaryrefslogtreecommitdiffstats
path: root/server/parser/xmlparser.c
Commit message (Expand)AuthorAgeFilesLines
* server/parser: Add support EXSLT functions in XSLT templatesDavid Sommerseth2012-11-081-0/+5
* server/parser: Make sure the XSLT parameter array is always cleared before useDavid Sommerseth2012-11-081-1/+4
* server/parser: Added a simple string tokeniserDavid Sommerseth2012-11-081-0/+86
* Moved PostgreSQL related array function into pgsql.cDavid Sommerseth2011-10-071-53/+10
* Introduce init_xmlparser() processDavid Sommerseth2011-10-071-0/+41
* Added support for PostgreSQL arrays + store cpu_topology CPU spread as an arrayDavid Sommerseth2011-10-071-4/+89
* Honour the 'isnull' attribute in <value/> tagsDavid Sommerseth2010-03-251-2/+7
* Added function to extract and parse the new //sqldata/@schemaver attributeDavid Sommerseth2009-12-081-0/+31
* Fixed doxygen errorsDavid Sommerseth2009-10-221-0/+5
* Improved overall logging informationDavid Sommerseth2009-10-221-11/+13
* First cut at implementing a generic loggerDavid Sommerseth2009-10-211-26/+31
* Corrected missing or misleading doxygen commentsDavid Sommerseth2009-10-211-0/+10
* Extended rtevalruns table to contain a submid fieldDavid Sommerseth2009-10-211-1/+11
* Added doxygen comments for xmlparser.[ch] and pgsql.cDavid Sommerseth2009-10-121-1/+83
* Note to self: it's more clever to use strdup_nullsafe() than strdup() ...David Sommerseth2009-10-121-1/+1
* Added sqldataGetHostInfo()David Sommerseth2009-10-121-0/+40
* Refactored sqldataGetFid() and sqldataGetValue() functionsDavid Sommerseth2009-10-121-9/+13
* Added some more useful functions to xmlparserDavid Sommerseth2009-10-091-0/+149
* Added needed pieces to make the C based summary.xml parser workDavid Sommerseth2009-10-071-0/+107