summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-wiring.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino1-3/+2
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino1-3/+4
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino1-0/+2
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-2/+2
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-2/+6
2010-12-24Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino1-0/+1
2010-12-24Preserve HTTP request path when routing a request through a component reference.jsdelfino1-3/+9
2010-09-17Fixing compilation issues in 64Bit environmentlresende1-1/+1
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-6/+2
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino1-11/+6
2010-08-22Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino1-4/+12
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino1-1/+1
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-6/+11
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino1-12/+22
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino1-49/+121
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino1-1/+1
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-20/+16
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-51/+53
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-40/+46
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino1-17/+3
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino1-1/+0
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-38/+43
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino1-59/+185
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-13/+25
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-56/+27
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
2009-11-16Added test cases and scripts to test the HTTP binding support. Refactored htt...jsdelfino1-0/+276