summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade to HTTPD 2.3.15-beta.jsdelfino2011-11-125-23/+32
* Fix minor build script problems, use wget instead of curl to bootstrap build,...jsdelfino2011-11-101-1/+10
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-1024-425/+337
* Better network connectivity status reporting and handling of orientation chan...jsdelfino2011-10-2917-102/+328
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-295-18/+17
* Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino2011-10-2619-531/+288
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-2453-3693/+4237
* Fix core dump when running Python components in a virtual host.jsdelfino2011-09-212-2/+6
* Fix stack overflow on Mac OS X.jsdelfino2011-09-203-0/+30
* Reinitialize Python thread support after a library reload or a fork.jsdelfino2011-09-061-15/+71
* Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino2011-09-059-85/+428
* Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino2011-09-051-3/+3
* Build with Clang/LLVM when available.jsdelfino2011-09-042-8/+14
* Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2011-08-302-3/+7
* Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor...jsdelfino2011-08-2811-1/+1380
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-285-14/+58
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-147-4/+24
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-116-76/+119
* Fix compile error in test program.jsdelfino2011-08-091-1/+1
* Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino2011-08-0630-1007/+1775
* Refactor the sample composites and components and cleanup the component names...jsdelfino2011-08-0647-1090/+1787
* Make authentication work with wildcard domains and increase authentication co...jsdelfino2011-08-0611-14/+34
* Port to Mac OS X 10.6.7.jsdelfino2011-06-2874-169/+222
* Add missing files to build scripts and fixed a header typo.jsdelfino2011-06-132-3/+3
* Add the ability to configure page headers and footers.jsdelfino2011-06-1328-268/+272
* Minor refactoring and cleanup of edit module and its test composites. Add HTM...jsdelfino2011-06-1342-310/+1741
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-136-86/+341