summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino1-2/+4
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-4/+8
2010-04-19Chdir to the installed SCA contribution before configuring components.jsdelfino1-0/+4
2010-04-04Use curl configured at build time instead of curl found on system path.jsdelfino2-14/+18
2010-03-29Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino1-0/+9
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino3-3/+3
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino5-40/+81
2010-03-10Added a WSGI store test case, plus a few fixes to get it working.jsdelfino1-4/+4
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino3-15/+12
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino1-1/+1
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino4-10/+17
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino1-2/+2
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino4-17/+40
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino8-200/+214
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2-3/+3
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino9-110/+200
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2-0/+34
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2-29/+27
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino1-1/+6
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino1-10/+38
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino1-1/+1
2010-01-17Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino1-5/+2
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino3-4/+30
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino6-40/+48
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino18-902/+810
2010-01-11Added scoped pools to test methods to reduce test memory consumption.jsdelfino1-5/+31
2010-01-11Minor fixes to server and python evaluator to get python store working. Some...jsdelfino3-17/+27
2010-01-06Added a few more python and C++ component test combinations.jsdelfino4-60/+118
2010-01-06Fixed incorrect function name in test implementation.jsdelfino1-1/+1
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino2-5/+3
2010-01-05Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino8-11/+125
2010-01-05Fixed shopping cart delete function. Map HTTP delete with no path info to a d...jsdelfino1-4/+16
2010-01-05Refactored eval module to avoid confusion with the python eval module.jsdelfino3-18/+14
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino1-6/+3
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino6-186/+255
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino10-324/+373
2009-12-26Added timing functions to measure performance, removed unused cache support, ...jsdelfino2-99/+115
2009-11-30More build improvements, added a configure option to turn on debugging and pr...jsdelfino1-3/+10
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino11-113/+250
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-13/+25
2009-11-23Fixed build break. Added missing dir and fix server configuration script.jsdelfino1-1/+0
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino19-0/+1525