summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Change curl-get utility to display error message instead of aborting on error.jsdelfino1-2/+4
2013-08-26Increase log buffer size.jsdelfino1-1/+1
2013-08-26Fix build errors with latest GCC and CLang compilers.jsdelfino6-8/+8
2013-08-26Add utility scripts to launch iOS and Android emulators.jsdelfino3-1/+50
2013-08-26Improvements to the hosting management app server side logic.jsdelfino21-188/+490
2013-08-26Refactor base Javascript and CSS utilities and support server-side aggregatio...jsdelfino15-1651/+1724
2013-08-26Build Python with support for Unicode 4.jsdelfino4-6/+8
2013-08-26Fix handling of login session expiration and incorrect caching of login redir...jsdelfino25-104/+167
2013-08-26Support sorting database search results by rank, and add a rank attribute to ...jsdelfino12-55/+248
2013-02-11Add nuvem components.jsdelfino127-0/+3506
2013-02-11Improvements to the app management UI.jsdelfino55-291/+491
2013-02-11Fix SQL search test case.jsdelfino1-4/+4
2013-01-03Refactoring, rename isNil to isNull.jsdelfino104-905/+905
2013-01-03Update build and install scripts to use the correct dependencies.jsdelfino7-200/+229
2013-01-03Minor changes to server config scripts to get auth and session management to ...jsdelfino13-26/+89
2013-01-03Improve app hosting management app, restructure UI and refactor REST services...jsdelfino147-2947/+8131
2013-01-03Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino46-59/+847
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino30-334/+601
2012-12-11Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino90-1813/+1428
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino47-1770/+1667
2012-12-11Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino19-289/+1406
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ...jsdelfino55-2270/+2977
2012-09-05git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-...giorgio769-0/+76765
2012-07-16Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino33-429/+969
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino54-175/+601
2012-07-16Add a timeout property to the CURL HTTP clients.jsdelfino32-134/+700
2012-07-16Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino38-367/+1156
2012-07-16Improve caching support and some of the navigations in the hosting environment.jsdelfino84-572/+1676
2012-05-29Fix server config of server-status and proxy balancer-manager pages.jsdelfino5-20/+19
2012-05-29Fix PyObject reference counting bugs causing memory violations in the Python ...jsdelfino12-59/+258
2012-05-29Refactor sample app definitions into proper ATOM entries.jsdelfino73-5153/+5511
2012-05-28Improvements to the hosted composite management app. Simplify and optimize th...jsdelfino52-1791/+3282
2012-05-28Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino32-2503/+1975
2012-05-28Database support optimizations. Use PgBouncer to pool connections. Track and ...jsdelfino25-127/+434
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino111-251/+483
2012-04-09Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe.jsdelfino14-39/+273
2012-04-09Enable administrative access using basic auth.jsdelfino9-13/+37
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino23-55/+79
2012-04-02Add scripts to configure multiple load balancers on a proxy server.jsdelfino4-2/+107
2012-04-02Detach Memcached and Pgsql from terminal when logging with a logger like Scri...jsdelfino7-7/+114
2012-04-02Automatically reconnect to a Memcached server after a disconnection.jsdelfino16-14/+46
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino42-453/+670
2012-03-17Minor cleanup of README, INSTALL, and remove an obsolete sample.jsdelfino11-614/+11
2012-03-17Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino28-51/+649
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino11-51/+167
2012-02-27Add missing <?xml?> tag to test ATOM entry document.jsdelfino1-0/+1
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON arra...jsdelfino5-4/+69
2012-02-20Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino29-56/+56
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino10-14/+23
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino9-433/+441