summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/webservice (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of nested lists, trees, null and floating point values.jsdelfino2013-01-031-1/+0
* Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino2012-12-1111-72/+69
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-161-0/+9
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-283-5/+6
* Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino2012-04-023-4/+4
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-201-3/+1
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-234-0/+4
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-141-0/+1
* Port to Mac OS X 10.6.7.jsdelfino2011-06-284-13/+13
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-231-1/+1
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-5/+4
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-261-1/+5
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+4
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-281-1/+8
* Add .componentType files describing the utility components. Refactor chat com...jsdelfino2010-11-033-1/+57
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-061-1/+1
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-161-0/+1
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-141-1/+1
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-281-0/+1
* Fix test composite name.jsdelfino2010-06-221-1/+1
* Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino2010-06-051-0/+3
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-301-1/+4
* Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2010-05-293-5/+17
* Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino2010-04-171-7/+7
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-281-1/+1
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-271-1/+3
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-011-6/+5
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-221-1/+1
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-173-3/+3
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-077-24/+29
* Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2010-02-011-0/+17
* Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2010-01-3014-12/+616
* Added skeletons and build options for a few more utility components. Minor re...jsdelfino2010-01-258-15/+95
* Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino2010-01-249-10/+380
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-171-1/+1
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-171-4/+4
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-172-5/+5
* Updated svn:ignore properties. Fixed build error.jsdelfino2010-01-111-1/+0
* Created component structure and build files for Web service component using A...jsdelfino2010-01-116-0/+269