| Commit message (Expand) | Author | Files | Lines |
2012-04-02 | Add more fine grain debug options and remove overhead in debug log macros whe... | jsdelfino | 23 | -55/+79 |
2012-04-02 | Add scripts to configure multiple load balancers on a proxy server. | jsdelfino | 4 | -2/+107 |
2012-04-02 | Detach Memcached and Pgsql from terminal when logging with a logger like Scri... | jsdelfino | 7 | -7/+114 |
2012-04-02 | Automatically reconnect to a Memcached server after a disconnection. | jsdelfino | 16 | -14/+46 |
2012-04-02 | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 42 | -453/+670 |
2012-03-17 | Minor cleanup of README, INSTALL, and remove an obsolete sample. | jsdelfino | 11 | -614/+11 |
2012-03-17 | Upgrade to newer version of CURL and integrate its SMTP support. | jsdelfino | 28 | -51/+649 |
2012-02-27 | Add options to use mmap or electric fence to check memory accesses, and fix a... | jsdelfino | 11 | -51/+167 |
2012-02-27 | Add missing <?xml?> tag to test ATOM entry document. | jsdelfino | 1 | -0/+1 |
2012-02-27 | Fix mapping between repeating XML elements, S-expression lists, and JSON arra... | jsdelfino | 5 | -4/+69 |
2012-02-20 | Fixes to the hosting module to correctly store ATOM feeds instead of raw coll... | jsdelfino | 29 | -56/+56 |
2012-02-20 | Rename some of the utility programs and add them to the install target. | jsdelfino | 10 | -14/+23 |
2012-02-20 | Optimize server modules a bit. Pass individual config elements instead of the... | jsdelfino | 9 | -433/+441 |
2012-02-20 | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 25 | -32/+201 |
2012-01-30 | Refactor server hosting module, rename it and move it under a hosting dir, an... | jsdelfino | 172 | -1161/+825 |
2012-01-30 | Add an app property which can be used to retrieve the current app name. | jsdelfino | 1 | -3/+27 |
2012-01-30 | Change samples to use standard example.com domain name. | jsdelfino | 8 | -28/+28 |
2012-01-16 | Add a partitioner component, which combined with a selector component can be ... | jsdelfino | 9 | -5/+319 |
2012-01-16 | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 44 | -86/+99 |
2011-12-30 | Add external configuration of Memcached and PostgreSQL logging, to allow the ... | jsdelfino | 11 | -21/+174 |
2011-12-23 | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 37 | -41/+172 |
2011-12-21 | Fix calculation of composite path when configured with an absolute path. | jsdelfino | 3 | -2/+9 |
2011-12-21 | Fix PostgreSQL download URL and add it to the default build scripts on Ubuntu... | jsdelfino | 3 | -7/+35 |
2011-12-18 | Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req... | jsdelfino | 2 | -2/+2 |
2011-12-18 | Add ability to configure an HTTPS proxy with load balancing over a set of HTT... | jsdelfino | 29 | -144/+306 |
2011-12-14 | Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M... | jsdelfino | 1 | -5/+5 |
2011-12-14 | Change memcached component configuration syntax to use spaces instead of comm... | jsdelfino | 3 | -4/+4 |
2011-12-14 | Minor build script updates. Add missing --enable-libcloud build option and up... | jsdelfino | 5 | -13/+13 |
2011-12-01 | Fix build and install errors on Mac OS X. Add missing scripts to forward IP p... | jsdelfino | 11 | -17/+85 |
2011-11-30 | Minor build and install script fixes. Install missing dev tools. Add a missin... | jsdelfino | 4 | -4/+6 |
2011-11-30 | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 11 | -39/+143 |
2011-11-21 | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 8 | -51/+89 |
2011-11-21 | Improvements to the auth implementation. Refactor logout page, handle auth re... | jsdelfino | 17 | -220/+246 |
2011-11-21 | Add a few useful backup scripts. | jsdelfino | 5 | -1/+105 |
2011-11-14 | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 39 | -133/+267 |
2011-11-12 | Add a few missing files to Makefile install targets. | jsdelfino | 2 | -2/+2 |
2011-11-12 | Upgrade to HTTPD 2.3.15-beta. | jsdelfino | 9 | -56/+65 |
2011-11-10 | Fix minor build script problems, use wget instead of curl to bootstrap build,... | jsdelfino | 7 | -17/+26 |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 28 | -429/+378 |
2011-10-29 | Better network connectivity status reporting and handling of orientation chan... | jsdelfino | 17 | -102/+328 |
2011-10-29 | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 8 | -37/+38 |
2011-10-26 | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 24 | -540/+369 |
2011-10-24 | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 54 | -3693/+4238 |
2011-09-26 | Fix a few issues for mac build | rfeng | 2 | -17/+36 |
2011-09-21 | Fix core dump when running Python components in a virtual host. | jsdelfino | 2 | -2/+6 |
2011-09-20 | Add leveldb to mac-install | rfeng | 2 | -0/+18 |
2011-09-20 | Add leveldb to mac-install | rfeng | 1 | -0/+10 |
2011-09-20 | Fix stack overflow on Mac OS X. | jsdelfino | 6 | -18/+68 |
2011-09-20 | Fix broken links, update to latest dependencies, and use curl instead of wget... | jsdelfino | 10 | -67/+65 |
2011-09-17 | Start to add LevelDB support | rfeng | 10 | -0/+795 |