summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server
Commit message (Collapse)AuthorAgeFilesLines
* Email Attachments and Prolog Version FixesStefan Radomski2014-01-221-1/+1
|
* Polished umundo invoker, prolog datamodel and several bugfixesStefan Radomski2014-01-171-4/+4
|
* Fixed 0 != NULL warningStefan Radomski2014-01-141-1/+0
|
* Expect Invoker and Fedora build fixesStefan Radomski2014-01-141-0/+14
|
* Started http to instant-messaging bridgeStefan Radomski2014-01-081-2/+1
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-10/+21
|
* Only start HTTP server if there is something to serveStefan Radomski2013-11-201-1/+8
|
* Builds on windows againStefan Radomski2013-11-164-167/+171
|
* WebSockets!Stefan Radomski2013-11-166-135/+491
|
* First signs of WebSockets and some changes to milesStefan Radomski2013-11-032-0/+8
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-1/+1
|
* Process application/xml in http requests and try to fix layout of README.mdStefan Radomski2013-10-301-1/+9
|
* Content-type header with firefox and case-typo with reflectorip in milesStefan Radomski2013-10-301-2/+2
|
* Bug fixes (see details)Stefan Radomski2013-10-282-3/+3
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-5/+5
|
* Fixed missing eliptic curves on some redhat based distrosStefan Radomski2013-10-252-4/+4
|
* Minor header file reorganizationStefan Radomski2013-10-242-11/+18
|
* Added license information and bug fixesStefan Radomski2013-10-164-48/+131
|
* Fixed x-www-form-urlencoded post parsingStefan Radomski2013-10-081-5/+6
|
* Reduced compile timesStefan Radomski2013-10-072-19/+164
| | | | | - new commandline argument handling - compiles on windows again
* Added instant messaging invokerStefan Radomski2013-09-232-28/+4
|
* Work on FFMpegInvokerStefan Radomski2013-09-182-11/+45
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-131-2/+8
|
* Extended Java bindings and OpenAL invokerStefan Radomski2013-08-091-1/+1
|
* Started calendar invoker and bug fixesStefan Radomski2013-07-261-1/+1
|
* New version with XHTML invokerStefan Radomski2013-06-204-31/+45
|
* Some SWI prolog fixesStefan Radomski2013-06-121-0/+1
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-102-1/+8
|
* Support for event.raw and more XPath datamodel refactoringsStefan Radomski2013-04-201-7/+22
|
* See detailled logStefan Radomski2013-04-062-5/+5
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* More bug-fixes for W3C testsStefan Radomski2013-04-022-1/+35
|
* Various smaller bug-fixes (see details)Stefan Radomski2013-03-264-14/+19
| | | | | | | - Pass -DPHP_CONFIG=/usr/bin/zts-php-config for custom php-config - More php bug fixes - Fixed nasty "parse from string" bug - Reindented source code
* Fixed plugins building againStefan Radomski2013-03-222-0/+80
|
* Started SyteminvokerStefan Radomski2013-03-202-8/+24
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-172-15/+64
|
* Changed directory monitor to polling behaviour :(Stefan Radomski2013-03-062-30/+36
|
* Prepared everything for FE-Design demoStefan Radomski2013-02-282-4/+36
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-252-43/+92
| | | | events
* Beautified source code againStefan Radomski2013-02-202-122/+122
|
* See detailled logStefan Radomski2013-02-202-0/+315
- 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