summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start to add LevelDB supportrfeng2011-09-1710-0/+795
* Rename nosqldb component to constdb.jsdelfino2011-09-1011-30/+30
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-286-27/+85
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-1412-21/+25
* Port to Mac OS X 10.6.7.jsdelfino2011-06-2853-116/+149
* Add missing files to build scripts and fixed a header typo.jsdelfino2011-06-131-2/+2
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-1312-9/+533
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-2311-19/+19
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-239-36/+27
* Add an XMPP message sender component that only connects to an XMPP server as ...jsdelfino2011-04-178-7/+345
* 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-139-3/+341
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-087-50/+98
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-261-1/+5
* 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-098-0/+42
* Fix automake warning. Add pragmas to sources generated by Thrift using sed in...jsdelfino2011-01-021-3/+1
* 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-0810-1/+652
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-282-1/+10
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-144-18/+29
* Add .componentType files describing the utility components. Refactor chat com...jsdelfino2010-11-0323-26/+556
* Minor fixes to get all samples working in a target install dir.jsdelfino2010-10-201-1/+1
* Renamed frontcache to datacache and add a memo cache that memoizes function a...jsdelfino2010-10-207-22/+155
* Upgrade build scripts to on Ubuntu 10.04.jsdelfino2010-09-151-2/+1
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-067-12/+12
* Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino2010-09-031-3/+1
* Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2010-08-199-53/+157
* Exclude test program build output from version control.jsdelfino2010-08-191-0/+0
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-161-0/+1
* Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2010-08-1626-131/+681
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-1413-27/+89
* Change sample to use a pool of three memcached servers. Add a property to the...jsdelfino2010-07-288-16/+61
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-283-0/+5
* Fix test composite name.jsdelfino2010-06-221-1/+1
* Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino2010-06-058-6/+21
* Build the expat XML parser separately instead of building it as part of libst...jsdelfino2010-05-311-3/+3
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-307-8/+30
* Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2010-05-2916-57/+123
* Add a logger component that logs and relays all invocations through a reference.jsdelfino2010-05-238-4/+189
* Change Memcached component to use localhost instead of 127.0.0.1.jsdelfino2010-05-222-3/+3
* Implementation of a streaming + aggregating Log utility component using Faceb...jsdelfino2010-05-2217-20/+911
* Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com...jsdelfino2010-05-161-0/+29
* Reuse the same file descriptor when reopening a tinycdb database.jsdelfino2010-04-191-4/+35
* Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...jsdelfino2010-04-198-60/+249
* Strawman implementation of post, put and delete on a tinycdb database, for no...jsdelfino2010-04-1712-3/+732
* Install gcc-4.5 in ubuntu automated install script.jsdelfino2010-04-172-52/+0
* Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino2010-04-173-12/+12
* Minor build cleanup and fixes. Add a few scripts to help run automated builds...jsdelfino2010-04-101-1/+1
* Add store test using the sqldb component. Add conninfo and table properties t...jsdelfino2010-04-097-11/+26