| Commit message (Expand) | Author | Age | Files | Lines |
* | Support sorting database search results by rank, and add a rank attribute to ... | jsdelfino | 2013-08-26 | 1 | -12/+58 |
* | Fix SQL search test case. | jsdelfino | 2013-02-11 | 1 | -4/+4 |
* | Refactoring, rename isNil to isNull. | jsdelfino | 2013-01-03 | 2 | -18/+18 |
* | Add support for HTTP patch and application of patch scripts to server and dat... | jsdelfino | 2013-01-03 | 7 | -35/+277 |
* | Changes to get successful C++11 based build. Code cleanup, dependency upgrade... | jsdelfino | 2012-12-11 | 6 | -157/+240 |
* | Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.... | jsdelfino | 2012-07-16 | 2 | -19/+41 |
* | Minor memory management, performance, and tracing improvements. | jsdelfino | 2012-07-16 | 2 | -3/+14 |
* | Add a timeout property to the CURL HTTP clients. | jsdelfino | 2012-07-16 | 1 | -4/+4 |
* | Database support optimizations. Use PgBouncer to pool connections. Track and ... | jsdelfino | 2012-05-28 | 15 | -102/+348 |
* | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 2012-05-28 | 4 | -6/+9 |
* | Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe. | jsdelfino | 2012-04-09 | 2 | -12/+23 |
* | Detach Memcached and Pgsql from terminal when logging with a logger like Scri... | jsdelfino | 2012-04-02 | 2 | -2/+2 |
* | Fixes to the hosting module to correctly store ATOM feeds instead of raw coll... | jsdelfino | 2012-02-20 | 3 | -4/+6 |
* | Refactor server hosting module, rename it and move it under a hosting dir, an... | jsdelfino | 2012-01-30 | 1 | -1/+1 |
* | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 2012-01-16 | 5 | -9/+19 |
* | Add external configuration of Memcached and PostgreSQL logging, to allow the ... | jsdelfino | 2011-12-30 | 8 | -17/+122 |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 1 | -0/+1 |
* | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 2011-11-21 | 1 | -14/+14 |
* | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 2011-08-28 | 1 | -7/+25 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 2 | -0/+2 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 10 | -17/+17 |
* | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 2011-05-23 | 1 | -2/+2 |
* | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 2011-05-23 | 1 | -2/+1 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 1 | -9/+18 |
* | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2011-01-09 | 1 | -0/+5 |
* | Add .componentType files describing the utility components. Refactor chat com... | jsdelfino | 2010-11-03 | 2 | -1/+30 |
* | Minor fixes to get all samples working in a target install dir. | jsdelfino | 2010-10-20 | 1 | -1/+1 |
* | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 2010-09-06 | 1 | -2/+2 |
* | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 2010-08-19 | 2 | -13/+13 |
* | Exclude test program build output from version control. | jsdelfino | 2010-08-19 | 1 | -0/+0 |
* | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 2010-08-16 | 16 | -62/+479 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 1 | -1/+1 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 1 | -0/+3 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 1 | -1/+4 |
* | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2010-05-29 | 2 | -2/+5 |
* | Add a tinycdb-based nosql SCA component and integrate with server. Add a vers... | jsdelfino | 2010-04-19 | 1 | -0/+4 |
* | Strawman implementation of post, put and delete on a tinycdb database, for no... | jsdelfino | 2010-04-17 | 3 | -2/+6 |
* | Add store test using the sqldb component. Add conninfo and table properties t... | jsdelfino | 2010-04-09 | 7 | -11/+26 |
* | Simple SQL database component implementation, using PostgreSQL. | jsdelfino | 2010-04-08 | 10 | -10/+701 |
* | Create build structure for an SQL database component. Add dependencies to pos... | jsdelfino | 2010-04-04 | 3 | -0/+109 |