summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/http.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Fix handling of login session expiration and incorrect caching of login redir...jsdelfino1-0/+1
2013-01-03Refactoring, rename isNil to isNull.jsdelfino1-12/+12
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino1-3/+2
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino1-178/+180
2012-07-16Add a timeout property to the CURL HTTP clients.jsdelfino1-34/+92
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-15/+15
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino1-29/+53
2012-03-17Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino1-1/+0
2012-02-20Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino1-3/+5
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino1-2/+5
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino1-22/+177
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino1-5/+40
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino1-17/+81
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino1-5/+5
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-1/+40
2010-12-29Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino1-2/+2
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino1-9/+33
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-2/+2
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-9/+9
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino1-3/+6
2010-09-07Minor tweaks to make the OAuth support work with Github.jsdelfino1-1/+1
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-8/+18
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino1-3/+4
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-57/+226
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino1-0/+1
2010-05-31Add support for RSS feeds and minor fixes to ATOM support.jsdelfino1-0/+14
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-4/+44
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino1-1/+1
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-4/+4
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino1-10/+7
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino1-28/+15
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-92/+98
2009-12-26Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino1-9/+9
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino1-51/+115
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-20/+19
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
2009-11-16Fixed support for nested elements and lists. Improved failure/error reporting...jsdelfino1-20/+38
2009-11-01Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino1-27/+207
2009-10-26Added test cases to make check build target. Changed store-script to interop ...jsdelfino1-0/+150