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