summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Message.h
Commit message (Collapse)AuthorAgeFilesLines
* Major header movementStefan Radomski2014-06-271-549/+5
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-8/+8
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-231-0/+10
|
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-231-2/+17
| | | | data by empty()
* Major refactoringStefan Radomski2014-04-221-6/+6
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* More work on promela DMStefan Radomski2014-04-111-5/+32
| | | | changed const of Data subscript operator and introduced at(key) and item(index)
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-071-1/+21
|
* More work on prolog datamodelStefan Radomski2014-02-191-0/+2
|
* Ported IM Invoker for pre 3.0 and beautified codeStefan Radomski2014-01-221-4/+4
|
* Support for complex event.data in prolog datamodelStefan Radomski2014-01-191-0/+28
|
* Expect Invoker and Fedora build fixesStefan Radomski2014-01-141-0/+17
|
* Updated IM invoker for latest libpurpleStefan Radomski2014-01-081-0/+1
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-3/+1
|
* WebSockets!Stefan Radomski2013-11-161-4/+4
|
* First signs of WebSockets and some changes to milesStefan Radomski2013-11-031-1/+1
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-6/+0
|
* Bug fixes (see details)Stefan Radomski2013-10-281-1/+1
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-271-0/+1
|
* Nested XML Node with eventStefan Radomski2013-10-261-0/+1
|
* Improved mimetype handlingStefan Radomski2013-10-241-4/+4
|
* Added license information and bug fixesStefan Radomski2013-10-161-17/+43
|
* Base64 and MD5 for BlobsStefan Radomski2013-10-101-0/+16
|
* More work on IMInvoker, renamed Blob attributes and some XPath datamodel fixesStefan Radomski2013-09-251-2/+14
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-12/+54
|
* New file element for executable contentStefan Radomski2013-09-021-1/+12
|
* Support for endianness in DataViewStefan Radomski2013-09-021-3/+3
|
* Added Data::BINARY and compile fixes for non MacOSX platformsStefan Radomski2013-09-011-2/+3
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-251-7/+8
|
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-131-57/+8
|
* Extended Java bindings and OpenAL invokerStefan Radomski2013-08-091-1/+9
|
* Removed iOS project againStefan Radomski2013-07-221-1/+1
|
* New version with XHTML invokerStefan Radomski2013-06-201-1/+2
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-101-0/+27
|
* More work on Prolog datamodelStefan Radomski2013-05-011-0/+3
|
* More work on prolog datamodelStefan Radomski2013-04-281-1/+3
|
* More work on XPath datamodelStefan Radomski2013-04-211-0/+2
|
* Support for event.raw and more XPath datamodel refactoringsStefan Radomski2013-04-201-0/+8
|
* Fixed JSON in contentStefan Radomski2013-04-071-0/+4
|
* Even more conformance fixesStefan Radomski2013-04-071-3/+4
|
* See detailled logStefan Radomski2013-04-061-1/+1
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Redownloaded tests and fixed some more w3c issuesStefan Radomski2013-04-051-1/+1
|
* More bug fixes and some comments on the testsStefan Radomski2013-04-031-102/+51
|
* More bug-fixes for W3C testsStefan Radomski2013-04-021-1/+1
|
* Various bug-fixes for W3C test conformance and stack traces with exceptions ↵Stefan Radomski2013-03-311-0/+1
| | | | and segfaults
* Various bug fixesStefan Radomski2013-03-301-58/+142
| | | | | | - Removed scxml-test-framework related file - Array operator with V8NodeList - _event.data as DOM if content is XML
* Some final touches on PHP APIStefan Radomski2013-03-271-2/+2
|
* Polished PHP interface somewhatStefan Radomski2013-03-271-28/+188
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-251-0/+3
| | | | events
* Beautified source code againStefan Radomski2013-02-201-7/+7
|
* See detailled logStefan Radomski2013-02-201-2/+3
| | | | | | | | | - 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