summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use curl configured at build time instead of curl found on system path.jsdelfino2010-04-042-14/+18
* Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino2010-03-291-0/+9
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-283-3/+3
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-275-40/+81
* Added a WSGI store test case, plus a few fixes to get it working.jsdelfino2010-03-101-4/+4
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-063-15/+12
* Fixed build bootstrap error with duplicate variable definitions.jsdelfino2010-03-011-1/+1
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-014-10/+17
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-281-2/+2
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-224-17/+40
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-178-200/+214
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-072-3/+3
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-079-110/+200
* Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2010-02-012-0/+34
* Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2010-01-302-29/+27
* Added skeletons and build options for a few more utility components. Minor re...jsdelfino2010-01-251-1/+6
* Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino2010-01-241-10/+38
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-171-1/+1
* Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino2010-01-171-5/+2
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-173-4/+30
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-176-40/+48
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-1118-902/+810
* Added scoped pools to test methods to reduce test memory consumption.jsdelfino2010-01-111-5/+31
* Minor fixes to server and python evaluator to get python store working. Some...jsdelfino2010-01-113-17/+27
* Added a few more python and C++ component test combinations.jsdelfino2010-01-064-60/+118
* Fixed incorrect function name in test implementation.jsdelfino2010-01-061-1/+1
* Minor cleanup, removed unnecessary references to GC pools.jsdelfino2010-01-062-5/+3
* Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino2010-01-058-11/+125
* Fixed shopping cart delete function. Map HTTP delete with no path info to a d...jsdelfino2010-01-051-4/+16
* Refactored eval module to avoid confusion with the python eval module.jsdelfino2010-01-053-18/+14
* 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-026-186/+255
* Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino2009-12-2610-324/+373
* Added timing functions to measure performance, removed unused cache support, ...jsdelfino2009-12-262-99/+115
* More build improvements, added a configure option to turn on debugging and pr...jsdelfino2009-11-301-3/+10
* Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino2009-11-3011-113/+250
* Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino2009-11-301-13/+25
* Fixed build break. Added missing dir and fix server configuration script.jsdelfino2009-11-231-1/+0
* Refactored httpd server integration, split http support and server logic in t...jsdelfino2009-11-2319-0/+1525