summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-08-06Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino30-1007/+1775
2011-08-06Refactor the sample composites and components and cleanup the component names...jsdelfino47-1090/+1787
2011-08-06Make authentication work with wildcard domains and increase authentication co...jsdelfino11-14/+34
2011-06-28Port to Mac OS X 10.6.7.jsdelfino74-169/+222
2011-06-13Add missing files to build scripts and fixed a header typo.jsdelfino2-3/+3
2011-06-13Add the ability to configure page headers and footers.jsdelfino28-268/+272
2011-06-13Minor refactoring and cleanup of edit module and its test composites. Add HTM...jsdelfino42-310/+1741
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino6-86/+341
2011-06-13Add configuration and script to enable mod-security 2.6.0.jsdelfino5-1/+220
2011-05-23Fix build error, move dashboard and store directories to the correct module.jsdelfino9-2/+2
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino12-71/+171
2011-05-23Refactor app data model part 2, converted dashboard and store files to direct...jsdelfino8-0/+8