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