summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel/xml.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-2/+2
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino1-3/+1
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON arra...jsdelfino1-1/+1
2011-06-28Port to Mac OS X 10.6.7.jsdelfino1-2/+24
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-0/+1
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-1/+1
2010-05-31Add support for RSS feeds and minor fixes to ATOM support.jsdelfino1-0/+9
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino1-9/+21
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino1-7/+1
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-42/+41
2009-12-26Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino1-3/+3
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-6/+6
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
2009-11-16Fixed support for nested elements and lists. Improved failure/error reporting...jsdelfino1-13/+13
2009-11-01Improved memory management using APR memory pools, changed frame allocation i...jsdelfino1-11/+27
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino1-10/+45
2009-10-18Minor code cleanup, refactored list functions and cleaned up function names, ...jsdelfino1-84/+27
2009-10-11Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino1-16/+30
2009-10-05Changed XML and JSON databindings to use lazy lists and writer functions inst...jsdelfino1-75/+50
2009-10-03Minor code cleanup.jsdelfino1-21/+17
2009-10-03Removed explicit C++ keywords to let the compiler perform the necessary conve...jsdelfino1-1/+1
2009-09-27Moved some sources up in the directory tree to attempt to simplify the direct...jsdelfino1-0/+0
2009-09-26Added some test cases, util functions to read/write XML and a command line te...jsdelfino1-0/+385