summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/chat/chat-sender2.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes to get successful C++11 based build. Code cleanup, dependency ↵jsdelfino2012-12-111-24/+12
| | | | | | upgrades, and const + inline optimizations in components, samples, and app hosting server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1420007 13f79535-47bb-0310-9956-ffa450edef68
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361917 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting with a reason code. Improve debug and audit logging. ↵jsdelfino2012-05-281-3/+3
| | | | | | Fix test scripts to cleanup state from previous builds and correctly report test errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343138 13f79535-47bb-0310-9956-ffa450edef68
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, ↵jsdelfino2011-12-231-0/+1
| | | | | | to get log piping and rotation to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222604 13f79535-47bb-0310-9956-ffa450edef68
* Add an XMPP message sender component that only connects to an XMPP server as ↵jsdelfino2011-04-171-0/+115
needed just before sending a message to avoid unnecessary connects / disconnects in a dynamic virtual host environment. Add another component that does an HTTP delete. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094212 13f79535-47bb-0310-9956-ffa450edef68