summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-26Support sorting database search results by rank, and add a rank attribute to ↵jsdelfino12-55/+248
ATOM entries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1517412 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11Add nuvem components.jsdelfino127-0/+3506
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1444662 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11Improvements to the app management UI.jsdelfino55-291/+491
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1444660 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11Fix SQL search test case.jsdelfino1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1444659 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03Refactoring, rename isNil to isNull.jsdelfino104-905/+905
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428206 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03Update build and install scripts to use the correct dependencies.jsdelfino7-200/+229
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428195 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03Minor changes to server config scripts to get auth and session management to ↵jsdelfino13-26/+89
behave the same with or without a proxy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428194 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03Improve app hosting management app, restructure UI and refactor REST ↵jsdelfino147-2947/+8131
services and data model to use an SQL database. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428193 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03Add support for HTTP patch and application of patch scripts to server and ↵jsdelfino46-59/+847
data store components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428192 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino30-334/+601
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428191 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11Changes to get successful C++11 based build. Code cleanup, dependency ↵jsdelfino90-1813/+1428
upgrades, and const + inline optimizations in components, samples, and app hosting server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1420007 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and ↵jsdelfino47-1770/+1667
cleanup rest of the modules. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1419987 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino19-289/+1406
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1419986 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ↵jsdelfino55-2270/+2977
to lambdas, and add C++ const, noexcept and inline annotations to get more efficient generated code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1419985 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu ↵jsdelfino33-429/+969
12.04, and Mac OS X 10.7.4. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361918 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino54-175/+601
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361917 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16Add a timeout property to the CURL HTTP clients.jsdelfino32-134/+700
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361916 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16Add an HTTPD auth provider allowing the authentication logic to be ↵jsdelfino38-367/+1156
implemented by a component, and cleanup the SSL and mod-security config a bit. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361915 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16Improve caching support and some of the navigations in the hosting environment.jsdelfino84-572/+1676
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361914 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29Fix server config of server-status and proxy balancer-manager pages.jsdelfino5-20/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343580 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29Fix PyObject reference counting bugs causing memory violations in the Python ↵jsdelfino12-59/+258
component implementation. Build Python runtime from source with pydebug to diagnose memory issues. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343550 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29Refactor sample app definitions into proper ATOM entries.jsdelfino73-5153/+5511
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343439 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28Improvements to the hosted composite management app. Simplify and optimize ↵jsdelfino52-1791/+3282
the Web UI a bit. Add test cases and fix some of the logic in the management components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343316 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ↵jsdelfino32-2503/+1975
scripts, and remove unused CSS stylesheets. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343140 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28Database support optimizations. Use PgBouncer to pool connections. Track and ↵jsdelfino25-127/+434
manage WAL archives to optimize space and speed up database replication setup. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343139 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ↵jsdelfino111-251/+483
Fix test scripts to cleanup state from previous builds and correctly report test errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343138 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe.jsdelfino14-39/+273
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311137 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09Enable administrative access using basic auth.jsdelfino9-13/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311136 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Add more fine grain debug options and remove overhead in debug log macros ↵jsdelfino23-55/+79
when logging is turned off. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308248 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Add scripts to configure multiple load balancers on a proxy server.jsdelfino4-2/+107
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308247 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Detach Memcached and Pgsql from terminal when logging with a logger like ↵jsdelfino7-7/+114
Scribe. Add a Scribe status command. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308246 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Automatically reconnect to a Memcached server after a disconnection.jsdelfino16-14/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308245 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor ↵jsdelfino42-453/+670
fixes to the OAuth2 module to comply with the spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308244 13f79535-47bb-0310-9956-ffa450edef68
2012-03-17Minor cleanup of README, INSTALL, and remove an obsolete sample.jsdelfino11-614/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301985 13f79535-47bb-0310-9956-ffa450edef68
2012-03-17Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino28-51/+649
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301969 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix ↵jsdelfino11-51/+167
a few memory access violations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294008 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Add missing <?xml?> tag to test ATOM entry document.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294007 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON ↵jsdelfino5-4/+69
array cells. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294006 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Fixes to the hosting module to correctly store ATOM feeds instead of raw ↵jsdelfino29-56/+56
collections and work with the sqldb component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291136 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino10-14/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291135 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Optimize server modules a bit. Pass individual config elements instead of ↵jsdelfino9-433/+441
the whole server config. Load target composite once into the request. Enable loading of shared component implementations from the main contribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291134 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use ↵jsdelfino25-32/+201
different auth mechanisms, and refactor log configuration to make it easier to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291133 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Refactor server hosting module, rename it and move it under a hosting dir, ↵jsdelfino172-1161/+825
and refactor its datastore components into a single component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237740 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Add an app property which can be used to retrieve the current app name.jsdelfino1-3/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237738 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Change samples to use standard example.com domain name.jsdelfino8-28/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237737 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16Add a partitioner component, which combined with a selector component can be ↵jsdelfino9-5/+319
used to implement data partitioning, sharding, or data access load balancing for example. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1231822 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16Fix error with logging command in memcached and sqldb start / stop scripts. ↵jsdelfino44-86/+99
Adjust test scripts, add new parameter required by memcached start / stop scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1231821 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30Add external configuration of Memcached and PostgreSQL logging, to allow the ↵jsdelfino11-21/+174
logs to be piped to Scribe or the HTTPD log rotation program. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1225904 13f79535-47bb-0310-9956-ffa450edef68
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, ↵jsdelfino37-41/+172
to get log piping and rotation to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222604 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21Fix calculation of composite path when configured with an absolute path.jsdelfino3-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221832 13f79535-47bb-0310-9956-ffa450edef68