| Commit message (Expand) | Author | Files | Lines |
2013-01-03 | Refactoring, rename isNil to isNull. | jsdelfino | 43 | -414/+414 |
2013-01-03 | Minor changes to server config scripts to get auth and session management to ... | jsdelfino | 13 | -26/+89 |
2013-01-03 | Improve app hosting management app, restructure UI and refactor REST services... | jsdelfino | 6 | -652/+1485 |
2013-01-03 | Add support for HTTP patch and application of patch scripts to server and dat... | jsdelfino | 23 | -20/+163 |
2013-01-03 | Improve handling of nested lists, trees, null and floating point values. | jsdelfino | 12 | -88/+140 |
2012-12-11 | More changes to port to C++11, adjust to use the new JSON support, and cleanu... | jsdelfino | 47 | -1770/+1667 |
2012-12-11 | Use Jansson to read/write JSON instead of Mozilla SpiderMonkey. | jsdelfino | 10 | -742/+556 |
2012-12-11 | Port kernel to C++11 and refactor some of the core modules. Convert functors ... | jsdelfino | 27 | -535/+1623 |
2012-07-16 | Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.... | jsdelfino | 5 | -18/+39 |
2012-07-16 | Minor memory management, performance, and tracing improvements. | jsdelfino | 9 | -32/+138 |
2012-07-16 | Add a timeout property to the CURL HTTP clients. | jsdelfino | 6 | -58/+117 |
2012-07-16 | Add an HTTPD auth provider allowing the authentication logic to be implemente... | jsdelfino | 20 | -259/+804 |
2012-07-16 | Improve caching support and some of the navigations in the hosting environment. | jsdelfino | 26 | -107/+332 |
2012-05-29 | Fix server config of server-status and proxy balancer-manager pages. | jsdelfino | 5 | -20/+19 |
2012-05-29 | Fix PyObject reference counting bugs causing memory violations in the Python ... | jsdelfino | 2 | -40/+175 |
2012-05-28 | Improvements to the hosted composite management app. Simplify and optimize th... | jsdelfino | 14 | -361/+611 |
2012-05-28 | Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ... | jsdelfino | 9 | -578/+83 |
2012-05-28 | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 39 | -108/+218 |
2012-04-09 | Enable administrative access using basic auth. | jsdelfino | 9 | -13/+37 |
2012-04-02 | Add more fine grain debug options and remove overhead in debug log macros whe... | jsdelfino | 5 | -14/+14 |
2012-04-02 | Add scripts to configure multiple load balancers on a proxy server. | jsdelfino | 4 | -2/+107 |
2012-04-02 | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 26 | -276/+451 |
2012-03-17 | Upgrade to newer version of CURL and integrate its SMTP support. | jsdelfino | 1 | -1/+0 |
2012-02-27 | Add options to use mmap or electric fence to check memory accesses, and fix a... | jsdelfino | 5 | -14/+16 |
2012-02-27 | Fix mapping between repeating XML elements, S-expression lists, and JSON arra... | jsdelfino | 2 | -1/+19 |
2012-02-20 | Fixes to the hosting module to correctly store ATOM feeds instead of raw coll... | jsdelfino | 2 | -4/+6 |
2012-02-20 | Rename some of the utility programs and add them to the install target. | jsdelfino | 9 | -11/+18 |
2012-02-20 | Optimize server modules a bit. Pass individual config elements instead of the... | jsdelfino | 5 | -407/+417 |
2012-02-20 | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 16 | -32/+187 |
2012-01-30 | Refactor server hosting module, rename it and move it under a hosting dir, an... | jsdelfino | 163 | -15838/+610 |
2012-01-30 | Add an app property which can be used to retrieve the current app name. | jsdelfino | 1 | -3/+27 |
2012-01-16 | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 8 | -16/+16 |
2011-12-23 | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 11 | -19/+28 |
2011-12-21 | Fix calculation of composite path when configured with an absolute path. | jsdelfino | 3 | -2/+9 |
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 | 24 | -144/+301 |
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-01 | Fix build and install errors on Mac OS X. Add missing scripts to forward IP p... | jsdelfino | 4 | -7/+16 |
2011-11-30 | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 7 | -26/+125 |
2011-11-21 | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 1 | -1/+1 |
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 | 2 | -0/+44 |
2011-11-14 | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 32 | -116/+231 |
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 | 5 | -23/+32 |
2011-11-10 | Fix minor build script problems, use wget instead of curl to bootstrap build,... | jsdelfino | 1 | -1/+10 |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 24 | -425/+337 |
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 | 5 | -18/+17 |
2011-10-26 | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 19 | -531/+288 |