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