summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/filesystem
Commit message (Collapse)AuthorAgeFilesLines
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-4/+4
|
* Fixed header refactoringStefan Radomski2013-10-251-0/+2
|
* Added license information and bug fixesStefan Radomski2013-10-162-7/+45
|
* Added instant messaging invokerStefan Radomski2013-09-232-5/+28
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-7/+11
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-132-2/+36
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-102-2/+2
|
* Refactored URLs and fixed Windows URL handlingStefan Radomski2013-04-141-1/+1
|
* Windows port compiles againStefan Radomski2013-04-131-7/+4
|
* See detailled logStefan Radomski2013-04-062-2/+2
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Fixed plugins building againStefan Radomski2013-03-2210-1350/+1
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-171-2/+3
|
* Changed directory monitor to polling behaviour :(Stefan Radomski2013-03-064-188/+359
|
* Fixed a bug with firlname containing the whole pathStefan Radomski2013-03-011-6/+13
|
* Prepared everything for FE-Design demoStefan Radomski2013-02-282-33/+79
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-251-3/+30
| | | | events
* Beautified source code againStefan Radomski2013-02-201-1/+1
|
* See detailled logStefan Radomski2013-02-201-8/+8
| | | | | | | | | - 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
* Builds on linux againStefan Radomski2013-01-301-0/+1
|
* See detailed commitlogStefan Radomski2013-01-2111-0/+1580
- Started DirectoryMonitor invoker - Refactored Invoker / IOProcessor interface - Started with JavaScriptCore bindings - Embedding applications can now use setParentQueue to receive events sent to #_parent