summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed Interpreter::fromXMLStefan Radomski2013-03-221-0/+2
|
* Added php directors and fixed Interpreter::fromStringStefan Radomski2013-03-223-3/+682
|
* Enabled swig directors for phpStefan Radomski2013-03-222-0/+3
|
* add tsrm_ls to top of php wrapper for those following "the book"Stefan Radomski2013-03-221-0/+4
|
* Some minor bugfixesStefan Radomski2013-03-223-3/+7
| | | | | | - Disabled peer verification with ssl URLs - Fixed a buffer overrun with JSON parsing - Changed test.php url to github
* Fixed php build for other platforms againStefan Radomski2013-03-222-1/+4
|
* Resolved type error with swig for phpStefan Radomski2013-03-223-0/+14
|
* Compiled PHP module on MacOSX as wellStefan Radomski2013-03-212-1/+43
|
* Trying for a PHP moduleStefan Radomski2013-03-202-12/+13
|
* Prepared php build targetStefan Radomski2013-03-203-0/+69
|
* Started SyteminvokerStefan Radomski2013-03-2015-33/+170
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-1713-45/+613
|
* Fixed issue with temporary filesStefan Radomski2013-03-063-15/+51
|
* Fixed a concurrency related issueStefan Radomski2013-03-061-2/+8
|
* Changed directory monitor to polling behaviour :(Stefan Radomski2013-03-0615-503/+861
|
* Fixed a bug with firlname containing the whole pathStefan Radomski2013-03-012-7/+21
|
* Prepared everything for FE-Design demoStefan Radomski2013-02-2812-96/+401
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-2525-774/+861
| | | | events
* Beautified source code againStefan Radomski2013-02-2064-4103/+4192
|
* Forgot to initialize booleanStefan Radomski2013-02-201-1/+1
|
* See detailled logStefan Radomski2013-02-2066-3411/+5092
| | | | | | | | | - 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
* Various bug fixesStefan Radomski2013-02-103-27/+279
|
* Fixed historyStefan Radomski2013-02-0814-95/+533
|
* Builds on linux againStefan Radomski2013-01-303-0/+8
|
* Started to resolve scxml-test-framework tests from SCION suiteStefan Radomski2013-01-256-375/+288
|
* See detailed commitlogStefan Radomski2013-01-21117-691/+4824
| | | | | | | | - Started DirectoryMonitor invoker - Refactored Invoker / IOProcessor interface - Started with JavaScriptCore bindings - Embedding applications can now use setParentQueue to receive events sent to #_parent
* Removed std::cout on jsFinalizeStefan Radomski2013-01-201-1/+0
|
* Regenerated V8 DOM and beautified codeStefan Radomski2013-01-2073-3434/+3679
|
* Completed V8 IDL to DOM generatorStefan Radomski2013-01-2060-616/+4583
|
* Started JavaScriptCore datamodelStefan Radomski2013-01-1611-18/+14
|
* More work on Prolog datamodelStefan Radomski2013-01-166-32/+117
|
* Started JavaScriptCore datamodelStefan Radomski2013-01-152-0/+160
|
* Marked as altered versionStefan Radomski2013-01-152-2/+2
|
* Bug fixes and tests for URL classStefan Radomski2013-01-151-2/+14
|
* Started prolog datamodelStefan Radomski2013-01-151-1/+1
|
* Fixed race condition when setting up ioprocessorsStefan Radomski2013-01-154-34/+70
|
* Proper initialization enables proper destructionStefan Radomski2013-01-131-4/+7
|
* Fixed bugs intriduced by PIMPLStefan Radomski2013-01-1317-34/+39
|
* Refactored to PIMPL patternStefan Radomski2013-01-1220-261/+351
|
* Started to fix Windows compilation issuesStefan Radomski2013-01-123-5/+8
|
* Major changes - see detailsStefan Radomski2013-01-1029-425/+1183
| | | | | | | - Dynamic SceneGraph ML - V8 DOM for ecmascript datamodel - New heartbeat invoker - Fixed various bugs
* Fixed compile issues on linux for osginvokerStefan Radomski2012-12-273-1/+15
|
* Support for rad, deg and % in rotationStefan Radomski2012-12-271-10/+35
|
* New scenegraph invoker using OpenSceneGraphStefan Radomski2012-12-2714-29/+735
| | | | Ultimately, the scenegraph invoker ought to use x3d
* Got rid of xpath on critical pathStefan Radomski2012-12-222-180/+46
| | | | Improves performance by a factor of 8!
* Provided sample invoker as a starting pointStefan Radomski2012-12-212-0/+89
|
* Fixed automatic port selection when none given in URLStefan Radomski2012-12-211-1/+2
|
* Do not return generated pseudo state with initial transitionStefan Radomski2012-12-211-9/+24
|
* Started SceneGraph invokerStefan Radomski2012-12-212-0/+90
|
* Refactoring finishedStefan Radomski2012-12-2039-5915/+6122
| | | | | | Support datamodels, invokers and ioprocessors as plugins Comply to HTTP1.1 by sending host header field Started prolog datamodel