summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors with latest GCC and CLang compilers.jsdelfino2013-08-262-2/+2
* Support sorting database search results by rank, and add a rank attribute to ...jsdelfino2013-08-262-13/+115
* Add nuvem components.jsdelfino2013-02-11127-0/+3506
* Fix SQL search test case.jsdelfino2013-02-111-4/+4
* Refactoring, rename isNil to isNull.jsdelfino2013-01-0312-40/+40
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-0321-39/+591
* Improve handling of nested lists, trees, null and floating point values.jsdelfino2013-01-034-6/+1
* Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino2012-12-1178-2331/+1156
* Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino2012-07-167-40/+67
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-1627-57/+142
* Add a timeout property to the CURL HTTP clients.jsdelfino2012-07-1620-76/+132
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-161-0/+2
* 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-2856-98/+150
* Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe.jsdelfino2012-04-099-33/+211
* Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino2012-04-028-10/+10
* Detach Memcached and Pgsql from terminal when logging with a logger like Scri...jsdelfino2012-04-026-7/+113
* Automatically reconnect to a Memcached server after a disconnection.jsdelfino2012-04-023-5/+16
* Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino2012-03-1721-13/+611
* Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2012-02-204-5/+7
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-201-3/+1
* Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino2012-01-304-5/+5
* Add a partitioner component, which combined with a selector component can be ...jsdelfino2012-01-168-3/+289
* Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino2012-01-1610-36/+49
* Add external configuration of Memcached and PostgreSQL logging, to allow the ...jsdelfino2011-12-3011-21/+174
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-2324-0/+24
* Change memcached component configuration syntax to use spaces instead of comm...jsdelfino2011-12-142-3/+3
* Enable log collection using Scribe, and some minor log cleanup.jsdelfino2011-11-302-2/+2
* Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino2011-11-216-50/+83
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-104-4/+41
* 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