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