| Commit message (Expand) | Author | Files | Lines |
2011-08-28 | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 1 | -4/+7 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 1 | -5/+11 |
2010-08-16 | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 1 | -7/+1 |
2010-02-22 | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 1 | -8/+2 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 1 | -3/+3 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 1 | -2/+20 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 1 | -2/+2 |
2010-01-05 | Minor cleanup, removed unused poolptr and char value types. | jsdelfino | 1 | -2/+0 |
2010-01-05 | Refactored eval module to avoid confusion with the python eval module. | jsdelfino | 1 | -6/+17 |
2010-01-02 | Performance improvements when running both in multi-threaded and pre-forked H... | jsdelfino | 1 | -52/+50 |
2009-12-26 | Simplified server configuration, HTTPD modules now use deployment composite t... | jsdelfino | 1 | -4/+40 |
2009-11-30 | Added debug macros and cleaned up debug logging. Added locking macros used wh... | jsdelfino | 1 | -8/+41 |
2009-11-16 | Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. | jsdelfino | 1 | -0/+0 |
2009-11-16 | Fixed parsing of comments. Added functions to read scripts and more test cases. | jsdelfino | 1 | -19/+16 |
2009-11-01 | Minor refactoring of read/write functions and primitive procs. Added function... | jsdelfino | 1 | -37/+31 |
2009-11-01 | Improved memory management using APR memory pools, changed frame allocation i... | jsdelfino | 1 | -2/+14 |
2009-10-26 | Minor refactoring, given each module its own namespace. Added utility functio... | jsdelfino | 1 | -2/+3 |
2009-10-18 | Minor code cleanup, refactored list functions and cleaned up function names, ... | jsdelfino | 1 | -3/+3 |
2009-10-11 | Some code cleanup, removed unused functions, changed == empty-list to isNil t... | jsdelfino | 1 | -3/+3 |
2009-10-03 | Added minimal support for comments. Removed build output from version control. | jsdelfino | 1 | -0/+7 |
2009-10-03 | Removed explicit C++ keywords to let the compiler perform the necessary conve... | jsdelfino | 1 | -27/+27 |
2009-10-03 | Refactored store tests and moved them under test/. Simplified the script eval... | jsdelfino | 1 | -0/+12 |
2009-09-27 | Strawman implementation of a mini script evaluation library, which can be use... | jsdelfino | 1 | -0/+174 |