| Commit message (Expand) | Author | Files | Lines |
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 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 3 | -24/+90 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2 | -0/+11 |
2010-01-24 | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 3 | -14/+46 |
2010-01-17 | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 1 | -1/+1 |
2010-01-17 | Added asserts to memory alloc functions. Fixed JSON request construction to s... | jsdelfino | 1 | -25/+31 |
2010-01-17 | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 1 | -2/+2 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 13 | -45/+43 |
2010-01-06 | Added a few more python and C++ component test combinations. | jsdelfino | 1 | -1/+1 |
2010-01-06 | Fixes to make build work on Ubuntu Jaunty 9.04. | jsdelfino | 1 | -1/+1 |
2010-01-05 | Minor cleanup, removed unused poolptr and char value types. | jsdelfino | 1 | -94/+1 |
2010-01-02 | Cleaned up lifecycle handling of objects that hold library and file resources... | jsdelfino | 12 | -100/+166 |
2010-01-02 | Fixed build error with --enable-threads option. | jsdelfino | 2 | -2/+3 |