summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/filedb (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Fix build errors with latest GCC and CLang compilers.jsdelfino1-1/+1
2013-01-03Refactoring, rename isNil to isNull.jsdelfino2-4/+4
2013-01-03Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino4-1/+90
2012-12-11Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino5-126/+83
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino2-4/+12
2012-07-16Add a timeout property to the CURL HTTP clients.jsdelfino1-4/+4
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino4-8/+10
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-0/+1
2011-11-21Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino1-8/+20
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2-2/+15
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2-19/+15
2011-06-28Port to Mac OS X 10.6.7.jsdelfino3-5/+5
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino1-2/+2
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino1-2/+1
2011-04-04Add sample database and search components, sample apps and corresponding test...jsdelfino1-3/+9
2011-03-13Add a reusable component that returns the contents of a configured url.jsdelfino1-2/+0
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino1-9/+18
2011-02-06Converts database key strings to symbols before computing database file names.jsdelfino1-3/+5
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+5
2010-12-24Add support for XML and JSON formats to file database component.jsdelfino6-48/+147
2010-12-08Add a test file-based database component.jsdelfino9-0/+651