| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to get successful C++11 based build. Code cleanup, dependency upgrade... | jsdelfino | 2012-12-11 | 8 | -239/+136 |
* | Minor memory management, performance, and tracing improvements. | jsdelfino | 2012-07-16 | 4 | -7/+21 |
* | Add a timeout property to the CURL HTTP clients. | jsdelfino | 2012-07-16 | 1 | -1/+1 |
* | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 2012-05-28 | 6 | -12/+16 |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 3 | -0/+3 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 1 | -0/+1 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 6 | -12/+12 |
* | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 2011-05-23 | 1 | -1/+1 |
* | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 2011-05-23 | 1 | -5/+4 |
* | Add an XMPP message sender component that only connects to an XMPP server as ... | jsdelfino | 2011-04-17 | 5 | -4/+219 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 1 | -4/+7 |
* | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2011-01-09 | 1 | -0/+5 |
* | Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru... | jsdelfino | 2010-11-14 | 1 | -12/+12 |
* | Add .componentType files describing the utility components. Refactor chat com... | jsdelfino | 2010-11-03 | 6 | -20/+237 |
* | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 2010-09-06 | 1 | -1/+1 |
* | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 2010-08-16 | 1 | -11/+1 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 1 | -1/+1 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 1 | -0/+3 |
* | Build the expat XML parser separately instead of building it as part of libst... | jsdelfino | 2010-05-31 | 1 | -3/+3 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 1 | -2/+6 |
* | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2010-05-29 | 2 | -4/+5 |
* | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 2010-04-10 | 1 | -1/+1 |
* | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 2010-03-28 | 1 | -1/+1 |
* | Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st... | jsdelfino | 2010-03-21 | 4 | -2/+35 |
* | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 2010-03-13 | 2 | -2/+6 |
* | Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com... | jsdelfino | 2010-03-10 | 5 | -1/+172 |
* | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 2010-03-01 | 1 | -4/+3 |
* | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 2010-02-22 | 3 | -4/+5 |
* | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 2010-02-17 | 10 | -129/+732 |
* | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2010-02-07 | 2 | -5/+5 |
* | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 2010-02-01 | 1 | -0/+17 |
* | Added build configuration and dependencies for chat and queue components. | jsdelfino | 2010-02-01 | 6 | -5/+184 |
* | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 2010-01-25 | 2 | -0/+53 |