summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Message.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Major header movementStefan Radomski2014-06-271-739/+0
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-231-0/+23
|
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-231-1/+1
| | | | data by empty()
* Major refactoringStefan Radomski2014-04-221-5/+15
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* Integrated debugger into browser (use -d command line parameter)Stefan Radomski2014-03-111-2/+5
|
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-071-6/+17
|
* More work on prolog datamodelStefan Radomski2014-02-191-0/+34
|
* Started uscxml debuggerStefan Radomski2014-02-161-6/+12
|
* Bug fixes and thread safety for web socketsStefan Radomski2014-01-271-1/+9
|
* Fixes for the Prolog datamodelStefan Radomski2014-01-071-1/+1
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-0/+58
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-2/+8
|
* Improved mimetype handlingStefan Radomski2013-10-241-3/+4
|
* Added license information and bug fixesStefan Radomski2013-10-161-1/+20
|
* More work on IMInvoker, renamed Blob attributes and some XPath datamodel fixesStefan Radomski2013-09-251-12/+12
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-9/+18
|
* New file element for executable contentStefan Radomski2013-09-021-0/+24
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-251-31/+31
|
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-131-1/+1
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-131-1/+1
|
* New version with XHTML invokerStefan Radomski2013-06-201-5/+18
|
* Fixed build issues on unicesStefan Radomski2013-06-121-1/+0
|
* Fixed bugs and worked on MMI bridgeStefan Radomski2013-05-141-2/+3
|
* More work on Prolog datamodelStefan Radomski2013-05-011-2/+10
|
* More work on prolog datamodelStefan Radomski2013-04-281-0/+24
|
* More work on XPath datamodelStefan Radomski2013-04-211-0/+24
|
* Got prolog datamodel to compile againStefan Radomski2013-04-121-1/+4
|
* Refactoring for other datamodelsStefan Radomski2013-04-121-5/+13
|
* Fixed JSON in contentStefan Radomski2013-04-071-1/+1
|
* Various bug fixesStefan Radomski2013-03-301-1/+1
| | | | | | - Removed scxml-test-framework related file - Array operator with V8NodeList - _event.data as DOM if content is XML
* Refactoring and W3C testsStefan Radomski2013-03-281-0/+4
| | | | | | - Moved core of interpreter to support various versions - Added experimental setConfiguration() - There can be more than one initial state
* Some minor bugfixesStefan Radomski2013-03-221-2/+2
| | | | | | - Disabled peer verification with ssl URLs - Fixed a buffer overrun with JSON parsing - Changed test.php url to github
* Beautified source code againStefan Radomski2013-02-201-176/+176
|
* See detailled logStefan Radomski2013-02-201-11/+44
| | | | | | | | | - Builds on windows again - All HTTP requests are no passed into interpreter - New response element to reply with data - Moved basichttp URL - New HTTP servlet invoker to register additional URLs - More bugfixes than I care to mention
* Fixed historyStefan Radomski2013-02-081-12/+109
|
* Builds on linux againStefan Radomski2013-01-301-0/+6
|
* Started to resolve scxml-test-framework tests from SCION suiteStefan Radomski2013-01-251-17/+89
|
* Refactoring finishedStefan Radomski2012-12-201-239/+235
| | | | | | Support datamodels, invokers and ioprocessors as plugins Comply to HTTP1.1 by sending host header field Started prolog datamodel
* Committing local version againStefan Radomski2012-11-071-8/+16
|
* Implemented DOMStefan Radomski2012-10-051-2/+2
|
* fixed json in ecmascript dataStefan Radomski2012-09-161-2/+2
|
* Fixed done.state eventsStefan Radomski2012-09-161-1/+61
|
* Implemented invoke for nested SCXML instancesStefan Radomski2012-09-161-1/+61
|
* Initial uploadStefan Radomski2012-09-081-0/+168
Still somewhat quirky to build but fairly feature complete