summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/webservice (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-11Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino11-72/+69
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino1-0/+9
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino3-5/+6
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino3-4/+4
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino1-3/+1
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino4-0/+4
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.jsdelfino4-13/+13
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-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-1/+5
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+4
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino1-1/+8
2010-11-03Add .componentType files describing the utility components. Refactor chat com...jsdelfino3-1/+57
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-1/+1
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino1-0/+1
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-1/+1
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino1-0/+1
2010-06-22Fix test composite name.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...jsdelfino3-5/+17
2010-04-17Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino1-7/+7
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino1-1/+1
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-1/+3
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino1-6/+5
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-1/+1
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino3-3/+3
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino7-24/+29
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino1-0/+17
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino14-12/+616
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino8-15/+95
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino9-10/+380
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino1-1/+1
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino1-4/+4
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2-5/+5
2010-01-11Updated svn:ignore properties. Fixed build error.jsdelfino1-1/+0
2010-01-11Created component structure and build files for Web service component using A...jsdelfino6-0/+269