summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/json/json-test.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-11Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino1-178/+236
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino1-0/+38
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino1-1/+2
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON arra...jsdelfino1-0/+18
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino1-53/+61
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-16/+122
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-13/+2
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-1/+1
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino1-1/+1
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino1-2/+2
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino1-1/+0
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino1-3/+40
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-38/+36
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-10/+10
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
2009-11-16Added test cases and scripts to test the HTTP binding support. Refactored htt...jsdelfino1-0/+9
2009-11-01Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino1-11/+11
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino1-15/+42
2009-10-18Some fixes to the JSON and httpd support. Added support for Atom. Adjusted st...jsdelfino1-23/+33
2009-10-11Added support for JSON-RPC to httpd module. Fixed issues with double numbers ...jsdelfino1-8/+16
2009-10-05Changed XML and JSON databindings to use lazy lists and writer functions inst...jsdelfino1-5/+17
2009-10-03Strawman implementation of a JSON data binding.jsdelfino1-0/+76