summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-wiring.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino2010-12-241-0/+1
* Preserve HTTP request path when routing a request through a component reference.jsdelfino2010-12-241-3/+9
* Fixing compilation issues in 64Bit environmentlresende2010-09-171-1/+1
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-061-6/+2
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-221-11/+6
* Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino2010-08-221-4/+12
* Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2010-08-191-1/+1
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-141-6/+11
* More changes to get both single and mass dynamic virtual hosting working with...jsdelfino2010-07-081-12/+22
* Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino2010-07-061-49/+121
* Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino2010-07-011-1/+1
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-271-20/+16
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-171-51/+53
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-071-40/+46
* Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2010-01-301-17/+3
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-111-1/+0
* Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino2010-01-021-38/+43
* Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino2009-12-261-59/+185
* Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino2009-11-301-13/+25
* Refactored httpd server integration, split http support and server logic in t...jsdelfino2009-11-231-0/+247