| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.... | jsdelfino | 2012-07-16 | 1 | -43/+63 |
* | Fix PyObject reference counting bugs causing memory violations in the Python ... | jsdelfino | 2012-05-29 | 1 | -4/+16 |
* | Database support optimizations. Use PgBouncer to pool connections. Track and ... | jsdelfino | 2012-05-28 | 1 | -5/+16 |
* | Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe. | jsdelfino | 2012-04-09 | 1 | -0/+2 |
* | Automatically reconnect to a Memcached server after a disconnection. | jsdelfino | 2012-04-02 | 1 | -0/+2 |
* | Upgrade to newer version of CURL and integrate its SMTP support. | jsdelfino | 2012-03-17 | 1 | -11/+11 |
* | Fix PostgreSQL download URL and add it to the default build scripts on Ubuntu... | jsdelfino | 2011-12-21 | 1 | -1/+1 |
* | Minor build script updates. Add missing --enable-libcloud build option and up... | jsdelfino | 2011-12-14 | 1 | -7/+7 |
* | Minor build and install script fixes. Install missing dev tools. Add a missin... | jsdelfino | 2011-11-30 | 1 | -1/+2 |
* | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 2011-11-14 | 1 | -2/+5 |
* | Upgrade to HTTPD 2.3.15-beta. | jsdelfino | 2011-11-12 | 1 | -11/+11 |
* | Fix minor build script problems, use wget instead of curl to bootstrap build,... | jsdelfino | 2011-11-10 | 1 | -6/+6 |
* | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 2011-10-26 | 1 | -3/+13 |
* | Add leveldb to mac-install | rfeng | 2011-09-20 | 1 | -0/+9 |
* | Fix broken links, update to latest dependencies, and use curl instead of wget... | jsdelfino | 2011-09-20 | 1 | -30/+29 |
* | Port to Memcached 1.4.7 and Ubuntu 11.04. | jsdelfino | 2011-08-30 | 1 | -8/+14 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 1 | -4/+16 |
* | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 2011-08-11 | 1 | -13/+9 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 1 | -2/+2 |
* | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 2011-06-13 | 1 | -6/+24 |
* | Fixing the thrift download url | rfeng | 2011-06-06 | 1 | -1/+1 |
* | Minor install script fixes. Add a script to install a minimal build and upgra... | jsdelfino | 2011-05-23 | 1 | -9/+15 |
* | Adjust build to new locations of Qpid and Vysper distros. | jsdelfino | 2011-04-17 | 1 | -2/+2 |
* | Upgrade to postgresql 9.0.3. | jsdelfino | 2011-02-26 | 1 | -7/+7 |
* | Fix automated build and Ubuntu 10.10 install. | jsdelfino | 2010-12-27 | 1 | -6/+12 |
* | Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry... | jsdelfino | 2010-12-27 | 1 | -8/+13 |
* | Port to HTTPD 2.3.10 alpha release. | jsdelfino | 2010-12-25 | 1 | -10/+10 |
* | Upgrade to Google appengine version 1.4.0. | jsdelfino | 2010-12-06 | 1 | -2/+2 |
* | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 2010-11-28 | 1 | -1/+1 |
* | Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-dep... | jsdelfino | 2010-11-16 | 1 | -0/+2 |
* | Minor build fixes. Link against tinycdb shared library instead of static lib ... | jsdelfino | 2010-11-15 | 1 | -2/+2 |
* | Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru... | jsdelfino | 2010-11-14 | 1 | -32/+21 |
* | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 2010-11-13 | 1 | -8/+8 |
* | Improve format of HTTP and HTTPS logs. | jsdelfino | 2010-10-25 | 1 | -1/+1 |
* | Adjust location of httpd-2.2.16 distro download as it's now archived. | jsdelfino | 2010-10-25 | 1 | -1/+1 |
* | Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7. | jsdelfino | 2010-10-20 | 1 | -12/+12 |
* | Improvements to the oauth module and support for oauth 1.0a using liboauth. | jsdelfino | 2010-09-19 | 1 | -2/+14 |
* | Upgrade build scripts to on Ubuntu 10.04. | jsdelfino | 2010-09-15 | 1 | -2/+3 |
* | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 2010-09-06 | 1 | -1/+1 |
* | Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen... | jsdelfino | 2010-09-03 | 1 | -1/+1 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 1 | -11/+11 |
* | Minor fixes to the Ubuntu build scripts. | jsdelfino | 2010-07-04 | 1 | -0/+1 |
* | Update build instructions and scripts to include the OpenID support. | jsdelfino | 2010-06-27 | 1 | -2/+43 |
* | Minor fixes to ubuntu image creation scripts. | jsdelfino | 2010-06-05 | 1 | -5/+7 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 1 | -0/+292 |