summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-cpp.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring, rename isNil to isNull.jsdelfino2013-01-031-2/+2
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-111-28/+19
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-221-0/+2
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-221-2/+2
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-171-4/+3
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-071-4/+25
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-171-13/+18
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-111-1/+0
* Refactored eval module to avoid confusion with the python eval module.jsdelfino2010-01-051-4/+2
* Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino2010-01-021-6/+3
* Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino2010-01-021-7/+6
* Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino2009-12-261-20/+11
* Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino2009-11-301-9/+11
* Refactored httpd server integration, split http support and server logic in t...jsdelfino2009-11-231-0/+91