| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 2012-05-28 | 39 | -108/+218 |
* | Enable administrative access using basic auth. | jsdelfino | 2012-04-09 | 9 | -13/+37 |
* | Add more fine grain debug options and remove overhead in debug log macros whe... | jsdelfino | 2012-04-02 | 5 | -14/+14 |
* | Add scripts to configure multiple load balancers on a proxy server. | jsdelfino | 2012-04-02 | 4 | -2/+107 |
* | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 2012-04-02 | 26 | -276/+451 |
* | Upgrade to newer version of CURL and integrate its SMTP support. | jsdelfino | 2012-03-17 | 1 | -1/+0 |
* | Add options to use mmap or electric fence to check memory accesses, and fix a... | jsdelfino | 2012-02-27 | 5 | -14/+16 |
* | Fix mapping between repeating XML elements, S-expression lists, and JSON arra... | jsdelfino | 2012-02-27 | 2 | -1/+19 |
* | Fixes to the hosting module to correctly store ATOM feeds instead of raw coll... | jsdelfino | 2012-02-20 | 2 | -4/+6 |
* | Rename some of the utility programs and add them to the install target. | jsdelfino | 2012-02-20 | 9 | -11/+18 |
* | Optimize server modules a bit. Pass individual config elements instead of the... | jsdelfino | 2012-02-20 | 5 | -407/+417 |
* | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 2012-02-20 | 16 | -32/+187 |
* | Refactor server hosting module, rename it and move it under a hosting dir, an... | jsdelfino | 2012-01-30 | 163 | -15838/+610 |
* | Add an app property which can be used to retrieve the current app name. | jsdelfino | 2012-01-30 | 1 | -3/+27 |
* | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 2012-01-16 | 8 | -16/+16 |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 11 | -19/+28 |
* | Fix calculation of composite path when configured with an absolute path. | jsdelfino | 2011-12-21 | 3 | -2/+9 |
* | Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req... | jsdelfino | 2011-12-18 | 2 | -2/+2 |
* | Add ability to configure an HTTPS proxy with load balancing over a set of HTT... | jsdelfino | 2011-12-18 | 24 | -144/+301 |
* | Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M... | jsdelfino | 2011-12-14 | 1 | -5/+5 |
* | Fix build and install errors on Mac OS X. Add missing scripts to forward IP p... | jsdelfino | 2011-12-01 | 4 | -7/+16 |
* | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 2011-11-30 | 7 | -26/+125 |
* | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 2011-11-21 | 1 | -1/+1 |
* | Improvements to the auth implementation. Refactor logout page, handle auth re... | jsdelfino | 2011-11-21 | 17 | -220/+246 |
* | Add a few useful backup scripts. | jsdelfino | 2011-11-21 | 2 | -0/+44 |
* | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 2011-11-14 | 32 | -116/+231 |
* | Add a few missing files to Makefile install targets. | jsdelfino | 2011-11-12 | 2 | -2/+2 |
* | Upgrade to HTTPD 2.3.15-beta. | jsdelfino | 2011-11-12 | 5 | -23/+32 |
* | Fix minor build script problems, use wget instead of curl to bootstrap build,... | jsdelfino | 2011-11-10 | 1 | -1/+10 |
* | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 2011-11-10 | 24 | -425/+337 |
* | Better network connectivity status reporting and handling of orientation chan... | jsdelfino | 2011-10-29 | 17 | -102/+328 |
* | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 2011-10-29 | 5 | -18/+17 |
* | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 2011-10-26 | 19 | -531/+288 |
* | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 2011-10-24 | 53 | -3693/+4237 |
* | Fix core dump when running Python components in a virtual host. | jsdelfino | 2011-09-21 | 2 | -2/+6 |
* | Fix stack overflow on Mac OS X. | jsdelfino | 2011-09-20 | 3 | -0/+30 |
* | Reinitialize Python thread support after a library reload or a fork. | jsdelfino | 2011-09-06 | 1 | -15/+71 |
* | Support multithreaded execution of Python components with the HTTPD event MPM. | jsdelfino | 2011-09-05 | 9 | -85/+428 |
* | Tune up Mozilla SpiderMonkey memory usage and garbage collection. | jsdelfino | 2011-09-05 | 1 | -3/+3 |
* | Build with Clang/LLVM when available. | jsdelfino | 2011-09-04 | 2 | -8/+14 |
* | Port to Memcached 1.4.7 and Ubuntu 11.04. | jsdelfino | 2011-08-30 | 2 | -3/+7 |
* | Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor... | jsdelfino | 2011-08-28 | 11 | -1/+1380 |
* | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 2011-08-28 | 5 | -14/+58 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 7 | -4/+24 |
* | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 2011-08-11 | 6 | -76/+119 |
* | Fix compile error in test program. | jsdelfino | 2011-08-09 | 1 | -1/+1 |
* | Javascript improvements: add local storage, improve caching using URI fragmen... | jsdelfino | 2011-08-06 | 30 | -1007/+1775 |
* | Refactor the sample composites and components and cleanup the component names... | jsdelfino | 2011-08-06 | 47 | -1090/+1787 |
* | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 2011-08-06 | 11 | -14/+34 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 74 | -169/+222 |