| Commit message (Expand) | Author | Files | Lines |
2009-11-16 | Added test cases and scripts to test the HTTP binding support. Refactored htt... | jsdelfino | 24 | -831/+1497 |
2009-11-16 | Fixed parsing of comments. Added functions to read scripts and more test cases. | jsdelfino | 4 | -28/+99 |
2009-11-16 | Added SCDL parsing functions. Refactored cache support with disk-cached funct... | jsdelfino | 21 | -90/+775 |
2009-11-16 | Fixed support for nested elements and lists. Improved failure/error reporting... | jsdelfino | 9 | -76/+255 |
2009-11-01 | Minor refactoring of read/write functions and primitive procs. Added function... | jsdelfino | 36 | -337/+1135 |
2009-11-01 | Improved memory management using APR memory pools, changed frame allocation i... | jsdelfino | 22 | -148/+424 |
2009-10-26 | Added test cases to make check build target. Changed store-script to interop ... | jsdelfino | 21 | -141/+1239 |
2009-10-26 | Minor refactoring, given each module its own namespace. Added utility functio... | jsdelfino | 18 | -217/+527 |
2009-10-18 | Some fixes to the JSON and httpd support. Added support for Atom. Adjusted st... | jsdelfino | 13 | -100/+484 |
2009-10-18 | Renamed xml-test to xsd-test. Added another test under modules/eval. | jsdelfino | 4 | -5/+41 |
2009-10-18 | Minor code cleanup, refactored list functions and cleaned up function names, ... | jsdelfino | 20 | -214/+452 |
2009-10-11 | Added support for JSON-RPC to httpd module. Fixed issues with double numbers ... | jsdelfino | 9 | -123/+1121 |
2009-10-11 | Some code cleanup, removed unused functions, changed == empty-list to isNil t... | jsdelfino | 13 | -82/+633 |
2009-10-05 | Strawman implementation of an HTTPD module, like the extensions/rest/service ... | jsdelfino | 4 | -2/+357 |
2009-10-05 | Changed XML and JSON databindings to use lazy lists and writer functions inst... | jsdelfino | 5 | -138/+258 |
2009-10-03 | Strawman implementation of a JSON data binding. | jsdelfino | 6 | -3/+462 |
2009-10-03 | Added minimal support for comments. Removed build output from version control. | jsdelfino | 4 | -8/+16 |
2009-10-03 | Minor code cleanup. | jsdelfino | 5 | -34/+33 |
2009-10-03 | Removed explicit C++ keywords to let the compiler perform the necessary conve... | jsdelfino | 20 | -118/+117 |
2009-10-03 | Refactored store tests and moved them under test/. Simplified the script eval... | jsdelfino | 49 | -281/+551 |
2009-09-27 | Moved some sources up in the directory tree to attempt to simplify the direct... | jsdelfino | 64 | -31/+53 |
2009-09-27 | Strawman implementation of a mini script evaluation library, which can be use... | jsdelfino | 10 | -0/+1234 |
2009-09-27 | Created etc directory, with useful svn-config, svn-ignore and git-exclude con... | jsdelfino | 4 | -0/+265 |
2009-09-26 | Minor cleanup, added error checking. | jsdelfino | 1 | -18/+21 |
2009-09-26 | Added a variant of store that implements the business logic as a set of funct... | jsdelfino | 17 | -21/+684 |
2009-09-26 | Added some test cases, util functions to read/write XML and a command line te... | jsdelfino | 6 | -2/+945 |
2009-09-26 | Refactored the value class. Cleaned up usage of namespaces to remove side eff... | jsdelfino | 14 | -221/+518 |
2009-09-26 | Removed workaround from the SCA schema as it's not fixing the ambiguous parti... | jsdelfino | 4 | -24/+46 |
2009-09-26 | Added ChangeLog back as it's needed by the build tools. | jsdelfino | 1 | -0/+0 |
2009-09-14 | Porting store composites to the latest schemas. | jsdelfino | 3 | -30/+30 |
2009-09-14 | Cleaned up old out of sync build artifacts. | jsdelfino | 50 | -8710/+0 |
2009-09-14 | Fixed sample namespaces, changed from tuscany to store. Also adjusted ifndef ... | jsdelfino | 9 | -34/+51 |
2009-09-14 | Adjusted makefiles and configure.ac to start to build the store sample. | jsdelfino | 3 | -2/+18 |
2009-09-14 | Utility functions and headers used by the sample store app, function objects,... | jsdelfino | 4 | -0/+1193 |
2009-09-14 | Starting to implement the store sample in C++. Assembling the components manu... | jsdelfino | 13 | -0/+744 |
2009-09-14 | Reusing SCDL 1.1 xsds from assembly-xsd module. | jsdelfino | 41 | -0/+3904 |
2009-09-06 | Made javadoc build optional for now as it pollutes the logs and confuses the ... | jsdelfino | 2 | -1/+2 |
2009-09-06 | Moved configuration of CXXFLAGS compile options to configure.ac script to mak... | jsdelfino | 16 | -38/+14 |
2009-09-06 | More fixes to the autoconf build. Fixed Samples and Distros builds. | jsdelfino | 13 | -378/+199 |
2009-08-24 | Minor changes to the Autoconf build files. SCA and SDO builds are working again. | jsdelfino | 8 | -22/+12 |
2009-08-24 | Restored Linux Autoconf build files from 1.0-M3 tag to get the SCA build work... | jsdelfino | 95 | -0/+3218 |
2008-10-20 | Added some debug to help why the runtime fails to load extension modules | slaws | 1 | -0/+3 |
2008-10-20 | TUSCANY-2643 - Patch supplied by Julien Bigot to correct the handling of comp... | slaws | 7 | -17/+145 |