summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/mod-ssltunnel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-111-36/+36
* Add a timeout property to the CURL HTTP clients.jsdelfino2012-07-161-4/+4
* Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino2012-04-021-2/+2
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-201-2/+2
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-231-0/+1
* Build with Clang/LLVM when available.jsdelfino2011-09-041-0/+12
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-231-1/+1
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-1/+6
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-281-35/+30
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-141-2/+2
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-061-6/+6
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-221-1/+3
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-141-0/+364