summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Increase log buffer size.jsdelfino1-1/+1
2013-08-26Fix build errors with latest GCC and CLang compilers.jsdelfino2-2/+2
2013-08-26Support sorting database search results by rank, and add a rank attribute to ...jsdelfino4-11/+51
2013-01-03Refactoring, rename isNil to isNull.jsdelfino9-98/+98
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino7-176/+440
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ...jsdelfino27-2175/+1769
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino14-79/+274
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino7-45/+106
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino9-30/+54
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino4-35/+109
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON arra...jsdelfino3-3/+50
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino1-1/+1
2012-01-16Add a partitioner component, which combined with a selector component can be ...jsdelfino1-2/+30
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2-22/+120
2011-12-01Fix build and install errors on Mac OS X. Add missing scripts to forward IP p...jsdelfino1-2/+2
2011-11-30Enable log collection using Scribe, and some minor log cleanup.jsdelfino1-11/+15
2011-11-21Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino1-0/+5
2011-09-20Fix stack overflow on Mac OS X.jsdelfino2-18/+36
2011-09-05Improve logging with multiple threads and processes.jsdelfino3-23/+47
2011-09-04Build with Clang/LLVM when available.jsdelfino5-32/+52
2011-08-28Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor...jsdelfino1-0/+12
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino4-9/+189
2011-08-11Add more complete test of multi-threaded worker, work queue and thread local ...jsdelfino1-7/+89
2011-06-28Port to Mac OS X 10.6.7.jsdelfino5-8/+70
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino1-1/+1
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino3-14/+45
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino1-3/+3
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino1-1/+1
2011-02-27Fix test case broken by XML document indentation format change.jsdelfino1-27/+34
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino2-1/+2
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2-1/+3
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2-3/+3
2010-12-24Add support for XML and JSON formats to file database component.jsdelfino1-0/+4
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino13-75/+77
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-0/+19
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino2-0/+27
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino3-7/+102
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2-3/+43
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-1/+11
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino1-0/+14
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino1-1/+1
2010-06-02Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad...jsdelfino1-5/+5
2010-05-31Add support for RSS feeds and minor fixes to ATOM support.jsdelfino1-0/+9
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino3-3/+31
2010-04-17Add a test for lambda expressions with gcc-4.5 and change build script to req...jsdelfino2-2/+81
2010-04-12Removed build output from version control.jsdelfino1-0/+0
2010-04-12Add various utility hash functions, useful to hash and retrieve keys from a d...jsdelfino4-2/+346
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino1-3/+4
2010-02-25Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefin...jsdelfino1-2/+1
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-0/+9