| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 2012-02-20 | 25 | -32/+201 |
* | Refactor server hosting module, rename it and move it under a hosting dir, an... | jsdelfino | 2012-01-30 | 172 | -1161/+825 |
* | Add an app property which can be used to retrieve the current app name. | jsdelfino | 2012-01-30 | 1 | -3/+27 |
* | Change samples to use standard example.com domain name. | jsdelfino | 2012-01-30 | 8 | -28/+28 |
* | Add a partitioner component, which combined with a selector component can be ... | jsdelfino | 2012-01-16 | 9 | -5/+319 |
* | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 2012-01-16 | 44 | -86/+99 |
* | Add external configuration of Memcached and PostgreSQL logging, to allow the ... | jsdelfino | 2011-12-30 | 11 | -21/+174 |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 37 | -41/+172 |
* | Fix calculation of composite path when configured with an absolute path. | jsdelfino | 2011-12-21 | 3 | -2/+9 |
* | Fix PostgreSQL download URL and add it to the default build scripts on Ubuntu... | jsdelfino | 2011-12-21 | 3 | -7/+35 |
* | 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 | 29 | -144/+306 |
* | Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M... | jsdelfino | 2011-12-14 | 1 | -5/+5 |
* | Change memcached component configuration syntax to use spaces instead of comm... | jsdelfino | 2011-12-14 | 3 | -4/+4 |
* | Minor build script updates. Add missing --enable-libcloud build option and up... | jsdelfino | 2011-12-14 | 5 | -13/+13 |
* | Fix build and install errors on Mac OS X. Add missing scripts to forward IP p... | jsdelfino | 2011-12-01 | 11 | -17/+85 |
* | Minor build and install script fixes. Install missing dev tools. Add a missin... | jsdelfino | 2011-11-30 | 4 | -4/+6 |
* | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 2011-11-30 | 11 | -39/+143 |
* | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 2011-11-21 | 8 | -51/+89 |
* | 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 | 5 | -1/+105 |
* | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 2011-11-14 | 39 | -133/+267 |
* | 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 | 9 | -56/+65 |
* | Fix minor build script problems, use wget instead of curl to bootstrap build,... | jsdelfino | 2011-11-10 | 7 | -17/+26 |
* | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 2011-11-10 | 28 | -429/+378 |
* | 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 | 8 | -37/+38 |
* | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 2011-10-26 | 24 | -540/+369 |
* | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 2011-10-24 | 54 | -3693/+4238 |
* | Fix a few issues for mac build | rfeng | 2011-09-26 | 2 | -17/+36 |
* | Fix core dump when running Python components in a virtual host. | jsdelfino | 2011-09-21 | 2 | -2/+6 |
* | Add leveldb to mac-install | rfeng | 2011-09-20 | 2 | -0/+18 |
* | Add leveldb to mac-install | rfeng | 2011-09-20 | 1 | -0/+10 |
* | Fix stack overflow on Mac OS X. | jsdelfino | 2011-09-20 | 6 | -18/+68 |
* | Fix broken links, update to latest dependencies, and use curl instead of wget... | jsdelfino | 2011-09-20 | 10 | -67/+65 |
* | Start to add LevelDB support | rfeng | 2011-09-17 | 10 | -0/+795 |
* | Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe. | jsdelfino | 2011-09-10 | 1 | -6/+9 |
* | Rename nosqldb component to constdb. | jsdelfino | 2011-09-10 | 24 | -41/+41 |
* | 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 | 19 | -85/+438 |
* | Tune up Mozilla SpiderMonkey memory usage and garbage collection. | jsdelfino | 2011-09-05 | 1 | -3/+3 |
* | Improve logging with multiple threads and processes. | jsdelfino | 2011-09-05 | 3 | -23/+47 |
* | Build with Clang/LLVM when available. | jsdelfino | 2011-09-04 | 10 | -109/+131 |
* | Port to Memcached 1.4.7 and Ubuntu 11.04. | jsdelfino | 2011-08-30 | 9 | -57/+77 |
* | Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor... | jsdelfino | 2011-08-28 | 17 | -2/+1452 |
* | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 2011-08-28 | 16 | -50/+337 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 27 | -37/+102 |
* | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 2011-08-11 | 15 | -165/+183 |
* | Add more complete test of multi-threaded worker, work queue and thread local ... | jsdelfino | 2011-08-11 | 1 | -7/+89 |