summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (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-26Fix build errors with latest GCC and CLang compilers.jsdelfino1-3/+3
2013-08-26Refactor base Javascript and CSS utilities and support server-side aggregatio...jsdelfino11-1651/+1706
2013-08-26Fix handling of login session expiration and incorrect caching of login redir...jsdelfino17-90/+153
2013-08-26Support sorting database search results by rank, and add a rank attribute to ...jsdelfino5-30/+75
2013-02-11Improvements to the app management UI.jsdelfino2-57/+205
2013-01-03Refactoring, rename isNil to isNull.jsdelfino43-414/+414
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...jsdelfino6-652/+1485
2013-01-03Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino23-20/+163
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino12-88/+140
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.jsdelfino10-742/+556
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ...jsdelfino27-535/+1623
2012-07-16Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino5-18/+39
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino9-32/+138
2012-07-16Add a timeout property to the CURL HTTP clients.jsdelfino6-58/+117
2012-07-16Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino20-259/+804
2012-07-16Improve caching support and some of the navigations in the hosting environment.jsdelfino26-107/+332
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 ...jsdelfino2-40/+175
2012-05-28Improvements to the hosted composite management app. Simplify and optimize th...jsdelfino14-361/+611
2012-05-28Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino9-578/+83
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino39-108/+218
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...jsdelfino5-14/+14
2012-04-02Add scripts to configure multiple load balancers on a proxy server.jsdelfino4-2/+107
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino26-276/+451
2012-03-17Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino1-1/+0
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino5-14/+16
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON arra...jsdelfino2-1/+19
2012-02-20Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2-4/+6
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino9-11/+18
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino5-407/+417
2012-02-20Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff...jsdelfino16-32/+187
2012-01-30Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino163-15838/+610
2012-01-30Add an app property which can be used to retrieve the current app name.jsdelfino1-3/+27
2012-01-16Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino8-16/+16
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino11-19/+28
2011-12-21Fix calculation of composite path when configured with an absolute path.jsdelfino3-2/+9
2011-12-18Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req...jsdelfino2-2/+2
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino24-144/+301
2011-12-14Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M...jsdelfino1-5/+5
2011-12-01Fix build and install errors on Mac OS X. Add missing scripts to forward IP p...jsdelfino4-7/+16
2011-11-30Enable log collection using Scribe, and some minor log cleanup.jsdelfino7-26/+125
2011-11-21Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino1-1/+1
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino17-220/+246
2011-11-21Add a few useful backup scripts.jsdelfino2-0/+44
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino32-116/+231
2011-11-12Add a few missing files to Makefile install targets.jsdelfino2-2/+2