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