summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino1-3/+1
2012-01-30Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino4-5/+5
2012-01-16Add a partitioner component, which combined with a selector component can be ...jsdelfino8-3/+289
2012-01-16Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino10-36/+49
2011-12-30Add external configuration of Memcached and PostgreSQL logging, to allow the ...jsdelfino11-21/+174
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino24-0/+24
2011-12-14Change memcached component configuration syntax to use spaces instead of comm...jsdelfino2-3/+3
2011-11-30Enable log collection using Scribe, and some minor log cleanup.jsdelfino2-2/+2
2011-11-21Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino6-50/+83
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino4-4/+41
2011-09-17Start to add LevelDB supportrfeng10-0/+795
2011-09-10Rename nosqldb component to constdb.jsdelfino11-30/+30
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino6-27/+85
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino12-21/+25
2011-06-28Port to Mac OS X 10.6.7.jsdelfino53-116/+149
2011-06-13Add missing files to build scripts and fixed a header typo.jsdelfino1-2/+2
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino12-9/+533
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino11-19/+19
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino9-36/+27
2011-04-17Add an XMPP message sender component that only connects to an XMPP server as ...jsdelfino8-7/+345
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.jsdelfino9-3/+341
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino7-50/+98
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-1/+5
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...jsdelfino8-0/+42
2011-01-02Fix automake warning. Add pragmas to sources generated by Thrift using sed in...jsdelfino1-3/+1
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.jsdelfino10-1/+652
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino2-1/+10
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino4-18/+29
2010-11-03Add .componentType files describing the utility components. Refactor chat com...jsdelfino23-26/+556
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino1-1/+1
2010-10-20Renamed frontcache to datacache and add a memo cache that memoizes function a...jsdelfino7-22/+155
2010-09-15Upgrade build scripts to on Ubuntu 10.04.jsdelfino1-2/+1
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino7-12/+12
2010-09-03Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino1-3/+1
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino9-53/+157
2010-08-19Exclude test program build output from version control.jsdelfino1-0/+0
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino1-0/+1
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino26-131/+681
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino13-27/+89
2010-07-28Change sample to use a pool of three memcached servers. Add a property to the...jsdelfino8-16/+61
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino3-0/+5
2010-06-22Fix test composite name.jsdelfino1-1/+1
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino8-6/+21
2010-05-31Build the expat XML parser separately instead of building it as part of libst...jsdelfino1-3/+3
2010-05-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino7-8/+30
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino16-57/+123
2010-05-23Add a logger component that logs and relays all invocations through a reference.jsdelfino8-4/+189