summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/http.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of login session expiration and incorrect caching of login redir...jsdelfino2013-08-261-0/+1
* Refactoring, rename isNil to isNull.jsdelfino2013-01-031-12/+12
* Improve handling of nested lists, trees, null and floating point values.jsdelfino2013-01-031-3/+2
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-111-178/+180
* Add a timeout property to the CURL HTTP clients.jsdelfino2012-07-161-34/+92
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-281-15/+15
* Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino2012-04-021-29/+53
* Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino2012-03-171-1/+0
* Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2012-02-201-3/+5
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-211-2/+5
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-131-22/+177
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-231-5/+40
* Fix representation of null values and escape control characters in JSON and H...jsdelfino2011-04-171-17/+81
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-081-5/+5
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-261-1/+40
* Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino2010-12-291-2/+2
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-241-9/+33
* Move JavaScript eval functions to the js module.jsdelfino2010-12-081-2/+2
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-141-9/+9
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-131-3/+6
* Minor tweaks to make the OAuth support work with Github.jsdelfino2010-09-071-1/+1
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-061-8/+18
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-221-3/+4
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-141-0/+625