summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/unmaintained/modules/json/json.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-11Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino1-0/+0
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-2/+2
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON arra...jsdelfino1-1/+1
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino1-2/+5
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-1/+1
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino1-1/+15
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-263/+12
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-1/+1
2010-09-21Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino1-1/+3
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino1-0/+4
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-0/+7
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino1-1/+3
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-0/+13
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-1/+1
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino1-46/+50
2010-01-17Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino1-1/+1
2010-01-11Minor fixes to server and python evaluator to get python store working. Some...jsdelfino1-0/+12
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino1-11/+2
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-31/+31
2009-12-26Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino1-3/+3
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-1/+1
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-5/+5
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-8/+7
2009-11-01Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino1-41/+53
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino1-14/+48
2009-10-18Some fixes to the JSON and httpd support. Added support for Atom. Adjusted st...jsdelfino1-51/+62
2009-10-11Added support for JSON-RPC to httpd module. Fixed issues with double numbers ...jsdelfino1-25/+27
2009-10-05Changed XML and JSON databindings to use lazy lists and writer functions inst...jsdelfino1-48/+37
2009-10-03Strawman implementation of a JSON data binding.jsdelfino1-0/+349