| Commit message (Expand) | Author | Files | Lines |
2012-12-11 | Port kernel to C++11 and refactor some of the core modules. Convert functors ... | jsdelfino | 1 | -114/+414 |
2012-07-16 | Minor memory management, performance, and tracing improvements. | jsdelfino | 1 | -0/+1 |
2012-05-28 | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 1 | -2/+12 |
2010-08-29 | Make sure components execute in the correct contribution directory and fix su... | jsdelfino | 1 | -0/+9 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 1 | -1/+1 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 1 | -1/+1 |
2010-01-02 | Cleaned up lifecycle handling of objects that hold library and file resources... | jsdelfino | 1 | -4/+3 |
2010-01-02 | Performance improvements when running both in multi-threaded and pre-forked H... | jsdelfino | 1 | -68/+54 |
2009-12-26 | Added missing const qualifiers, macros and util functions to help debugging, ... | jsdelfino | 1 | -229/+84 |
2009-11-30 | Added debug macros and cleaned up debug logging. Added locking macros used wh... | jsdelfino | 1 | -7/+7 |
2009-11-23 | Refactored httpd server integration, split http support and server logic in t... | jsdelfino | 1 | -2/+19 |
2009-11-16 | Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. | jsdelfino | 1 | -0/+0 |
2009-11-16 | Fixed support for nested elements and lists. Improved failure/error reporting... | jsdelfino | 1 | -1/+2 |
2009-11-01 | Improved memory management using APR memory pools, changed frame allocation i... | jsdelfino | 1 | -2/+10 |
2009-10-26 | Minor refactoring, given each module its own namespace. Added utility functio... | jsdelfino | 1 | -13/+62 |
2009-10-18 | Minor code cleanup, refactored list functions and cleaned up function names, ... | jsdelfino | 1 | -56/+111 |
2009-10-11 | Some code cleanup, removed unused functions, changed == empty-list to isNil t... | jsdelfino | 1 | -17/+149 |
2009-10-05 | Changed XML and JSON databindings to use lazy lists and writer functions inst... | jsdelfino | 1 | -10/+58 |
2009-10-03 | Minor code cleanup. | jsdelfino | 1 | -4/+4 |
2009-10-03 | Removed explicit C++ keywords to let the compiler perform the necessary conve... | jsdelfino | 1 | -4/+4 |
2009-10-03 | Refactored store tests and moved them under test/. Simplified the script eval... | jsdelfino | 1 | -15/+15 |
2009-09-27 | Moved some sources up in the directory tree to attempt to simplify the direct... | jsdelfino | 1 | -5/+5 |
2009-09-26 | Added some test cases, util functions to read/write XML and a command line te... | jsdelfino | 1 | -0/+444 |