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