summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-11-12Upgrade to HTTPD 2.3.15-beta.jsdelfino5-23/+32
2011-11-10Fix minor build script problems, use wget instead of curl to bootstrap build,...jsdelfino1-1/+10
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino24-425/+337
2011-10-29Better network connectivity status reporting and handling of orientation chan...jsdelfino17-102/+328
2011-10-29Minor improvements to Page Speed build integration and documentation.jsdelfino5-18/+17
2011-10-26Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino19-531/+288
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino53-3693/+4237
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino2-2/+6
2011-09-20Fix stack overflow on Mac OS X.jsdelfino3-0/+30
2011-09-06Reinitialize Python thread support after a library reload or a fork.jsdelfino1-15/+71
2011-09-05Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino9-85/+428
2011-09-05Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino1-3/+3
2011-09-04Build with Clang/LLVM when available.jsdelfino2-8/+14
2011-08-30Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2-3/+7
2011-08-28Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor...jsdelfino11-1/+1380
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino5-14/+58
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino7-4/+24
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino6-76/+119
2011-08-09Fix compile error in test program.jsdelfino1-1/+1