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