summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/filedb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+20
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-102-2/+15
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-142-19/+15
* Port to Mac OS X 10.6.7.jsdelfino2011-06-283-5/+5
* 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
* Add sample database and search components, sample apps and corresponding test...jsdelfino2011-04-041-3/+9
* Add a reusable component that returns the contents of a configured url.jsdelfino2011-03-131-2/+0
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-081-9/+18
* Converts database key strings to symbols before computing database file names.jsdelfino2011-02-061-3/+5
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+5
* Add support for XML and JSON formats to file database component.jsdelfino2010-12-246-48/+147
* Add a test file-based database component.jsdelfino2010-12-089-0/+651