summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/httpd.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Fix handling of login session expiration and incorrect caching of login redir...jsdelfino1-5/+3
2013-01-03Refactoring, rename isNil to isNull.jsdelfino1-4/+4
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino1-13/+13
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino1-67/+114
2012-07-16Improve caching support and some of the navigations in the hosting environment.jsdelfino1-9/+21
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-4/+6
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino1-9/+9
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino1-11/+16
2012-01-30Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino1-1/+1
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-3/+2
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino1-42/+66
2011-12-01Fix build and install errors on Mac OS X. Add missing scripts to forward IP p...jsdelfino1-0/+4
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino1-0/+1
2011-11-12Upgrade to HTTPD 2.3.15-beta.jsdelfino1-0/+8
2011-09-04Build with Clang/LLVM when available.jsdelfino1-8/+2
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino1-7/+14
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino1-7/+10
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino1-3/+17
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino1-2/+6
2011-03-27Support returning binary content. Fix server bug preventing a component to re...jsdelfino1-1/+1
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-18/+0
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+4
2010-12-27Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...jsdelfino1-0/+1
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-1/+1
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino1-8/+21
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino1-0/+2
2010-09-07Minor tweaks to make the OAuth support work with Github.jsdelfino1-2/+9
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-14/+109
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino1-1/+74
2010-08-22Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino1-2/+18
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino1-18/+36
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-89/+80
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino1-8/+8
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino1-0/+29
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino1-2/+27
2010-06-27Add support for user and email component properties, and minimal support for ...jsdelfino1-0/+16
2010-03-13Improved handling of HTTP etags and dynamic content expiration.jsdelfino1-0/+8
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-31/+7
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-12/+22
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino1-4/+130
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino1-0/+14
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino1-6/+3
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-57/+46
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino1-5/+21
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino1-63/+28
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-1/+145
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/+159