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