summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add nuvem components.jsdelfino2013-02-11127-0/+3506
* Improvements to the app management UI.jsdelfino2013-02-1155-291/+491
* Fix SQL search test case.jsdelfino2013-02-111-4/+4
* Refactoring, rename isNil to isNull.jsdelfino2013-01-03104-905/+905
* Update build and install scripts to use the correct dependencies.jsdelfino2013-01-037-200/+229
* Minor changes to server config scripts to get auth and session management to ...jsdelfino2013-01-0313-26/+89
* Improve app hosting management app, restructure UI and refactor REST services...jsdelfino2013-01-03147-2947/+8131
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-0346-59/+847
* Improve handling of nested lists, trees, null and floating point values.jsdelfino2013-01-0330-334/+601
* Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino2012-12-1190-1813/+1428
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-1147-1770/+1667
* Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino2012-12-1119-289/+1406
* Port kernel to C++11 and refactor some of the core modules. Convert functors ...jsdelfino2012-12-1155-2270/+2977
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-...giorgio2012-09-05769-0/+76765
* Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino2012-07-1633-429/+969
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-1654-175/+601
* Add a timeout property to the CURL HTTP clients.jsdelfino2012-07-1632-134/+700
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-1638-367/+1156
* Improve caching support and some of the navigations in the hosting environment.jsdelfino2012-07-1684-572/+1676
* Fix server config of server-status and proxy balancer-manager pages.jsdelfino2012-05-295-20/+19
* Fix PyObject reference counting bugs causing memory violations in the Python ...jsdelfino2012-05-2912-59/+258
* Refactor sample app definitions into proper ATOM entries.jsdelfino2012-05-2973-5153/+5511
* Improvements to the hosted composite management app. Simplify and optimize th...jsdelfino2012-05-2852-1791/+3282
* Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino2012-05-2832-2503/+1975
* Database support optimizations. Use PgBouncer to pool connections. Track and ...jsdelfino2012-05-2825-127/+434
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-28111-251/+483
* Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe.jsdelfino2012-04-0914-39/+273
* Enable administrative access using basic auth.jsdelfino2012-04-099-13/+37
* Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino2012-04-0223-55/+79
* Add scripts to configure multiple load balancers on a proxy server.jsdelfino2012-04-024-2/+107
* Detach Memcached and Pgsql from terminal when logging with a logger like Scri...jsdelfino2012-04-027-7/+114
* Automatically reconnect to a Memcached server after a disconnection.jsdelfino2012-04-0216-14/+46
* Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino2012-04-0242-453/+670
* Minor cleanup of README, INSTALL, and remove an obsolete sample.jsdelfino2012-03-1711-614/+11
* Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino2012-03-1728-51/+649
* Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino2012-02-2711-51/+167
* Add missing <?xml?> tag to test ATOM entry document.jsdelfino2012-02-271-0/+1
* Fix mapping between repeating XML elements, S-expression lists, and JSON arra...jsdelfino2012-02-275-4/+69
* Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2012-02-2029-56/+56
* Rename some of the utility programs and add them to the install target.jsdelfino2012-02-2010-14/+23
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-209-433/+441
* Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff...jsdelfino2012-02-2025-32/+201
* Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino2012-01-30172-1161/+825
* Add an app property which can be used to retrieve the current app name.jsdelfino2012-01-301-3/+27
* Change samples to use standard example.com domain name.jsdelfino2012-01-308-28/+28
* Add a partitioner component, which combined with a selector component can be ...jsdelfino2012-01-169-5/+319
* Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino2012-01-1644-86/+99
* 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-2337-41/+172
* Fix calculation of composite path when configured with an absolute path.jsdelfino2011-12-213-2/+9