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