summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/scheme (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino2-5/+56
2012-12-11Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino2-9/+7
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ...jsdelfino14-185/+325
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino1-0/+1
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino3-3/+3
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino3-4/+7
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino1-4/+7
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino3-28/+58
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino5-10/+15
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino4-4/+107
2010-12-11Add XML and JSON to/from Scheme conversion test programs.jsdelfino5-1/+216
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino1-7/+1
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino1-0/+3
2010-06-02Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad...jsdelfino2-46/+0
2010-05-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino1-1/+1
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino1-4/+3
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-8/+2
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-3/+3
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-2/+20
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino1-2/+2
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino1-3/+3
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino2-7/+2
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino5-65/+65
2010-01-05Minor cleanup, removed unused poolptr and char value types.jsdelfino1-2/+0
2010-01-05Refactored eval module to avoid confusion with the python eval module.jsdelfino9-0/+1379