summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/queue (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino3-3/+12
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino4-3/+8
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino5-6/+6
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2-0/+2
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.jsdelfino5-9/+9
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-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/+8
2010-11-03Add .componentType files describing the utility components. Refactor chat com...jsdelfino3-1/+58
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-1/+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-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino1-1/+4
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2-3/+8
2010-04-17Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino1-4/+4
2010-04-04Create build structure for an SQL database component. Add dependencies to pos...jsdelfino1-2/+2
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino1-1/+1
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino1-1/+1
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino1-6/+7
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-4/+4
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino12-56/+464
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino5-5/+154
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-3/+294
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino2-0/+66